highlights(clojure): fix highlighting of #_

Fix https://github.com/sogaiu/tree-sitter-clojure/issues/14
This commit is contained in:
Stephan Seitz 2021-07-24 20:03:41 +02:00 committed by Stephan Seitz
parent 296fe9b861
commit 9e147d2356

View file

@ -13,7 +13,10 @@
;; >> Litterals
(dis_expr) @comment
(
(dis_expr) @comment
(#set! "priority" 105) ; Higher priority to mark the whole sexpr as a comment
)
(kwd_lit) @symbol
(str_lit) @string
(num_lit) @number