mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 10:50:06 -04:00
highlights(clojure): fix highlighting of #_
Fix https://github.com/sogaiu/tree-sitter-clojure/issues/14
This commit is contained in:
parent
296fe9b861
commit
9e147d2356
1 changed files with 4 additions and 1 deletions
|
|
@ -13,7 +13,10 @@
|
||||||
|
|
||||||
;; >> Litterals
|
;; >> Litterals
|
||||||
|
|
||||||
(dis_expr) @comment
|
(
|
||||||
|
(dis_expr) @comment
|
||||||
|
(#set! "priority" 105) ; Higher priority to mark the whole sexpr as a comment
|
||||||
|
)
|
||||||
(kwd_lit) @symbol
|
(kwd_lit) @symbol
|
||||||
(str_lit) @string
|
(str_lit) @string
|
||||||
(num_lit) @number
|
(num_lit) @number
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue