[Github-comments] [geany/geany] UTF keywords highlighting (#2504)

elextr notifications at xxxxx
Thu May 14 06:34:17 UTC 2020


The Python lexer works if you set the `lexer.python.unicode.identifiers=1` lexer property.  For example a `def  Ü():` highlights `Ü` properly. 

But the symbol parser or symbol handling doesn't and spews `Warning: : ignoring null tag in /tmp/untitled.py(line: 29)` errors from `ctags/main/entry.c` so I guess the symbol parser system doesn't support it yet.  As @codebrainz said, you can open issues on the universal ctags project that supplys the parsers (and a pull request to update Geany :)

-- 
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/2504#issuecomment-628420020
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20200513/7b0f2747/attachment.htm>


More information about the Github-comments mailing list