nvim-treesitter/tests/query/highlights/tiger/meta-variables.tig

15 lines
277 B
Text
Raw Normal View History

2022-06-14 17:30:49 +02:00
let
_chunks(42)
2023-12-24 12:52:21 +01:00
/* <- @keyword */
2022-06-14 17:30:49 +02:00
in
_lvalue(12) : _namety(42) := _cast("I'm So Meta Even This Acronym", string);
2023-12-24 12:52:21 +01:00
/* <- @keyword */
/* ^ @keyword */
/* ^ @keyword */
2022-06-14 17:30:49 +02:00
_exp(42)
2023-12-24 12:52:21 +01:00
/* <- @keyword */
2022-06-14 17:30:49 +02:00
end
/* vim: set ft=tiger: */