From 01b42a1a57b020f18c2bf73fb545a3a7833166c9 Mon Sep 17 00:00:00 2001 From: Amaan Qureshi Date: Mon, 24 Apr 2023 00:30:18 -0400 Subject: feat(python,starlark): highlight type conversions as `@function.macro` --- tests/query/highlights/python/pattern_matching.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/query/highlights/python') 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 -- cgit v1.2.3-70-g09d2