Skip to content
Snippets Groups Projects
Commit b98247a4 authored by Brandon Frohs's avatar Brandon Frohs Committed by Marijn Haverbeke
Browse files

[clojure mode] Check if +/- is immediately followed by digit before marking 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)))
parent 7ee24811
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment