atom / language-clojure

Clojure package for Atom
Other
49 stars 48 forks source link

Match keywords named with latex #57

Closed pjago closed 5 years ago

pjago commented 7 years ago

Hi, I am new to atom and I wish to allow keywords to color Unicode symbols as in https://github.com/JunoLab/atom-latex-completions image How can I contribute?

winstliu commented 7 years ago

The grammar file is here: https://github.com/atom/language-clojure/blob/master/grammars/clojure.cson The hard part is finding which section you need to change. Use ctrl-alt-shift-P (or cmd-shift-P on Mac) to look at the scopes of the ::x and ::y lines, then search for them in the grammar file.

PEZ commented 5 years ago

This is now fixed in Calva Formatter, for any VS Code Clojurians reading this.