Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 89351c1

Browse files
aminyaGrayJack
andcommitted
Use function.call for call
Co-Authored-By: Eric Shimizu Karbstein <[email protected]>
1 parent 6325ed1 commit 89351c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

grammars/tree-sitter-python.cson

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ scopes:
7676
'function_definition > identifier': 'entity.name.function.def'
7777
'call > identifier:nth-child(0)': [
7878
{match: '^(abs|all|any|ascii|bin|bool|breakpoint|bytearray|bytes|callable|chr|classmethod|compile|complex|delattr|dict|dir|divmod|enumerate|eval|exec|filter|float|format|frozenset|getattr|globals|hasattr|hash|help|hex|id|input|int|isinstance|issubclass|iter|len|list|locals|map|max|memoryview|min|next|object|oct|open|ord|pow|print|property|range|repr|reversed|round|set|setattr|slice|sorted|staticmethod|str|sum|super|tuple|type|vars|zip|__import__)$',
79-
scopes: 'support.function'},
80-
'entity.name.function'
79+
scopes: 'support.function.call'},
80+
'entity.name.function.call'
8181
]
8282
'call > attribute > identifier:nth-child(2)': 'entity.name.function'
8383

0 commit comments

Comments
 (0)