mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 19:46:58 -04:00
8 lines
226 B
Text
8 lines
226 B
Text
async function func0(): void {}
|
|
// ^ type.builtin
|
|
async function func1<T1 as int>() {}
|
|
// ^ type.builtin
|
|
// ^ keyword.operator
|
|
|
|
|
|
async ($x) ==> $x + 1;
|