diff options
| author | Santos Gallegos <stsewd@protonmail.com> | 2020-12-18 12:49:56 -0500 |
|---|---|---|
| committer | Stephan Seitz <stephan.lauf@yahoo.de> | 2020-12-18 20:33:04 +0100 |
| commit | 1ad1f3b35afda469605ea8f6f0961dd4fa58e53d (patch) | |
| tree | 4cbaf0811918aa0b965cddca45dfbc968d790329 /queries/python | |
| parent | a5f2970d7af947c066fb65aef2220335008242b7 (diff) | |
Python: fix self highlighing
Diffstat (limited to 'queries/python')
| -rw-r--r-- | queries/python/highlights.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/queries/python/highlights.scm b/queries/python/highlights.scm index b98fc0cf..23ec979f 100644 --- a/queries/python/highlights.scm +++ b/queries/python/highlights.scm @@ -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 |
