[Github-comments] [geany/geany] how i use SCLEX_AS? (#1322)

Colomban Wendling notifications at xxxxx
Sat Nov 26 08:47:31 UTC 2016


…but that uses `SCLEX_ASM`.  @Azq2 if you really want to use the `SCLEX_AS` lexer, you'll have to add a new builtin filetype to Geany, e.g. modify the source code.  AFAIK, the only difference between `SCLEX_ASM` and `SCLEX_AS` is that the former uses `;` for comments, and the latter `#`.
We'd probably accept a patch adding that ASM variant.

On a technical note, I wonder why the comment character isn't a lexer property on Scintilla's side… that would be easier for us.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1322#issuecomment-263052029
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20161126/a667ee36/attachment.html>


More information about the Github-comments mailing list