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

10 lines
140 B
Text
Raw Permalink Normal View History

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