mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
feat(snakemake): add wildcard flag
This commit is contained in:
parent
aba69e495b
commit
733fa85db2
1 changed files with 2 additions and 1 deletions
|
|
@ -44,7 +44,8 @@
|
|||
|
||||
; Wildcard names
|
||||
(wildcard
|
||||
(identifier) @variable)
|
||||
(identifier) @variable
|
||||
(flag) @variable.parameter.builtin)
|
||||
|
||||
; builtin variables
|
||||
((identifier) @variable.builtin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue