mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
Clojure/Lisp: Add char_lit to highlights
This commit is contained in:
parent
007aa7ff21
commit
021196fd6c
2 changed files with 3 additions and 1 deletions
|
|
@ -6,6 +6,8 @@
|
|||
|
||||
(num_lit) @number
|
||||
|
||||
(char_lit) @character
|
||||
|
||||
(bool_lit) @boolean
|
||||
|
||||
(nil_lit) @constant.builtin
|
||||
|
|
|
|||
|
|
@ -140,4 +140,4 @@
|
|||
|
||||
[(array_dimension) "#0A" "#0a"] @number
|
||||
|
||||
(char_lit) @number
|
||||
(char_lit) @character
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue