aboutsummaryrefslogtreecommitdiffstats
path: root/queries/python
diff options
context:
space:
mode:
Diffstat (limited to 'queries/python')
-rw-r--r--queries/python/highlights.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/queries/python/highlights.scm b/queries/python/highlights.scm
index 232d40916..2363dc323 100644
--- a/queries/python/highlights.scm
+++ b/queries/python/highlights.scm
@@ -21,7 +21,7 @@
; https://docs.python.org/3/library/constants.html
"NotImplemented" "Ellipsis" "quit" "exit" "copyright" "credits" "license"))
-"_" @constant.builtin ; match wildcard
+"_" @character.special ; match wildcard
((attribute
attribute: (identifier) @variable.member)