mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
highlights(lua): use #eq? instead of #match?
Co-authored-by: Santos Gallegos <stsewd@protonmail.com>
This commit is contained in:
parent
8d43730388
commit
881b932893
1 changed files with 1 additions and 1 deletions
|
|
@ -129,7 +129,7 @@
|
|||
(identifier) @variable
|
||||
|
||||
((identifier) @variable.builtin
|
||||
(#match? @variable.builtin "^self$"))
|
||||
(#eq? @variable.builtin "self"))
|
||||
|
||||
;; Constants
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue