start pulling in the stuff from test_highlight
This commit is contained in:
parent
e370c5053e
commit
3e18e97f7c
3 changed files with 13 additions and 6 deletions
6
test/fixtures/queries/python.py
vendored
6
test/fixtures/queries/python.py
vendored
|
|
@ -1,7 +1,7 @@
|
|||
def foo(): pass
|
||||
# definition: function: 0, 0
|
||||
# <- definition.function
|
||||
|
||||
def bar():
|
||||
# definition: function, 3, 0
|
||||
# <- definition.function
|
||||
foo()
|
||||
# reference: call, 5, 4
|
||||
# <- reference.call
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue