tangled
alpha
login
or
join now
algmyr.se
/
vim-wombat-lua
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
Special case toml property.
algmyr.se
7 months ago
66d0da1b
66eeccae
+2
1 changed file
expand all
collapse all
unified
split
lua
wombat_lua
groups
treesitter.lua
+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
72
+
Group.link("@property.toml", g.Type)
73
73
+
Group.link("@property.jjconfig", g.Type)
72
74
73
75
-- Identifiers {{{1
74
76
Group.link("@variable", g.Identifier) -- various variable names