From d0a56e367712a6c055103adeffdff0b80c937e7c Mon Sep 17 00:00:00 2001 From: dcho Date: Wed, 19 Mar 2025 18:22:30 -0400 Subject: fix(python): prioritize builtin functions --- tests/query/highlights/python/functions.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/query/highlights/python/functions.py') 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 -- cgit v1.2.3-70-g09d2