4

I'm using Sass (not SCSS) and Haml, and I'd like them to be syntax highlighted in Geany rather than appear as plain text. Is there a way to enable or install this functionality?

Kerrick
  • 141

1 Answers1

0

As discussed on the mailing list ( http://lists.geany.org/pipermail/users/2012-October/008346.html ):

Scintilla version in Git Geany supports SCSS, just set the lexer.css.scss.language CSS lexer property to 1. I don't know SASS and HAML, but I don't think Scintilla have those yet, as Lex said.

reading the related Scintilla posting ( https://groups.google.com/forum/m/?fromgroups#!topic/scintilla-interest/QiC_5vvfXk0 ) seems to indicate that a HAML Lexer was never finished.

Ben West
  • 2,596