vscode

Quiet in here? Check #calva-dev out :smiley:
kwladyka 2019-09-26T05:27:44.000500Z

@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.

pez 2019-09-26T05:53:31.001600Z

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

kwladyka 2019-09-26T06:44:11.001700Z

this is how it looks in cursive

kwladyka 2019-09-26T06:44:32.002400Z

so generally in VSC it looks like fn is not highlighted

kwladyka 2019-09-26T06:45:02.002800Z

oh but it is intended to be like that here

kwladyka 2019-09-26T06:45:07.003Z

ok so maybe it is ok

kwladyka 2019-09-26T06:45:18.003400Z

maybe it is about my habits

kwladyka 2019-09-26T06:45:36.003600Z

sorry for confusion

pez 2019-09-26T07:03:10.003900Z

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