mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 19:00:02 -04:00
fix(python): add staticmethod to builtin decorators
This commit is contained in:
parent
f84887230a
commit
c65413f2ac
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@
|
||||||
|
|
||||||
((decorator
|
((decorator
|
||||||
(identifier) @attribute.builtin)
|
(identifier) @attribute.builtin)
|
||||||
(#any-of? @attribute.builtin "classmethod" "property"))
|
(#any-of? @attribute.builtin "classmethod" "property" "staticmethod"))
|
||||||
|
|
||||||
; Builtin functions
|
; Builtin functions
|
||||||
((call
|
((call
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue