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/pattern_matching.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/query/highlights/python/pattern_matching.py b/tests/query/highlights/python/pattern_matching.py
index 38622cf4b..2d7d7d0c0 100644
--- a/tests/query/highlights/python/pattern_matching.py
+++ b/tests/query/highlights/python/pattern_matching.py
@@ -29,6 +29,7 @@ match command.split():
case ["drop", *objects]: pass
case _:
print(f"Sorry, I couldn't understand {command!r}")
+ # ^^ @function.macro
match command.split():
# ^ conditional