Prepare for 0.25.0.

This commit is contained in:
Henning Dieterichs 2021-06-11 12:27:26 +02:00
parent bfcb2c5b77
commit 62fab0cf3c
No known key found for this signature in database
GPG key ID: 771381EFFDB9EC06
7 changed files with 759 additions and 256 deletions

View file

@ -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 () {