This commit is contained in:
mhoffm
2021-06-08 00:45:23 +02:00
parent 06cff26e7a
commit c4bfe1228f
5 changed files with 687 additions and 569 deletions

View File

@@ -1,6 +1,9 @@
; highlights.scm
(string_lit) @keyword
(identifier) @type
(identifier) @string.special
(string_lit) @string
(numeric_lit) @number
(bool_lit) @boolean
(null_lit) @null
(comment) @comment