@@ -264,13 +264,14 @@ If you want to stay on nvim 0.7, disable the module, or track on 'v0.0.x' branch
264
264
[' @lsp.type.variable.lua' ] = { fg = spec .variable },
265
265
[' @constructor.lua' ] = { fg = syn .bracket }, -- {}
266
266
[' @operator.lua' ] = { fg = syn .keyword , style = stl .operators },
267
- -- ['@property'] = { fg = syn.variable },
267
+ [' @property.lua ' ] = { fg = syn .ident },
268
268
-- ['@function.call.lua'] = { fg = syn.const },
269
269
-- ['@function.method.call.lua'] = { link = '@function.call.lua' },
270
270
[' @function.builtin.lua' ] = { fg = syn .builtin0 , style = stl .functions },
271
271
[' @module.builtin.lua' ] = { fg = syn .builtin0 , style = stl .variables }, -- `table`, `io`, `_G`
272
272
-- ['@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' },
274
275
[' @operator.luadoc' ] = { fg = spec .fg1 }, -- The `|` in `string|number`
275
276
[' @markup.list.luadoc' ] = { fg = spec .fg1 }, -- The `?` in `string?`
276
277
0 commit comments