Python: fix self highlighing

This commit is contained in:
Santos Gallegos 2020-12-18 12:49:56 -05:00 committed by Stephan Seitz
parent a5f2970d7a
commit 1ad1f3b35a

View file

@ -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