python(highlights): don't use type for APP

This commit is contained in:
Stephan Seitz 2021-06-29 21:28:32 +02:00 committed by Stephan Seitz
parent b8d7853b88
commit 6d5b4f19f3

View file

@ -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]*$"))