[Github-comments] [geany/geany] Syntax Highlighting: Using > as comment_single not working (#1240)

elextr notifications at xxxxx
Wed Sep 21 01:03:57 UTC 2016


The `comment_single`, `comment_open` and `comment_close` settings only control the `menu->edit->format->comment ...` commands.  They do not affect the syntax lexing, its coded in the properties lexer in C++ to use `#`, `;`, `!`.  The syntax lexing is part of the [Scintilla project](www.scintilla.org) which we simply use.

You could ask on Scintilla that it be made a property of the properties lexer as well as being coded.

-- 
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/1240#issuecomment-248481488
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160920/55c4e23e/attachment.html>


More information about the Github-comments mailing list