mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 23:13:02 +01:00
Prepare for 0.25.0.
This commit is contained in:
parent
bfcb2c5b77
commit
62fab0cf3c
7 changed files with 759 additions and 256 deletions
|
|
@ -72,7 +72,7 @@ function getModifier(modifiers) {
|
|||
}
|
||||
}
|
||||
|
||||
const tokenPattern = new RegExp('(?<=\\[)([a-zA-Z]+)((?:\\.[a-zA-Z]+)*)(?=\\])', 'g');
|
||||
const tokenPattern = new RegExp('([a-zA-Z]+)((?:\\.[a-zA-Z]+)*)', 'g');
|
||||
|
||||
monaco.languages.registerDocumentSemanticTokensProvider('plaintext', {
|
||||
getLegend: function () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue