mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-21 12:50:09 -04:00
test: expand test
This commit is contained in:
parent
ee3849b86a
commit
abf87cb972
1 changed files with 3 additions and 0 deletions
|
|
@ -1,4 +1,7 @@
|
|||
class Fields:
|
||||
type: str
|
||||
# ^^^^ @variable.member
|
||||
|
||||
def __init__(self, fields: list[int]) -> None:
|
||||
# ^^^ @type.builtin
|
||||
# ^^^^ @constant.builtin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue