Python highlights: update definition of decorator

This commit is contained in:
Stephan Seitz 2021-01-06 22:56:18 +01:00 committed by Stephan Seitz
parent 1cf7a1ddc9
commit b441f257a4

View file

@ -33,7 +33,10 @@
; Function calls
(decorator) @function
((decorator (dotted_name (identifier) @function))
((decorator (attribute (identifier) @function))
(#vim-match? @function "^([A-Z])@!.*$"))
(decorator) @function
((decorator (identifier) @function)
(#vim-match? @function "^([A-Z])@!.*$"))
(call