From 6d5b4f19f37ec88d0fd3632a20c80d6d9bded112 Mon Sep 17 00:00:00 2001 From: Stephan Seitz Date: Tue, 29 Jun 2021 21:28:32 +0200 Subject: python(highlights): don't use type for APP --- queries/python/highlights.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'queries/python/highlights.scm') diff --git a/queries/python/highlights.scm b/queries/python/highlights.scm index 2ea7c7db1..b97af471a 100644 --- a/queries/python/highlights.scm +++ b/queries/python/highlights.scm @@ -9,7 +9,7 @@ ;; Identifier naming conventions ((identifier) @type - (#match? @type "^[A-Z]")) + (#match? @type "^[A-Z].*[a-z]")) ((identifier) @constant (#match? @constant "^[A-Z][A-Z_0-9]*$")) -- cgit v1.2.3-70-g09d2