astro-vscode 0.8.4 → 0.8.5
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/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# astro-vscode
|
|
2
2
|
|
|
3
|
+
## 0.8.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- f1f3091: Fix commenting, namespaced elements, and Fragment typings
|
|
8
|
+
- Updated dependencies [f1f3091]
|
|
9
|
+
- @astrojs/language-server@0.8.5
|
|
10
|
+
- @astrojs/ts-plugin@0.1.1
|
|
11
|
+
|
|
3
12
|
## 0.8.4
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
|
@@ -15,6 +15,7 @@
|
|
|
15
15
|
{ "open": "(", "close": ")" },
|
|
16
16
|
{ "open": "'", "close": "'" },
|
|
17
17
|
{ "open": "\"", "close": "\"" },
|
|
18
|
+
{ "open": "`", "close": "`" },
|
|
18
19
|
{ "open": "<!--", "close": "-->", "notIn": ["comment", "string"] },
|
|
19
20
|
{ "open": "/**", "close": " */", "notIn": ["string"] }
|
|
20
21
|
],
|
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"color": "#FFBE2D",
|
|
9
9
|
"theme": "dark"
|
|
10
10
|
},
|
|
11
|
-
"version": "0.8.
|
|
11
|
+
"version": "0.8.5",
|
|
12
12
|
"author": "Astro",
|
|
13
13
|
"license": "MIT",
|
|
14
14
|
"publisher": "astro-build",
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
"onLanguage:astro"
|
|
25
25
|
],
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@astrojs/language-server": "0.8.
|
|
28
|
-
"@astrojs/ts-plugin": "0.1.
|
|
27
|
+
"@astrojs/language-server": "0.8.5",
|
|
28
|
+
"@astrojs/ts-plugin": "0.1.1",
|
|
29
29
|
"vscode-emmet-helper": "2.1.2",
|
|
30
30
|
"vscode-html-languageservice": "^3.0.3",
|
|
31
31
|
"vscode-languageclient": "~7.0.0"
|
|
@@ -168,14 +168,14 @@
|
|
|
168
168
|
"scopeName": "text.html.astro",
|
|
169
169
|
"path": "./syntaxes/astro.tmLanguage.json",
|
|
170
170
|
"embeddedLanguages": {
|
|
171
|
-
"text.html.astro": "astro",
|
|
172
|
-
"text.html.markdown.astro": "astro-markdown",
|
|
173
|
-
"text.html": "html",
|
|
174
171
|
"source.css": "css",
|
|
175
|
-
"source.scss": "scss",
|
|
176
172
|
"source.sass": "sass",
|
|
173
|
+
"source.scss": "scss",
|
|
174
|
+
"source.ts": "typescript",
|
|
177
175
|
"source.tsx": "typescriptreact",
|
|
178
|
-
"
|
|
176
|
+
"text.html.astro": "astro",
|
|
177
|
+
"text.html.markdown.astro": "astro-markdown",
|
|
178
|
+
"text.html": "html"
|
|
179
179
|
}
|
|
180
180
|
},
|
|
181
181
|
{
|
|
@@ -186,52 +186,53 @@
|
|
|
186
186
|
"text.html.astro"
|
|
187
187
|
],
|
|
188
188
|
"embeddedLanguages": {
|
|
189
|
-
"text.html.astro": "astro",
|
|
190
|
-
"text.html.markdown.astro": "astro-markdown",
|
|
191
|
-
"text.html.markdown": "markdown",
|
|
192
|
-
"source.tsx": "typescriptreact",
|
|
193
|
-
"source.js": "javascript",
|
|
194
|
-
"source.css": "css",
|
|
195
|
-
"meta.embedded.block.css": "css",
|
|
196
189
|
"meta.embedded.block.astro": "astro",
|
|
197
|
-
"meta.embedded.block.
|
|
198
|
-
"meta.embedded.block.java": "java",
|
|
199
|
-
"meta.embedded.block.lua": "lua",
|
|
200
|
-
"meta.embedded.block.makefile": "makefile",
|
|
201
|
-
"meta.embedded.block.perl": "perl",
|
|
202
|
-
"meta.embedded.block.r": "r",
|
|
203
|
-
"meta.embedded.block.ruby": "ruby",
|
|
204
|
-
"meta.embedded.block.php": "php",
|
|
205
|
-
"meta.embedded.block.sql": "sql",
|
|
206
|
-
"meta.embedded.block.vs_net": "vs_net",
|
|
207
|
-
"meta.embedded.block.xml": "xml",
|
|
208
|
-
"meta.embedded.block.xsl": "xsl",
|
|
209
|
-
"meta.embedded.block.yaml": "yaml",
|
|
210
|
-
"meta.embedded.block.dosbatch": "dosbatch",
|
|
190
|
+
"meta.embedded.block.c": "c",
|
|
211
191
|
"meta.embedded.block.clojure": "clojure",
|
|
212
192
|
"meta.embedded.block.coffee": "coffee",
|
|
213
|
-
"meta.embedded.block.c": "c",
|
|
214
193
|
"meta.embedded.block.cpp": "cpp",
|
|
194
|
+
"meta.embedded.block.csharp": "csharp",
|
|
195
|
+
"meta.embedded.block.css": "css",
|
|
215
196
|
"meta.embedded.block.diff": "diff",
|
|
216
197
|
"meta.embedded.block.dockerfile": "dockerfile",
|
|
198
|
+
"meta.embedded.block.dosbatch": "dosbatch",
|
|
199
|
+
"meta.embedded.block.fsharp": "fsharp",
|
|
217
200
|
"meta.embedded.block.go": "go",
|
|
218
201
|
"meta.embedded.block.groovy": "groovy",
|
|
219
|
-
"meta.embedded.block.
|
|
202
|
+
"meta.embedded.block.ini": "ini",
|
|
203
|
+
"meta.embedded.block.java": "java",
|
|
220
204
|
"meta.embedded.block.javascript": "javascript",
|
|
221
205
|
"meta.embedded.block.json": "json",
|
|
222
206
|
"meta.embedded.block.less": "less",
|
|
207
|
+
"meta.embedded.block.lua": "lua",
|
|
208
|
+
"meta.embedded.block.makefile": "makefile",
|
|
223
209
|
"meta.embedded.block.objc": "objc",
|
|
224
|
-
"meta.embedded.block.
|
|
210
|
+
"meta.embedded.block.perl": "perl",
|
|
225
211
|
"meta.embedded.block.perl6": "perl6",
|
|
212
|
+
"meta.embedded.block.php": "php",
|
|
226
213
|
"meta.embedded.block.powershell": "powershell",
|
|
214
|
+
"meta.embedded.block.pug": "jade",
|
|
227
215
|
"meta.embedded.block.python": "python",
|
|
216
|
+
"meta.embedded.block.r": "r",
|
|
217
|
+
"meta.embedded.block.ruby": "ruby",
|
|
228
218
|
"meta.embedded.block.rust": "rust",
|
|
229
219
|
"meta.embedded.block.scala": "scala",
|
|
220
|
+
"meta.embedded.block.scss": "scss",
|
|
230
221
|
"meta.embedded.block.shellscript": "shellscript",
|
|
222
|
+
"meta.embedded.block.sql": "sql",
|
|
231
223
|
"meta.embedded.block.typescript": "typescript",
|
|
232
224
|
"meta.embedded.block.typescriptreact": "typescriptreact",
|
|
233
|
-
"meta.embedded.block.
|
|
234
|
-
"meta.embedded.block.
|
|
225
|
+
"meta.embedded.block.vs_net": "vs_net",
|
|
226
|
+
"meta.embedded.block.xml": "xml",
|
|
227
|
+
"meta.embedded.block.xsl": "xsl",
|
|
228
|
+
"meta.embedded.block.yaml": "yaml",
|
|
229
|
+
"source.css": "css",
|
|
230
|
+
"source.js": "javascript",
|
|
231
|
+
"source.ts": "typescript",
|
|
232
|
+
"source.tsx": "typescriptreact",
|
|
233
|
+
"text.html.astro": "astro",
|
|
234
|
+
"text.html.markdown.astro": "astro-markdown",
|
|
235
|
+
"text.html.markdown": "markdown"
|
|
235
236
|
}
|
|
236
237
|
},
|
|
237
238
|
{
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
},
|
|
67
67
|
"astro:component": {
|
|
68
68
|
"name": "meta.tag.component.astro",
|
|
69
|
-
"begin": "(</?)([$A-Z_][^/?!\\s
|
|
69
|
+
"begin": "(</?)([$A-Z_][^/?!\\s<>]*|[^/?!\\s<>.]+\\.[^/?!\\s<>]+)\\b",
|
|
70
70
|
"beginCaptures": {
|
|
71
71
|
"1": {
|
|
72
72
|
"name": "punctuation.definition.tag.begin.astro"
|
|
@@ -333,7 +333,7 @@
|
|
|
333
333
|
"patterns": [
|
|
334
334
|
{
|
|
335
335
|
"name": "meta.tag.any.$2.start.html",
|
|
336
|
-
"begin": "(<)([^/?!\\s
|
|
336
|
+
"begin": "(<)([^/?!\\s<>]+)(?=\\s|/?>)",
|
|
337
337
|
"beginCaptures": {
|
|
338
338
|
"1": {
|
|
339
339
|
"name": "punctuation.definition.tag.begin.html"
|
|
@@ -356,7 +356,7 @@
|
|
|
356
356
|
},
|
|
357
357
|
{
|
|
358
358
|
"name": "meta.tag.any.$2.end.html",
|
|
359
|
-
"begin": "(</)([^/?!\\s
|
|
359
|
+
"begin": "(</)([^/?!\\s<>]+)(?=\\s|/?>)",
|
|
360
360
|
"beginCaptures": {
|
|
361
361
|
"1": {
|
|
362
362
|
"name": "punctuation.definition.tag.begin.html"
|
|
@@ -419,6 +419,7 @@
|
|
|
419
419
|
}
|
|
420
420
|
},
|
|
421
421
|
"name": "expression.embbeded.astro",
|
|
422
|
+
"contentName": "source.tsx",
|
|
422
423
|
"patterns": [
|
|
423
424
|
{
|
|
424
425
|
"include": "source.tsx"
|