astro-vscode 2.5.4 → 2.6.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
@@ -24,7 +24,7 @@
24
24
  "color": "#17191E",
25
25
  "theme": "dark"
26
26
  },
27
- "version": "2.5.4",
27
+ "version": "2.6.0",
28
28
  "author": "withastro",
29
29
  "license": "MIT",
30
30
  "publisher": "astro-build",
@@ -208,14 +208,14 @@
208
208
  ]
209
209
  },
210
210
  "devDependencies": {
211
- "@astrojs/language-server": "^2.5.4",
212
- "@astrojs/ts-plugin": "^1.3.1",
211
+ "@astrojs/language-server": "^2.6.0",
212
+ "@astrojs/ts-plugin": "^1.4.0",
213
213
  "@types/glob": "^8.1.0",
214
214
  "@types/mocha": "^10.0.1",
215
215
  "@types/node": "^18.17.8",
216
216
  "@types/vscode": "^1.82.0",
217
- "@volar/language-server": "~1.10.9",
218
- "@volar/vscode": "~1.10.9",
217
+ "@volar/language-server": "~1.11.1",
218
+ "@volar/vscode": "~1.11.1",
219
219
  "@vscode/test-electron": "^2.3.2",
220
220
  "@vscode/vsce": "latest",
221
221
  "esbuild": "^0.17.19",
@@ -227,7 +227,7 @@
227
227
  "vscode-tmgrammar-test": "^0.1.2"
228
228
  },
229
229
  "dependencies": {
230
- "@astrojs/compiler": "^2.2.2",
230
+ "@astrojs/compiler": "^2.4.0",
231
231
  "prettier": "^3.0.0",
232
232
  "prettier-plugin-astro": "^0.12.0"
233
233
  },
@@ -509,6 +509,9 @@
509
509
  "patterns": [
510
510
  {
511
511
  "include": "source.tsx#template-substitution-element"
512
+ },
513
+ {
514
+ "include": "source.tsx#string-character-escape"
512
515
  }
513
516
  ]
514
517
  }
@@ -350,6 +350,7 @@ repository:
350
350
  name: string.template.astro
351
351
  patterns:
352
352
  - include: 'source.tsx#template-substitution-element'
353
+ - include: 'source.tsx#string-character-escape'
353
354
 
354
355
  # ------
355
356
  # TAGS