diff options
| author | Thomas Vigouroux <tomvig38@gmail.com> | 2020-09-07 18:14:54 +0200 |
|---|---|---|
| committer | Thomas Vigouroux <tomvig38@gmail.com> | 2020-09-11 12:02:35 +0200 |
| commit | b90e520ccdbb9d88fb4f7e7a7eea73de196c856c (patch) | |
| tree | 0ec450938bff4399dfdfc3c68a7ebdff1edf9e3c /queries/python | |
| parent | 5d2b8665183de74bb4b23ee4e7d6c5a05e854299 (diff) | |
ci: fix wrong queries
Diffstat (limited to 'queries/python')
| -rw-r--r-- | queries/python/highlights.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/queries/python/highlights.scm b/queries/python/highlights.scm index 3ed34c65..e991e28d 100644 --- a/queries/python/highlights.scm +++ b/queries/python/highlights.scm @@ -67,11 +67,11 @@ (identifier) @type)) ; type subscript: Tuple[int] ((call - function: (identifier) @isinstance + function: (identifier) @_isinstance arguments: (argument_list (_) (identifier) @type)) - (#eq? @isinstance "isinstance")) + (#eq? @_isinstance "isinstance")) ; Normal parameters (parameters |
