mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
Python: fix self highlighing
This commit is contained in:
parent
a5f2970d7a
commit
1ad1f3b35a
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@
|
|||
(none) @constant.builtin
|
||||
[(true) (false)] @boolean
|
||||
((identifier) @variable.builtin
|
||||
(#match? @variable.builtin "self"))
|
||||
(#match? @variable.builtin "^self$"))
|
||||
|
||||
(integer) @number
|
||||
(float) @float
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue