mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-21 12:50:09 -04:00
test: add test
This commit is contained in:
parent
03a7707405
commit
ee3849b86a
1 changed files with 2 additions and 0 deletions
|
|
@ -4,6 +4,8 @@ class Fields:
|
|||
# ^^^^ @constant.builtin
|
||||
self.fields = fields
|
||||
# ^^^^^^ @variable.member
|
||||
self.type = "foo"
|
||||
# ^^^^ @variable.member
|
||||
self.__dunderfield__ = None
|
||||
# ^^^^^^^^^^^^^^^ @variable.member
|
||||
self._FunKyFielD = 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue