start pulling in the stuff from test_highlight

This commit is contained in:
Patrick Thomson 2020-10-26 12:58:32 -04:00
parent e370c5053e
commit 3e18e97f7c
3 changed files with 13 additions and 6 deletions

View file

@ -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