diff options
Diffstat (limited to 'tests/query/highlights/python/functions.py')
| -rw-r--r-- | tests/query/highlights/python/functions.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/query/highlights/python/functions.py b/tests/query/highlights/python/functions.py index 7284d3fcc..81dedfbae 100644 --- a/tests/query/highlights/python/functions.py +++ b/tests/query/highlights/python/functions.py @@ -16,3 +16,6 @@ class Foo: Foo().method() # ^^^^^^ @function.method.call + +print() +# ^ @function.builtin |
