From 9bfc966769f593cc55faea36e2c500ecb4304203 Mon Sep 17 00:00:00 2001 From: Amaan Qureshi Date: Sat, 29 Apr 2023 18:57:48 -0400 Subject: fix(python): fields should not match uppercase-beginning names --- queries/python/highlights.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'queries/python') diff --git a/queries/python/highlights.scm b/queries/python/highlights.scm index 956b1d19c..c18b74867 100644 --- a/queries/python/highlights.scm +++ b/queries/python/highlights.scm @@ -29,7 +29,7 @@ ((attribute attribute: (identifier) @field) - (#lua-match? @field "^.*%l.*$")) + (#lua-match? @field "^[%l_].*$")) ((assignment left: (identifier) @type.definition -- cgit v1.2.3-70-g09d2