Fork me on GitHub
#calva
<
2020-03-02
>
hindol12:03:53

I am suddenly seeing more colors in my Clojure source code. Keywords are now colored blue. Looks nice!

pez12:03:39

Glad you like it! It will depend on the theme, of course, how pretty it looks.

pez20:03:15

Calva-friends! I need some help testing a change in the structural editing/highlighting tokenization. Currently Calva won't handle symbol names with a quote in them, e.g. the Clojure function +'. My previous attempts at adding this has thrown the lexer into infinite regex backtracking. But now I think I might have gotten it to work, But infinite backtracking is very unpleasant so I am a bit on the defence. Here's a VSIX with the change in question. https://4289-125431277-gh.circle-artifacts.com/0/tmp/artifacts/calva-2.0.80-pez-quotes-in-symbols-b579096c.vsix If it spins up the fans of your computer, please let me know. If it doesn't, please let me know. Thanks! ❤️

👍 4