mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 02:40:09 -04:00
feat(slim): add parser and queries (#7425)
This commit is contained in:
parent
65c466178e
commit
1c67567464
7 changed files with 144 additions and 0 deletions
7
queries/slim/locals.scm
Normal file
7
queries/slim/locals.scm
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
(child) @local.scope
|
||||
|
||||
(tag_name) @local.definition.function
|
||||
|
||||
(tag_class) @local.definition.parameter
|
||||
|
||||
(tag_id) @local.definition.constant
|
||||
Loading…
Add table
Add a link
Reference in a new issue