nvim-treesitter/tests/query/highlights/tiger/literals.tig

10 lines
136 B
Text
Raw Normal View History

2022-06-14 17:30:49 +02:00
nil
/* <- constant.builtin */
42
/* <- number */
"Hello World!\n"
/* <- string
^ string.escape
*/
/* vim: set ft=tiger: */