[Github-comments] [geany/geany] Add missing string and comment styles for various lexers (#1502)
Colomban Wendling
notifications at xxxxx
Sat May 27 02:32:08 UTC 2017
> What about REGEX types, they are usually a type of string, particularly SCE_C_REGEX but there are also SCE_HJ_REGEX, SCE_HJA_REGEX, SCE_PL_REGEX.
Are they strings? I agree it's not code, but I'm not quite sure it should be string; it's rather another type of syntax than arbitrary data like strings are. For example, it could make sense to have e.g. spellcheck use `highlighting_is_string_style() || highlighting_is_comment_style()`, which could be different from `!highlighting_is_code_style()` (e.g. I think pre-processor qualifies as a difference in this case).
--
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/pull/1502#issuecomment-304421169
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20170526/69c7f645/attachment.html>
More information about the Github-comments
mailing list