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.

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

Default: null

Plugin default: [ ]

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.

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

Default: null

Plugin default: [ ]

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.

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

Default: null

Plugin default: [ ]

Declared by: