Clojure/Lisp: Add char_lit to highlights

This commit is contained in:
Stephan Seitz 2021-04-21 11:26:02 +02:00 committed by Stephan Seitz
parent 007aa7ff21
commit 021196fd6c
2 changed files with 3 additions and 1 deletions

View file

@ -6,6 +6,8 @@
(num_lit) @number
(char_lit) @character
(bool_lit) @boolean
(nil_lit) @constant.builtin

View file

@ -140,4 +140,4 @@
[(array_dimension) "#0A" "#0a"] @number
(char_lit) @number
(char_lit) @character