Syntax-highlight Python project symbols and completions

This commit is contained in:
Max Brunsfeld 2022-06-23 11:14:01 -07:00
parent 981e53784d
commit 4d4db6ec4b
2 changed files with 58 additions and 2 deletions

View file

@ -17,8 +17,8 @@
; Identifier naming conventions
((identifier) @constructor
(#match? @constructor "^[A-Z]"))
((identifier) @type
(#match? @type "^[A-Z]"))
((identifier) @constant
(#match? @constant "^[A-Z][A-Z_]*$"))