things are working: time to piggyback off the highlighter's parser
This commit is contained in:
parent
0dfe89f353
commit
363a0ce4fc
3 changed files with 25 additions and 6 deletions
4
test/fixtures/queries/python.py
vendored
4
test/fixtures/queries/python.py
vendored
|
|
@ -1,7 +1,7 @@
|
|||
def foo(): pass
|
||||
# declaration: function: 0, 0
|
||||
# definition: function: 0, 0
|
||||
|
||||
def bar():
|
||||
# declaration: function, 3, 0
|
||||
# definition: function, 3, 0
|
||||
foo()
|
||||
# reference: call, 5, 4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue