mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 11:50:09 -04:00
chore: add more builtin variables
This commit is contained in:
parent
b34aadbcb3
commit
d039b4d0a4
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@
|
||||||
(#not-has-parent? @_parent call_expression special_call_expression)))
|
(#not-has-parent? @_parent call_expression special_call_expression)))
|
||||||
|
|
||||||
((identifier) @variable.builtin
|
((identifier) @variable.builtin
|
||||||
(#match? @variable.builtin "^err$"))
|
(#match? @variable.builtin "^(err|macos|linux|windows)$"))
|
||||||
|
|
||||||
;; C: TODO: fixme make `C`.exten highlighted as variable.builtin
|
;; C: TODO: fixme make `C`.exten highlighted as variable.builtin
|
||||||
; ((binded_identifier) @content
|
; ((binded_identifier) @content
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue