mirror of https://github.com/Wilfred/difftastic/
Define a highlighting file for Clojure
This isn't provided upstream, and the parse tree doesn't have a lot of information, but we can at least handle string literals and keywords.pull/185/head
parent
c9c3582871
commit
4647112e93
@ -0,0 +1,7 @@
|
||||
;; Basic, limited highlighting for Clojure.
|
||||
;; TODO: submit upstream.
|
||||
|
||||
(comment) @comment
|
||||
(str_lit) @string
|
||||
|
||||
(kwd_lit) @constant
|
||||
Loading…
Reference in New Issue