mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-23 01:46:18 +04:00
93e54fa0c8
* add json5 language * docgen
12 lines
159 B
Scheme
12 lines
159 B
Scheme
(string) @string
|
|
|
|
(identifier) @constant
|
|
|
|
(number) @constant.numeric
|
|
|
|
(null) @constant.builtin
|
|
|
|
[(true) (false)] @constant.builtin.boolean
|
|
|
|
(comment) @comment
|