mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 11:36:54 -04:00
14 lines
277 B
Text
14 lines
277 B
Text
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: */
|