Properties
bracketMatchingConfig :Config|undefined
#
undefined
#
bracketMatchingExtension :Extension
#
The extra extension for bracket matching.
Type:
- Overrides:
- Source:
docTagExtension :Extensionprotected
#
This extension adds extra highlighting styles for doc tags in JavaScript/Lua.
Type:
- Overrides:
- Source:
extension
#
The complete set of extensions for this mode, including the language and any supporting extensions.
- Overrides:
- Source:
The complete set of extensions for this mode, including the language and any supporting extensions.
hasWorker
#
Whether the mode should load a web worker.
- Overrides:
- Source:
highlightStyle :HighlightStyle
#
The HighlightStyle mapping the mode's tags to CSS classes, exposed so consumers
can reuse it with highlightTree without instantiating an EditorView.
Type:
The HighlightStyle mapping the mode's tags to CSS classes, exposed so consumers
can reuse it with highlightTree without instantiating an EditorView.
lintApi :LintSource|undefined
#
undefined
#
The function to lint the code in the editor using a MediaWiki API.
Type:
-
LintSource
|
undefined
- Overrides:
- Source:
lintSource :LintSource|undefined
#
undefined
#
name :string
#
The name of the mode.
Type:
- string
- Overrides:
- Source:
worker :CodeMirrorWorker|undefined
#
undefined
#