@@ -264,13 +264,14 @@ If you want to stay on nvim 0.7, disable the module, or track on 'v0.0.x' branch
264264 [' @lsp.type.variable.lua' ] = { fg = spec .variable },
265265 [' @constructor.lua' ] = { fg = syn .bracket }, -- {}
266266 [' @operator.lua' ] = { fg = syn .keyword , style = stl .operators },
267- -- ['@property'] = { fg = syn.variable },
267+ [' @property.lua ' ] = { fg = syn .ident },
268268 -- ['@function.call.lua'] = { fg = syn.const },
269269 -- ['@function.method.call.lua'] = { link = '@function.call.lua' },
270270 [' @function.builtin.lua' ] = { fg = syn .builtin0 , style = stl .functions },
271271 [' @module.builtin.lua' ] = { fg = syn .builtin0 , style = stl .variables }, -- `table`, `io`, `_G`
272272 -- ['@label.lua'] = { fg = syn.string }, -- The `LABEL` in `::LABEL::` and `goto LABEL`
273- [' @variable.member.luadoc' ] = { link = ' @variable.member.lua' },
273+ [' @property.luadoc' ] = { link = ' @property.lua' },
274+ [' @variable.member.luadoc' ] = { link = ' @property.luadoc' },
274275 [' @operator.luadoc' ] = { fg = spec .fg1 }, -- The `|` in `string|number`
275276 [' @markup.list.luadoc' ] = { fg = spec .fg1 }, -- The `?` in `string?`
276277
0 commit comments