[Github-comments] [geany/geany] incorrect syntax highlighting when using the regex pattern reader macro in Clojure file. (#1728)

elextr notifications at xxxxx
Sat Dec 23 23:14:15 UTC 2017


Its simply that the Clojure filetype is built on the Lisp filetype, and uses the Lisp highlighting lexer.  But `#"` is undefined in Common Lisp so it skips the opening " and starts a string at the closing ".

Highlighting is done by the Scintilla editing widget we use, which is a separate [project](www.scintilla.org) so you should report it there and maybe it can be added since `#"` is undefined in Lisp.

-- 
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/1728#issuecomment-353753512
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20171223/4c9d7e7b/attachment.html>


More information about the Github-comments mailing list