atom / language-clojure

Clojure package for Atom
Other
49 stars 48 forks source link

The highlighting of some elements (numbers, keywords) inside a `def`-like sexp does not work. #62

Open moxaj opened 7 years ago

moxaj commented 7 years ago

Description

^ title

Steps to Reproduce

  1. Create a new file, name it test.clj
  2. Type (def x 100)
  3. Note the color of 100

Expected behavior:

100 highlighted as a number.

Actual behavior:

100 isn't highlighted at all.

Reproduces how often:

Always.

Versions

Atom: 1.14.3 languange-clojure: 0.22.1

Additional notes

https://github.com/atom/language-clojure/blob/master/grammars/clojure.cson#L294-L299 is likely the source of the issue.