astro-vscode 2.8.5 → 2.9.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.8.5",
27
+ "version": "2.9.0",
28
28
  "author": "withastro",
29
29
  "license": "MIT",
30
30
  "publisher": "astro-build",
@@ -183,14 +183,19 @@
183
183
  "source.js": "javascript",
184
184
  "source.ts": "typescript",
185
185
  "source.json": "json",
186
- "source.tsx": "typescriptreact"
186
+ "source.tsx": "typescriptreact",
187
+ "meta.tag.tsx": "jsx-tags",
188
+ "meta.tag.without-attributes.tsx": "jsx-tags",
189
+ "meta.tag.attributes.tsx": "typescriptreact",
190
+ "meta.embedded.expression.tsx": "typescriptreact"
187
191
  },
188
192
  "unbalancedBracketScopes": [
189
193
  "keyword.operator.relational",
190
194
  "storage.type.function.arrow",
191
195
  "keyword.operator.bitwise.shift",
192
196
  "meta.brace.angle",
193
- "punctuation.definition.tag"
197
+ "punctuation.definition.tag",
198
+ "keyword.operator.assignment.compound.bitwise.ts"
194
199
  ]
195
200
  },
196
201
  {
@@ -208,14 +213,14 @@
208
213
  ]
209
214
  },
210
215
  "devDependencies": {
211
- "@astrojs/language-server": "^2.8.4",
212
- "@astrojs/ts-plugin": "^1.6.1",
216
+ "@astrojs/language-server": "^2.9.0",
217
+ "@astrojs/ts-plugin": "^1.7.0",
213
218
  "@types/glob": "^8.1.0",
214
219
  "@types/mocha": "^10.0.1",
215
220
  "@types/node": "^18.17.8",
216
221
  "@types/vscode": "^1.82.0",
217
- "@volar/language-server": "~2.1.5",
218
- "@volar/vscode": "~2.1.5",
222
+ "@volar/language-server": "~2.2.1",
223
+ "@volar/vscode": "~2.2.1",
219
224
  "@vscode/test-electron": "^2.3.2",
220
225
  "@vscode/vsce": "latest",
221
226
  "esbuild": "^0.17.19",