tree-sitter-tiger/test/highlight/literals.tig

9 lines
111 B
Plaintext
Raw Normal View History

2022-06-02 17:32:37 +02:00
nil
/* <- constant.builtin */
42
/* <- number */
2022-06-03 12:03:10 +02:00
"Hello World!\n"
/* <- string
^ string.escape
*/