@eclipse-docks/extension-monaco-editor 0.7.71 → 0.7.72
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/{css.worker-BPqHhSTZ.js → css.worker-k0D2jzfA.js} +5 -1
- package/dist/assets/{css.worker-BPqHhSTZ.js.map → css.worker-k0D2jzfA.js.map} +1 -1
- package/dist/{cssMode-Ch5EGfZT.js → cssMode-BPN67IzD.js} +2 -2
- package/dist/{cssMode-Ch5EGfZT.js.map → cssMode-BPN67IzD.js.map} +1 -1
- package/dist/index.js +1 -1
- package/dist/{monaco-editor-extension-ZBsN-oeb.js → monaco-editor-extension-BAeimqAZ.js} +3 -3
- package/dist/monaco-editor-extension-BAeimqAZ.js.map +1 -0
- package/dist/{monaco-widget-3tS4PYkJ.js → monaco-widget-fMLWniJD.js} +3 -3
- package/dist/{monaco-widget-3tS4PYkJ.js.map → monaco-widget-fMLWniJD.js.map} +1 -1
- package/dist/widget.js +1 -1
- package/package.json +1 -1
- package/dist/monaco-editor-extension-ZBsN-oeb.js.map +0 -1
|
@@ -26150,6 +26150,10 @@ while (this.acceptRegexp(regEx));
|
|
|
26150
26150
|
}
|
|
26151
26151
|
}
|
|
26152
26152
|
break;
|
|
26153
|
+
/**
|
|
26154
|
+
* In CSS, there is no single line comment prefixed with //
|
|
26155
|
+
* All comments are marked as `Comment`
|
|
26156
|
+
*/
|
|
26153
26157
|
case TokenType.Comment: {
|
|
26154
26158
|
const commentRegionMarkerToDelimiter = (marker) => {
|
|
26155
26159
|
if (marker === "#region") return {
|
|
@@ -48928,4 +48932,4 @@ while (this.acceptRegexp(regEx));
|
|
|
48928
48932
|
//#endregion
|
|
48929
48933
|
})();
|
|
48930
48934
|
|
|
48931
|
-
//# sourceMappingURL=css.worker-
|
|
48935
|
+
//# sourceMappingURL=css.worker-k0D2jzfA.js.map
|