[Github-comments] [geany/geany] Multiline comments don't work for Python (#2799)

elextr notifications at xxxxx
Sat Apr 24 00:14:40 UTC 2021


The highlighting lexer comes from a different project [Scintilla](www.scintilla.org) and doesn't know about settings in `filetypes.python`.  The settings in `filetypes.python` are only used by the various comment insert functions in Geany.

If the Python lexer makes multi-line strings a different syntax entity to single quote strings you can adjust the colour scheme to show them differently, otherwise you will need to teach the lexer in Scintilla to parse them as different entities.

-- 
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/2799#issuecomment-826001117
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20210423/37087d21/attachment.htm>


More information about the Github-comments mailing list