Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

single character names in Clojure aren't highlighted properly. #782

Closed
Raynes opened this issue Sep 1, 2012 · 0 comments
Closed

single character names in Clojure aren't highlighted properly. #782

Raynes opened this issue Sep 1, 2012 · 0 comments

Comments

@Raynes
Copy link
Contributor

Raynes commented Sep 1, 2012

For example, try typing out this code: (+ 3 3). As soon as you type +, it is highlighted, but after you hit space, it stops being highlighted. Depending on your color theme, the two 3s are colored differently.

0b10011 added a commit to 0b10011/CodeMirror that referenced this issue Sep 3, 2012
…ding sign (closes codemirror#782).

Correct highlighting for the following code snippet should highlight the + as an operator, and each 2 as a number (taken from http://clojuredocs.org/clojure_core/1.2.0/clojure.test/deftest)

    (is (= 4 (+ 2 2)))
@marijnh marijnh closed this as completed in a562bed Sep 3, 2012
marijnh pushed a commit that referenced this issue Sep 3, 2012
…arking as leading sign

Closes #782

Correct highlighting for the following code snippet should highlight the + as an operator, and each 2 as a number (taken from http://clojuredocs.org/clojure_core/1.2.0/clojure.test/deftest)

    (is (= 4 (+ 2 2)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants