mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-07 14:00:00 -04:00
feat: more @keyword.type captures
This commit is contained in:
parent
f0a1a13316
commit
f58cae6c22
74 changed files with 395 additions and 239 deletions
|
|
@ -5,9 +5,9 @@ use function Space\Func\F as E;
|
|||
// ^ @function
|
||||
// ^ @function
|
||||
use type Space\Type\T;
|
||||
// ^ @keyword
|
||||
// ^ @keyword.type
|
||||
use namespace Space\Name\N as M;
|
||||
// ^ @keyword
|
||||
// ^ @keyword.type
|
||||
// ^ @module
|
||||
|
||||
use namespace Space\Name2\N2, Space\Nothing\N3 as N8, type Space\Type2\N4,;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue