@codingame/monaco-vscode-shellscript-default-extension 1.82.6 → 1.83.0-next.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codingame/monaco-vscode-shellscript-default-extension",
3
- "version": "1.82.6",
3
+ "version": "1.83.0-next.0",
4
4
  "keywords": [],
5
5
  "author": {
6
6
  "name": "CodinGame",
@@ -18,6 +18,6 @@
18
18
  "module": "index.js",
19
19
  "types": "index.d.ts",
20
20
  "dependencies": {
21
- "vscode": "npm:@codingame/monaco-vscode-api@1.82.6"
21
+ "vscode": "npm:@codingame/monaco-vscode-api@1.83.0-next.0"
22
22
  }
23
23
  }
@@ -4,7 +4,7 @@
4
4
  "If you want to provide a fix or improvement, please create a pull request against the original repository.",
5
5
  "Once accepted there, we are happy to receive an update request."
6
6
  ],
7
- "version": "https://github.com/jeff-hykin/better-shell-syntax/commit/ce62ea59e8e522f8a07d8d8a2d1f992c6c600b91",
7
+ "version": "https://github.com/jeff-hykin/better-shell-syntax/commit/a3de7b32f1537194a83ee848838402fbf4b67424",
8
8
  "name": "Shell Script",
9
9
  "scopeName": "source.shell",
10
10
  "patterns": [
@@ -268,7 +268,7 @@
268
268
  "patterns": [
269
269
  {
270
270
  "begin": "(?=\\S)",
271
- "end": ";;",
271
+ "end": ";;&?|;&",
272
272
  "endCaptures": {
273
273
  "0": {
274
274
  "name": "punctuation.terminator.case-clause.shell"
@@ -311,7 +311,7 @@
311
311
  },
312
312
  {
313
313
  "begin": "(?<=\\))",
314
- "end": "(?=;;)",
314
+ "end": "(?=;;&?|;&)",
315
315
  "name": "meta.scope.case-clause-body.shell",
316
316
  "patterns": [
317
317
  {