1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-25 07:30:04 +08:00
SpaceVim/bundle/nvim-treesitter/tests/query/highlights/tiger/meta-variables.tig

15 lines
272 B
Plaintext
Raw Normal View History

let
_chunks(42)
/* <- keyword */
in
_lvalue(12) : _namety(42) := _cast("I'm So Meta Even This Acronym", string);
/* <- keyword */
/* ^ keyword */
/* ^ keyword */
_exp(42)
/* <- keyword */
end
/* vim: set ft=tiger: */