aboutsummaryrefslogtreecommitdiffstats
path: root/tests/query/highlights/python
diff options
context:
space:
mode:
Diffstat (limited to 'tests/query/highlights/python')
-rw-r--r--tests/query/highlights/python/functions.py3
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