vscode 2019-09-26

@pez hi, there is wrong highlight syntax for cljs (re-frame). I don’t have enough time for now to test everything and try to switch to VSC, but I am trying to test your work when I have time for that.

Appreciated! Can you let me know what you think is wrong in the highlighting?

this is how it looks in cursive

so generally in VSC it looks like fn is not highlighted

oh but it is intended to be like that here

ok so maybe it is ok

maybe it is about my habits

sorry for confusion

No problem. I think it is the theme you are using that is lacking. Calva’s grammar has special “storage control” highlighting for fn and some other special functions. The default dark theme renders those in blue. Here’s the test for it: https://github.com/BetterThanTomorrow/calva/blob/master/calva/calva-fmt/atom-language-clojure/spec/clojure-spec.coffee#L111:116

👍 1