mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 11:36:54 -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
|
||||
(identifier) @attribute.builtin)
|
||||
(#any-of? @attribute.builtin "classmethod" "property"))
|
||||
(#any-of? @attribute.builtin "classmethod" "property" "staticmethod"))
|
||||
|
||||
; Builtin functions
|
||||
((call
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue