mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
reverting back since it inherits from hcl
This commit is contained in:
parent
3d5384ac46
commit
cc9823401f
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
;
|
||||
;
|
||||
; local/module/data/var/output
|
||||
(expression (variable_expr (identifier) @variable.builtin (#any-of? @variable.builtin "data" "var" "local" "module" "output")) (get_attr (identifier) @field))
|
||||
(expression (variable_expr (identifier) @type.builtin (#any-of? @type.builtin "data" "var" "local" "module" "output")) (get_attr (identifier) @field))
|
||||
|
||||
; path.root/cwd/module
|
||||
(expression (variable_expr (identifier) @type.builtin (#eq? @type.builtin "path")) (get_attr (identifier) @variable.builtin (#any-of? @variable.builtin "root" "cwd" "module")))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue