this repo has no description

Special case toml property.

+2
+2
lua/wombat_lua/groups/treesitter.lua
··· 69 69 -- Group.link("@attribute", g.UnknownThing) -- attribute annotations (e.g. Python decorators) 70 70 -- Group.link("@field", g.UnknownThing) -- object and struct fields 71 71 Group.link("@property", g.Identifier) -- similar to `@field` 72 + Group.link("@property.toml", g.Type) 73 + Group.link("@property.jjconfig", g.Type) 72 74 73 75 -- Identifiers {{{1 74 76 Group.link("@variable", g.Identifier) -- various variable names