Hi,
I think the code styling feature that was introduced
[here](https://lists.freron.com/mailmate/2015-August/004701.html) is
still experimental, but I was just wondering if anyone else was having
this same problem. Whenever I try to use syntax highlighting, everything
is wrapped onto one line.
For example, if I type:
```bash
if [ -f $HOME/.profile ]; then
source $HOME/.profile
fi
if [ -f $HOME/.bashrc ]; then
source $HOME/.bashrc
fi
```
Then I get the following (with everything on one line):
```bash
if [ -f $HOME/.profile ]; then
source $HOME/.profile
fi
if [ -f $HOME/.bashrc ]; then
source $HOME/.bashrc
fi
```
Is anyone else having this problem?
Thanks!
-Adam Liter_______________________________________________
mailmate mailing list
[email protected]
https://lists.freron.com/listinfo/mailmate