scala syntax highlighting in bluefish
Posted
by Synesso
on Stack Overflow
See other posts from Stack Overflow
or by Synesso
Published on 2010-05-05T04:45:04Z
Indexed on
2010/05/05
5:48 UTC
Read the original article
Hit count: 286
Scala comes packaged with bluefish syntax config in misc/scala-tool-support/bluefish/
I have attempted to configure this, as per the README, but there is no effect.
cp ~/.bluefish/highlighting ~/.bluefish/highlighting_
cat ~/.bluefish/highlighting_ /opt/scala/scala-2.7.7.final/misc/scala-tool-support/bluefish/highlighting > ~/.bluefish/highlighting
I have ensured highlighting is turned on in the bluefish config.
I have not used bluefish before and am trying it for the first time because there is syntax highlighting support for it.
The README says any file I open that has a .scala extension will have the scala highlighting applied. Instead I see no highlighting.
© Stack Overflow or respective owner