mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 02:40:09 -04:00
feat(snakemake): add rules to locals (#7698)
This commit is contained in:
parent
794cf2f630
commit
16e8e19771
2 changed files with 6 additions and 3 deletions
|
|
@ -1 +1,4 @@
|
|||
; inherits: python
|
||||
|
||||
(rule_definition
|
||||
name: (identifier) @local.definition.type) @local.scope
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue