Files
helix/tests/query/highlights/python/constructs.py
2026-06-20 14:49:53 +09:00

12 lines
315 B
Python

import os
# ^ @namespace
class Widget:
# ^ @type
def method(self, count: int) -> bool:
# ^ @function
# ^ @variable.builtin
# ^ @variable.parameter
# ^ @type.builtin
return self.helper(count)
# ^ @function.method