mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
fix(python): prioritize builtin functions
This commit is contained in:
parent
c8c7924cc3
commit
d0a56e3677
2 changed files with 5 additions and 1 deletions
|
|
@ -16,3 +16,6 @@ class Foo:
|
|||
|
||||
Foo().method()
|
||||
# ^^^^^^ @function.method.call
|
||||
|
||||
print()
|
||||
# ^ @function.builtin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue