plugins.lsp.servers.lua-ls.settings.doc.packageName

The pattern used for matching field names as a package-private field. Fields that match any of the patterns provided will be package-private.

Plugin default: [ ]

Type: null or (list of (string or raw lua code))

Default: null

Declared by:

plugins.lsp.servers.lua-ls.settings.doc.privateName

The pattern used for matching field names as a private field. Fields that match any of the patterns provided will be private to that class.

Plugin default: [ ]

Type: null or (list of (string or raw lua code))

Default: null

Declared by:

plugins.lsp.servers.lua-ls.settings.doc.protectedName

The pattern used for matching field names as a protected field. Fields that match any of the patterns provided will be private to that class and its child classes.

Plugin default: [ ]

Type: null or (list of (string or raw lua code))

Default: null

Declared by: