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

9 lines
111 B
Plaintext

nil
/* <- constant.builtin */
42
/* <- number */
"Hello World!\n"
/* <- string
^ string.escape
*/