Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

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

Open
moxaj opened this issue Feb 25, 2017 · 0 comments
Labels

Comments

@moxaj
Copy link
Contributor

moxaj commented Feb 25, 2017

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.

@moxaj moxaj changed the title The coloring of some elements (numbers, keywords) inside a def-like sexp does not work. The highlighting of some elements (numbers, keywords) inside a def-like sexp does not work. Feb 25, 2017
@50Wliu 50Wliu added the bug label Feb 25, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants