astro-vscode 2.15.1 → 2.15.3
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/.turbo/turbo-build.log +12 -0
- package/.vscodeignore +10 -0
- package/CHANGELOG.md +1411 -0
- package/dist/node/client.js +1 -1
- package/dist/node/server.js +272 -272
- package/package.json +3 -9
- package/scripts/build-grammar.mjs +45 -0
- package/scripts/build.mjs +79 -0
- package/scripts/shared.mjs +29 -0
- package/src/client.ts +151 -0
- package/test/grammar/README.md +5 -0
- package/test/grammar/dummy/css.tmLanguage-dummy.json +4 -0
- package/test/grammar/dummy/html.tmLanguage-dummy.json +4 -0
- package/test/grammar/dummy/js.tmLanguage-dummy.json +4 -0
- package/test/grammar/dummy/json.tmLanguage-dummy.json +4 -0
- package/test/grammar/dummy/less.tsLanguage-dummy.json +4 -0
- package/test/grammar/dummy/postcss.tmLanguage-dummy.json +4 -0
- package/test/grammar/dummy/sass.tmLanguage-dummy.json +4 -0
- package/test/grammar/dummy/scss.tsLanguage-dummy.json +4 -0
- package/test/grammar/dummy/stylus.tmLanguage-dummy.json +4 -0
- package/test/grammar/dummy/ts.tmLanguage-dummy.json +4 -0
- package/test/grammar/dummy/tsx.tmLanguage-dummy.json +4 -0
- package/test/grammar/dummy/unknown.tmLanguage-dummy.json +4 -0
- package/test/grammar/fixtures/attributes.astro +14 -0
- package/test/grammar/fixtures/attributes.astro.snap +102 -0
- package/test/grammar/fixtures/components/component.astro +3 -0
- package/test/grammar/fixtures/components/component.astro.snap +17 -0
- package/test/grammar/fixtures/constant-entities.astro +7 -0
- package/test/grammar/fixtures/constant-entities.astro.snap +80 -0
- package/test/grammar/fixtures/raw/israw.astro +15 -0
- package/test/grammar/fixtures/raw/israw.astro.snap +68 -0
- package/test/grammar/fixtures/script/events.astro +3 -0
- package/test/grammar/fixtures/script/events.astro.snap +30 -0
- package/test/grammar/fixtures/script/israw.astro +3 -0
- package/test/grammar/fixtures/script/israw.astro.snap +13 -0
- package/test/grammar/fixtures/script/json.astro +14 -0
- package/test/grammar/fixtures/script/json.astro.snap +39 -0
- package/test/grammar/fixtures/script/jstypes.astro +15 -0
- package/test/grammar/fixtures/script/jstypes.astro.snap +68 -0
- package/test/grammar/fixtures/script/module.astro +3 -0
- package/test/grammar/fixtures/script/module.astro.snap +17 -0
- package/test/grammar/fixtures/script/script.astro +3 -0
- package/test/grammar/fixtures/script/script.astro.snap +11 -0
- package/test/grammar/fixtures/script/unknowntype.astro +3 -0
- package/test/grammar/fixtures/script/unknowntype.astro.snap +17 -0
- package/test/grammar/fixtures/style/israw.astro +5 -0
- package/test/grammar/fixtures/style/israw.astro.snap +17 -0
- package/test/grammar/fixtures/style/less.astro +9 -0
- package/test/grammar/fixtures/style/less.astro.snap +28 -0
- package/test/grammar/fixtures/style/sass.astro +8 -0
- package/test/grammar/fixtures/style/sass.astro.snap +26 -0
- package/test/grammar/fixtures/style/scss.astro +9 -0
- package/test/grammar/fixtures/style/scss.astro.snap +28 -0
- package/test/grammar/fixtures/style/style.astro +3 -0
- package/test/grammar/fixtures/style/style.astro.snap +11 -0
- package/test/grammar/fixtures/style/stylus.astro +9 -0
- package/test/grammar/fixtures/style/stylus.astro.snap +38 -0
- package/test/grammar/fixtures/text.astro +15 -0
- package/test/grammar/fixtures/text.astro.snap +58 -0
- package/test/grammar/test.mjs +59 -0
- package/test/runTest.js +27 -0
- package/test/suite/extension.test.js +15 -0
- package/test/suite/index.js +40 -0
- package/test/tsconfig.json +14 -0
- package/tsconfig.json +9 -0
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
><div is:raw>
|
|
2
|
+
#^ source.astro meta.scope.tag.div.astro meta.raw.astro meta.tag.start.astro punctuation.definition.tag.begin.astro
|
|
3
|
+
# ^^^ source.astro meta.scope.tag.div.astro meta.raw.astro meta.tag.start.astro entity.name.tag.astro
|
|
4
|
+
# ^ source.astro meta.scope.tag.div.astro meta.raw.astro source.unknown meta.tag.start.astro
|
|
5
|
+
# ^^^^^^ source.astro meta.scope.tag.div.astro meta.raw.astro source.unknown meta.tag.start.astro meta.attribute.is:raw.astro entity.other.attribute-name.astro
|
|
6
|
+
# ^ source.astro meta.scope.tag.div.astro meta.raw.astro source.unknown meta.tag.start.astro punctuation.definition.tag.end.astro
|
|
7
|
+
> Hello
|
|
8
|
+
#^^^^^^^ source.astro meta.scope.tag.div.astro meta.raw.astro source.unknown
|
|
9
|
+
></div>
|
|
10
|
+
#^^ source.astro meta.scope.tag.div.astro meta.raw.astro meta.tag.end.astro punctuation.definition.tag.begin.astro
|
|
11
|
+
# ^^^ source.astro meta.scope.tag.div.astro meta.raw.astro meta.tag.end.astro entity.name.tag.astro
|
|
12
|
+
# ^ source.astro meta.scope.tag.div.astro meta.raw.astro meta.tag.end.astro punctuation.definition.tag.end.astro
|
|
13
|
+
>
|
|
14
|
+
><div aria-busy class="hello" is:raw>
|
|
15
|
+
#^ source.astro meta.scope.tag.div.astro meta.raw.astro meta.tag.start.astro punctuation.definition.tag.begin.astro
|
|
16
|
+
# ^^^ source.astro meta.scope.tag.div.astro meta.raw.astro meta.tag.start.astro entity.name.tag.astro
|
|
17
|
+
# ^ source.astro meta.scope.tag.div.astro meta.raw.astro source.unknown meta.tag.start.astro
|
|
18
|
+
# ^^^^^^^^^ source.astro meta.scope.tag.div.astro meta.raw.astro source.unknown meta.tag.start.astro meta.attribute.aria-busy.astro entity.other.attribute-name.astro
|
|
19
|
+
# ^ source.astro meta.scope.tag.div.astro meta.raw.astro source.unknown meta.tag.start.astro
|
|
20
|
+
# ^^^^^ source.astro meta.scope.tag.div.astro meta.raw.astro source.unknown meta.tag.start.astro meta.attribute.class.astro entity.other.attribute-name.astro
|
|
21
|
+
# ^ source.astro meta.scope.tag.div.astro meta.raw.astro source.unknown meta.tag.start.astro meta.attribute.class.astro punctuation.separator.key-value.astro
|
|
22
|
+
# ^ source.astro meta.scope.tag.div.astro meta.raw.astro source.unknown meta.tag.start.astro meta.attribute.class.astro string.quoted.astro punctuation.definition.string.begin.astro
|
|
23
|
+
# ^^^^^ source.astro meta.scope.tag.div.astro meta.raw.astro source.unknown meta.tag.start.astro meta.attribute.class.astro string.quoted.astro
|
|
24
|
+
# ^ source.astro meta.scope.tag.div.astro meta.raw.astro source.unknown meta.tag.start.astro meta.attribute.class.astro string.quoted.astro punctuation.definition.string.end.astro
|
|
25
|
+
# ^ source.astro meta.scope.tag.div.astro meta.raw.astro source.unknown meta.tag.start.astro
|
|
26
|
+
# ^^^^^^ source.astro meta.scope.tag.div.astro meta.raw.astro source.unknown meta.tag.start.astro meta.attribute.is:raw.astro entity.other.attribute-name.astro
|
|
27
|
+
# ^ source.astro meta.scope.tag.div.astro meta.raw.astro source.unknown meta.tag.start.astro punctuation.definition.tag.end.astro
|
|
28
|
+
> Hello
|
|
29
|
+
#^^^^^^^ source.astro meta.scope.tag.div.astro meta.raw.astro source.unknown
|
|
30
|
+
></div>
|
|
31
|
+
#^^ source.astro meta.scope.tag.div.astro meta.raw.astro meta.tag.end.astro punctuation.definition.tag.begin.astro
|
|
32
|
+
# ^^^ source.astro meta.scope.tag.div.astro meta.raw.astro meta.tag.end.astro entity.name.tag.astro
|
|
33
|
+
# ^ source.astro meta.scope.tag.div.astro meta.raw.astro meta.tag.end.astro punctuation.definition.tag.end.astro
|
|
34
|
+
>
|
|
35
|
+
><div class="hello" is:raw aria-busy>
|
|
36
|
+
#^ source.astro meta.scope.tag.div.astro meta.raw.astro meta.tag.start.astro punctuation.definition.tag.begin.astro
|
|
37
|
+
# ^^^ source.astro meta.scope.tag.div.astro meta.raw.astro meta.tag.start.astro entity.name.tag.astro
|
|
38
|
+
# ^ source.astro meta.scope.tag.div.astro meta.raw.astro source.unknown meta.tag.start.astro
|
|
39
|
+
# ^^^^^ source.astro meta.scope.tag.div.astro meta.raw.astro source.unknown meta.tag.start.astro meta.attribute.class.astro entity.other.attribute-name.astro
|
|
40
|
+
# ^ source.astro meta.scope.tag.div.astro meta.raw.astro source.unknown meta.tag.start.astro meta.attribute.class.astro punctuation.separator.key-value.astro
|
|
41
|
+
# ^ source.astro meta.scope.tag.div.astro meta.raw.astro source.unknown meta.tag.start.astro meta.attribute.class.astro string.quoted.astro punctuation.definition.string.begin.astro
|
|
42
|
+
# ^^^^^ source.astro meta.scope.tag.div.astro meta.raw.astro source.unknown meta.tag.start.astro meta.attribute.class.astro string.quoted.astro
|
|
43
|
+
# ^ source.astro meta.scope.tag.div.astro meta.raw.astro source.unknown meta.tag.start.astro meta.attribute.class.astro string.quoted.astro punctuation.definition.string.end.astro
|
|
44
|
+
# ^ source.astro meta.scope.tag.div.astro meta.raw.astro source.unknown meta.tag.start.astro
|
|
45
|
+
# ^^^^^^ source.astro meta.scope.tag.div.astro meta.raw.astro source.unknown meta.tag.start.astro meta.attribute.is:raw.astro entity.other.attribute-name.astro
|
|
46
|
+
# ^ source.astro meta.scope.tag.div.astro meta.raw.astro source.unknown meta.tag.start.astro
|
|
47
|
+
# ^^^^^^^^^ source.astro meta.scope.tag.div.astro meta.raw.astro source.unknown meta.tag.start.astro meta.attribute.aria-busy.astro entity.other.attribute-name.astro
|
|
48
|
+
# ^ source.astro meta.scope.tag.div.astro meta.raw.astro source.unknown meta.tag.start.astro punctuation.definition.tag.end.astro
|
|
49
|
+
> Hello
|
|
50
|
+
#^^^^^^^ source.astro meta.scope.tag.div.astro meta.raw.astro source.unknown
|
|
51
|
+
></div>
|
|
52
|
+
#^^ source.astro meta.scope.tag.div.astro meta.raw.astro meta.tag.end.astro punctuation.definition.tag.begin.astro
|
|
53
|
+
# ^^^ source.astro meta.scope.tag.div.astro meta.raw.astro meta.tag.end.astro entity.name.tag.astro
|
|
54
|
+
# ^ source.astro meta.scope.tag.div.astro meta.raw.astro meta.tag.end.astro punctuation.definition.tag.end.astro
|
|
55
|
+
>
|
|
56
|
+
><Component is:raw>
|
|
57
|
+
#^ source.astro meta.scope.tag.Component.astro meta.raw.astro meta.tag.start.astro punctuation.definition.tag.begin.astro
|
|
58
|
+
# ^^^^^^^^^ source.astro meta.scope.tag.Component.astro meta.raw.astro meta.tag.start.astro support.class.component.astro
|
|
59
|
+
# ^ source.astro meta.scope.tag.Component.astro meta.raw.astro source.unknown meta.tag.start.astro
|
|
60
|
+
# ^^^^^^ source.astro meta.scope.tag.Component.astro meta.raw.astro source.unknown meta.tag.start.astro meta.attribute.is:raw.astro entity.other.attribute-name.astro
|
|
61
|
+
# ^ source.astro meta.scope.tag.Component.astro meta.raw.astro source.unknown meta.tag.start.astro punctuation.definition.tag.end.astro
|
|
62
|
+
> Hello
|
|
63
|
+
#^^^^^^^ source.astro meta.scope.tag.Component.astro meta.raw.astro source.unknown
|
|
64
|
+
></Component>
|
|
65
|
+
#^^ source.astro meta.scope.tag.Component.astro meta.raw.astro meta.tag.end.astro punctuation.definition.tag.begin.astro
|
|
66
|
+
# ^^^^^^^^^ source.astro meta.scope.tag.Component.astro meta.raw.astro meta.tag.end.astro support.class.component.astro
|
|
67
|
+
# ^ source.astro meta.scope.tag.Component.astro meta.raw.astro meta.tag.end.astro punctuation.definition.tag.end.astro
|
|
68
|
+
>
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
><button onclick="(hello) => {console.log('hello')};">Click Me!</button>
|
|
2
|
+
#^ source.astro meta.scope.tag.button.astro meta.tag.start.astro punctuation.definition.tag.begin.astro
|
|
3
|
+
# ^^^^^^ source.astro meta.scope.tag.button.astro meta.tag.start.astro entity.name.tag.astro
|
|
4
|
+
# ^ source.astro meta.scope.tag.button.astro meta.tag.start.astro
|
|
5
|
+
# ^^^^^^^ source.astro meta.scope.tag.button.astro meta.tag.start.astro meta.attribute.onclick.astro entity.other.attribute-name.astro
|
|
6
|
+
# ^ source.astro meta.scope.tag.button.astro meta.tag.start.astro meta.attribute.onclick.astro punctuation.separator.key-value.astro
|
|
7
|
+
# ^ source.astro meta.scope.tag.button.astro meta.tag.start.astro meta.attribute.onclick.astro meta.embedded.line.js string.quoted.astro punctuation.definition.string.begin.astro
|
|
8
|
+
# ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ source.astro meta.scope.tag.button.astro meta.tag.start.astro meta.attribute.onclick.astro meta.embedded.line.js string.quoted.astro
|
|
9
|
+
# ^ source.astro meta.scope.tag.button.astro meta.tag.start.astro meta.attribute.onclick.astro meta.embedded.line.js string.quoted.astro punctuation.definition.string.end.astro
|
|
10
|
+
# ^ source.astro meta.scope.tag.button.astro meta.tag.start.astro punctuation.definition.tag.end.astro
|
|
11
|
+
# ^^^^^^^^^ source.astro text.astro
|
|
12
|
+
# ^^ source.astro meta.scope.tag.button.astro meta.tag.end.astro punctuation.definition.tag.begin.astro
|
|
13
|
+
# ^^^^^^ source.astro meta.scope.tag.button.astro meta.tag.end.astro entity.name.tag.astro
|
|
14
|
+
# ^ source.astro meta.scope.tag.button.astro meta.tag.end.astro punctuation.definition.tag.end.astro
|
|
15
|
+
>
|
|
16
|
+
><button onclick='(hello) => {console.log("hello")};'>Click Me!</button>
|
|
17
|
+
#^ source.astro meta.scope.tag.button.astro meta.tag.start.astro punctuation.definition.tag.begin.astro
|
|
18
|
+
# ^^^^^^ source.astro meta.scope.tag.button.astro meta.tag.start.astro entity.name.tag.astro
|
|
19
|
+
# ^ source.astro meta.scope.tag.button.astro meta.tag.start.astro
|
|
20
|
+
# ^^^^^^^ source.astro meta.scope.tag.button.astro meta.tag.start.astro meta.attribute.onclick.astro entity.other.attribute-name.astro
|
|
21
|
+
# ^ source.astro meta.scope.tag.button.astro meta.tag.start.astro meta.attribute.onclick.astro punctuation.separator.key-value.astro
|
|
22
|
+
# ^ source.astro meta.scope.tag.button.astro meta.tag.start.astro meta.attribute.onclick.astro meta.embedded.line.js string.quoted.astro punctuation.definition.string.begin.astro
|
|
23
|
+
# ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ source.astro meta.scope.tag.button.astro meta.tag.start.astro meta.attribute.onclick.astro meta.embedded.line.js string.quoted.astro
|
|
24
|
+
# ^ source.astro meta.scope.tag.button.astro meta.tag.start.astro meta.attribute.onclick.astro meta.embedded.line.js string.quoted.astro punctuation.definition.string.end.astro
|
|
25
|
+
# ^ source.astro meta.scope.tag.button.astro meta.tag.start.astro punctuation.definition.tag.end.astro
|
|
26
|
+
# ^^^^^^^^^ source.astro text.astro
|
|
27
|
+
# ^^ source.astro meta.scope.tag.button.astro meta.tag.end.astro punctuation.definition.tag.begin.astro
|
|
28
|
+
# ^^^^^^ source.astro meta.scope.tag.button.astro meta.tag.end.astro entity.name.tag.astro
|
|
29
|
+
# ^ source.astro meta.scope.tag.button.astro meta.tag.end.astro punctuation.definition.tag.end.astro
|
|
30
|
+
>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
><script is:raw>
|
|
2
|
+
#^ source.astro meta.scope.tag.script.astro meta.raw.astro meta.tag.start.astro punctuation.definition.tag.begin.astro
|
|
3
|
+
# ^^^^^^ source.astro meta.scope.tag.script.astro meta.raw.astro meta.tag.start.astro entity.name.tag.astro
|
|
4
|
+
# ^ source.astro meta.scope.tag.script.astro meta.raw.astro source.unknown meta.tag.start.astro
|
|
5
|
+
# ^^^^^^ source.astro meta.scope.tag.script.astro meta.raw.astro source.unknown meta.tag.start.astro meta.attribute.is:raw.astro entity.other.attribute-name.astro
|
|
6
|
+
# ^ source.astro meta.scope.tag.script.astro meta.raw.astro source.unknown meta.tag.start.astro punctuation.definition.tag.end.astro
|
|
7
|
+
> "hello"
|
|
8
|
+
#^^^^^^^^^ source.astro meta.scope.tag.script.astro meta.raw.astro source.unknown
|
|
9
|
+
></script>
|
|
10
|
+
#^^ source.astro meta.scope.tag.script.astro meta.raw.astro meta.tag.end.astro punctuation.definition.tag.begin.astro
|
|
11
|
+
# ^^^^^^ source.astro meta.scope.tag.script.astro meta.raw.astro meta.tag.end.astro entity.name.tag.astro
|
|
12
|
+
# ^ source.astro meta.scope.tag.script.astro meta.raw.astro meta.tag.end.astro punctuation.definition.tag.end.astro
|
|
13
|
+
>
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<script type="application/ld+json">
|
|
2
|
+
{
|
|
3
|
+
"@context": "https://schema.org/",
|
|
4
|
+
"@type": "Recipe",
|
|
5
|
+
"name": "Party Coffee Cake",
|
|
6
|
+
"author": {
|
|
7
|
+
"@type": "Person",
|
|
8
|
+
"name": "Mary Stone"
|
|
9
|
+
},
|
|
10
|
+
"datePublished": "2018-03-10",
|
|
11
|
+
"description": "This coffee cake is awesome and perfect for parties.",
|
|
12
|
+
"prepTime": "PT20M"
|
|
13
|
+
}
|
|
14
|
+
</script>
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
><script type="application/ld+json">
|
|
2
|
+
#^ source.astro meta.scope.tag.script.astro meta.script.astro meta.tag.start.astro punctuation.definition.tag.begin.astro
|
|
3
|
+
# ^^^^^^ source.astro meta.scope.tag.script.astro meta.script.astro meta.tag.start.astro entity.name.tag.astro
|
|
4
|
+
# ^ source.astro meta.scope.tag.script.astro meta.script.astro meta.lang.json.astro meta.tag.start.astro
|
|
5
|
+
# ^^^^ source.astro meta.scope.tag.script.astro meta.script.astro meta.lang.json.astro meta.tag.start.astro meta.attribute.type.astro entity.other.attribute-name.astro
|
|
6
|
+
# ^ source.astro meta.scope.tag.script.astro meta.script.astro meta.lang.json.astro meta.tag.start.astro meta.attribute.type.astro punctuation.separator.key-value.astro
|
|
7
|
+
# ^ source.astro meta.scope.tag.script.astro meta.script.astro meta.lang.json.astro meta.tag.start.astro meta.attribute.type.astro string.quoted.astro punctuation.definition.string.begin.astro
|
|
8
|
+
# ^^^^^^^^^^^^^^^^^^^ source.astro meta.scope.tag.script.astro meta.script.astro meta.lang.json.astro meta.tag.start.astro meta.attribute.type.astro string.quoted.astro
|
|
9
|
+
# ^ source.astro meta.scope.tag.script.astro meta.script.astro meta.lang.json.astro meta.tag.start.astro meta.attribute.type.astro string.quoted.astro punctuation.definition.string.end.astro
|
|
10
|
+
# ^ source.astro meta.scope.tag.script.astro meta.script.astro meta.lang.json.astro meta.tag.start.astro punctuation.definition.tag.end.astro
|
|
11
|
+
> {
|
|
12
|
+
#^^^^ source.astro meta.scope.tag.script.astro meta.script.astro meta.lang.json.astro meta.embedded.block.astro source.json
|
|
13
|
+
> "@context": "https://schema.org/",
|
|
14
|
+
#^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ source.astro meta.scope.tag.script.astro meta.script.astro meta.lang.json.astro meta.embedded.block.astro source.json
|
|
15
|
+
> "@type": "Recipe",
|
|
16
|
+
#^^^^^^^^^^^^^^^^^^^^^^^ source.astro meta.scope.tag.script.astro meta.script.astro meta.lang.json.astro meta.embedded.block.astro source.json
|
|
17
|
+
> "name": "Party Coffee Cake",
|
|
18
|
+
#^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ source.astro meta.scope.tag.script.astro meta.script.astro meta.lang.json.astro meta.embedded.block.astro source.json
|
|
19
|
+
> "author": {
|
|
20
|
+
#^^^^^^^^^^^^^^^^ source.astro meta.scope.tag.script.astro meta.script.astro meta.lang.json.astro meta.embedded.block.astro source.json
|
|
21
|
+
> "@type": "Person",
|
|
22
|
+
#^^^^^^^^^^^^^^^^^^^^^^^^^ source.astro meta.scope.tag.script.astro meta.script.astro meta.lang.json.astro meta.embedded.block.astro source.json
|
|
23
|
+
> "name": "Mary Stone"
|
|
24
|
+
#^^^^^^^^^^^^^^^^^^^^^^^^^^^ source.astro meta.scope.tag.script.astro meta.script.astro meta.lang.json.astro meta.embedded.block.astro source.json
|
|
25
|
+
> },
|
|
26
|
+
#^^^^^^^ source.astro meta.scope.tag.script.astro meta.script.astro meta.lang.json.astro meta.embedded.block.astro source.json
|
|
27
|
+
> "datePublished": "2018-03-10",
|
|
28
|
+
#^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ source.astro meta.scope.tag.script.astro meta.script.astro meta.lang.json.astro meta.embedded.block.astro source.json
|
|
29
|
+
> "description": "This coffee cake is awesome and perfect for parties.",
|
|
30
|
+
#^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ source.astro meta.scope.tag.script.astro meta.script.astro meta.lang.json.astro meta.embedded.block.astro source.json
|
|
31
|
+
> "prepTime": "PT20M"
|
|
32
|
+
#^^^^^^^^^^^^^^^^^^^^^^^^ source.astro meta.scope.tag.script.astro meta.script.astro meta.lang.json.astro meta.embedded.block.astro source.json
|
|
33
|
+
> }
|
|
34
|
+
#^^^^ source.astro meta.scope.tag.script.astro meta.script.astro meta.lang.json.astro meta.embedded.block.astro source.json
|
|
35
|
+
></script>
|
|
36
|
+
#^^ source.astro meta.scope.tag.script.astro meta.script.astro meta.tag.end.astro punctuation.definition.tag.begin.astro
|
|
37
|
+
# ^^^^^^ source.astro meta.scope.tag.script.astro meta.script.astro meta.tag.end.astro entity.name.tag.astro
|
|
38
|
+
# ^ source.astro meta.scope.tag.script.astro meta.script.astro meta.tag.end.astro punctuation.definition.tag.end.astro
|
|
39
|
+
>
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<script type="text/javascript">
|
|
2
|
+
console.log("")
|
|
3
|
+
</script>
|
|
4
|
+
|
|
5
|
+
<script type="text/partytown">
|
|
6
|
+
console.log("")
|
|
7
|
+
</script>
|
|
8
|
+
|
|
9
|
+
<script type="application/javascript">
|
|
10
|
+
console.log("")
|
|
11
|
+
</script>
|
|
12
|
+
|
|
13
|
+
<script type="application/node">
|
|
14
|
+
console.log("")
|
|
15
|
+
</script>
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
><script type="text/javascript">
|
|
2
|
+
#^ source.astro meta.scope.tag.script.astro meta.script.astro meta.tag.start.astro punctuation.definition.tag.begin.astro
|
|
3
|
+
# ^^^^^^ source.astro meta.scope.tag.script.astro meta.script.astro meta.tag.start.astro entity.name.tag.astro
|
|
4
|
+
# ^ source.astro meta.scope.tag.script.astro meta.script.astro meta.lang.javascript.astro meta.tag.start.astro
|
|
5
|
+
# ^^^^ source.astro meta.scope.tag.script.astro meta.script.astro meta.lang.javascript.astro meta.tag.start.astro meta.attribute.type.astro entity.other.attribute-name.astro
|
|
6
|
+
# ^ source.astro meta.scope.tag.script.astro meta.script.astro meta.lang.javascript.astro meta.tag.start.astro meta.attribute.type.astro punctuation.separator.key-value.astro
|
|
7
|
+
# ^ source.astro meta.scope.tag.script.astro meta.script.astro meta.lang.javascript.astro meta.tag.start.astro meta.attribute.type.astro string.quoted.astro punctuation.definition.string.begin.astro
|
|
8
|
+
# ^^^^^^^^^^^^^^^ source.astro meta.scope.tag.script.astro meta.script.astro meta.lang.javascript.astro meta.tag.start.astro meta.attribute.type.astro string.quoted.astro
|
|
9
|
+
# ^ source.astro meta.scope.tag.script.astro meta.script.astro meta.lang.javascript.astro meta.tag.start.astro meta.attribute.type.astro string.quoted.astro punctuation.definition.string.end.astro
|
|
10
|
+
# ^ source.astro meta.scope.tag.script.astro meta.script.astro meta.lang.javascript.astro meta.tag.start.astro punctuation.definition.tag.end.astro
|
|
11
|
+
> console.log("")
|
|
12
|
+
#^^^^^^^^^^^^^^^^^ source.astro meta.scope.tag.script.astro meta.script.astro meta.lang.javascript.astro meta.embedded.block.astro source.js
|
|
13
|
+
></script>
|
|
14
|
+
#^^ source.astro meta.scope.tag.script.astro meta.script.astro meta.tag.end.astro punctuation.definition.tag.begin.astro
|
|
15
|
+
# ^^^^^^ source.astro meta.scope.tag.script.astro meta.script.astro meta.tag.end.astro entity.name.tag.astro
|
|
16
|
+
# ^ source.astro meta.scope.tag.script.astro meta.script.astro meta.tag.end.astro punctuation.definition.tag.end.astro
|
|
17
|
+
>
|
|
18
|
+
><script type="text/partytown">
|
|
19
|
+
#^ source.astro meta.scope.tag.script.astro meta.script.astro meta.tag.start.astro punctuation.definition.tag.begin.astro
|
|
20
|
+
# ^^^^^^ source.astro meta.scope.tag.script.astro meta.script.astro meta.tag.start.astro entity.name.tag.astro
|
|
21
|
+
# ^ source.astro meta.scope.tag.script.astro meta.script.astro meta.lang.partytown.astro meta.tag.start.astro
|
|
22
|
+
# ^^^^ source.astro meta.scope.tag.script.astro meta.script.astro meta.lang.partytown.astro meta.tag.start.astro meta.attribute.type.astro entity.other.attribute-name.astro
|
|
23
|
+
# ^ source.astro meta.scope.tag.script.astro meta.script.astro meta.lang.partytown.astro meta.tag.start.astro meta.attribute.type.astro punctuation.separator.key-value.astro
|
|
24
|
+
# ^ source.astro meta.scope.tag.script.astro meta.script.astro meta.lang.partytown.astro meta.tag.start.astro meta.attribute.type.astro string.quoted.astro punctuation.definition.string.begin.astro
|
|
25
|
+
# ^^^^^^^^^^^^^^ source.astro meta.scope.tag.script.astro meta.script.astro meta.lang.partytown.astro meta.tag.start.astro meta.attribute.type.astro string.quoted.astro
|
|
26
|
+
# ^ source.astro meta.scope.tag.script.astro meta.script.astro meta.lang.partytown.astro meta.tag.start.astro meta.attribute.type.astro string.quoted.astro punctuation.definition.string.end.astro
|
|
27
|
+
# ^ source.astro meta.scope.tag.script.astro meta.script.astro meta.lang.partytown.astro meta.tag.start.astro punctuation.definition.tag.end.astro
|
|
28
|
+
> console.log("")
|
|
29
|
+
#^^^^^^^^^^^^^^^^^ source.astro meta.scope.tag.script.astro meta.script.astro meta.lang.partytown.astro meta.embedded.block.astro source.js
|
|
30
|
+
></script>
|
|
31
|
+
#^^ source.astro meta.scope.tag.script.astro meta.script.astro meta.tag.end.astro punctuation.definition.tag.begin.astro
|
|
32
|
+
# ^^^^^^ source.astro meta.scope.tag.script.astro meta.script.astro meta.tag.end.astro entity.name.tag.astro
|
|
33
|
+
# ^ source.astro meta.scope.tag.script.astro meta.script.astro meta.tag.end.astro punctuation.definition.tag.end.astro
|
|
34
|
+
>
|
|
35
|
+
><script type="application/javascript">
|
|
36
|
+
#^ source.astro meta.scope.tag.script.astro meta.script.astro meta.tag.start.astro punctuation.definition.tag.begin.astro
|
|
37
|
+
# ^^^^^^ source.astro meta.scope.tag.script.astro meta.script.astro meta.tag.start.astro entity.name.tag.astro
|
|
38
|
+
# ^ source.astro meta.scope.tag.script.astro meta.script.astro meta.lang.javascript.astro meta.tag.start.astro
|
|
39
|
+
# ^^^^ source.astro meta.scope.tag.script.astro meta.script.astro meta.lang.javascript.astro meta.tag.start.astro meta.attribute.type.astro entity.other.attribute-name.astro
|
|
40
|
+
# ^ source.astro meta.scope.tag.script.astro meta.script.astro meta.lang.javascript.astro meta.tag.start.astro meta.attribute.type.astro punctuation.separator.key-value.astro
|
|
41
|
+
# ^ source.astro meta.scope.tag.script.astro meta.script.astro meta.lang.javascript.astro meta.tag.start.astro meta.attribute.type.astro string.quoted.astro punctuation.definition.string.begin.astro
|
|
42
|
+
# ^^^^^^^^^^^^^^^^^^^^^^ source.astro meta.scope.tag.script.astro meta.script.astro meta.lang.javascript.astro meta.tag.start.astro meta.attribute.type.astro string.quoted.astro
|
|
43
|
+
# ^ source.astro meta.scope.tag.script.astro meta.script.astro meta.lang.javascript.astro meta.tag.start.astro meta.attribute.type.astro string.quoted.astro punctuation.definition.string.end.astro
|
|
44
|
+
# ^ source.astro meta.scope.tag.script.astro meta.script.astro meta.lang.javascript.astro meta.tag.start.astro punctuation.definition.tag.end.astro
|
|
45
|
+
> console.log("")
|
|
46
|
+
#^^^^^^^^^^^^^^^^^ source.astro meta.scope.tag.script.astro meta.script.astro meta.lang.javascript.astro meta.embedded.block.astro source.js
|
|
47
|
+
></script>
|
|
48
|
+
#^^ source.astro meta.scope.tag.script.astro meta.script.astro meta.tag.end.astro punctuation.definition.tag.begin.astro
|
|
49
|
+
# ^^^^^^ source.astro meta.scope.tag.script.astro meta.script.astro meta.tag.end.astro entity.name.tag.astro
|
|
50
|
+
# ^ source.astro meta.scope.tag.script.astro meta.script.astro meta.tag.end.astro punctuation.definition.tag.end.astro
|
|
51
|
+
>
|
|
52
|
+
><script type="application/node">
|
|
53
|
+
#^ source.astro meta.scope.tag.script.astro meta.script.astro meta.tag.start.astro punctuation.definition.tag.begin.astro
|
|
54
|
+
# ^^^^^^ source.astro meta.scope.tag.script.astro meta.script.astro meta.tag.start.astro entity.name.tag.astro
|
|
55
|
+
# ^ source.astro meta.scope.tag.script.astro meta.script.astro meta.lang.node.astro meta.tag.start.astro
|
|
56
|
+
# ^^^^ source.astro meta.scope.tag.script.astro meta.script.astro meta.lang.node.astro meta.tag.start.astro meta.attribute.type.astro entity.other.attribute-name.astro
|
|
57
|
+
# ^ source.astro meta.scope.tag.script.astro meta.script.astro meta.lang.node.astro meta.tag.start.astro meta.attribute.type.astro punctuation.separator.key-value.astro
|
|
58
|
+
# ^ source.astro meta.scope.tag.script.astro meta.script.astro meta.lang.node.astro meta.tag.start.astro meta.attribute.type.astro string.quoted.astro punctuation.definition.string.begin.astro
|
|
59
|
+
# ^^^^^^^^^^^^^^^^ source.astro meta.scope.tag.script.astro meta.script.astro meta.lang.node.astro meta.tag.start.astro meta.attribute.type.astro string.quoted.astro
|
|
60
|
+
# ^ source.astro meta.scope.tag.script.astro meta.script.astro meta.lang.node.astro meta.tag.start.astro meta.attribute.type.astro string.quoted.astro punctuation.definition.string.end.astro
|
|
61
|
+
# ^ source.astro meta.scope.tag.script.astro meta.script.astro meta.lang.node.astro meta.tag.start.astro punctuation.definition.tag.end.astro
|
|
62
|
+
> console.log("")
|
|
63
|
+
#^^^^^^^^^^^^^^^^^ source.astro meta.scope.tag.script.astro meta.script.astro meta.lang.node.astro meta.embedded.block.astro source.js
|
|
64
|
+
></script>
|
|
65
|
+
#^^ source.astro meta.scope.tag.script.astro meta.script.astro meta.tag.end.astro punctuation.definition.tag.begin.astro
|
|
66
|
+
# ^^^^^^ source.astro meta.scope.tag.script.astro meta.script.astro meta.tag.end.astro entity.name.tag.astro
|
|
67
|
+
# ^ source.astro meta.scope.tag.script.astro meta.script.astro meta.tag.end.astro punctuation.definition.tag.end.astro
|
|
68
|
+
>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
><script type="module">
|
|
2
|
+
#^ source.astro meta.scope.tag.script.astro meta.script.astro meta.tag.start.astro punctuation.definition.tag.begin.astro
|
|
3
|
+
# ^^^^^^ source.astro meta.scope.tag.script.astro meta.script.astro meta.tag.start.astro entity.name.tag.astro
|
|
4
|
+
# ^ source.astro meta.scope.tag.script.astro meta.script.astro meta.lang.javascript.astro meta.tag.start.astro
|
|
5
|
+
# ^^^^ source.astro meta.scope.tag.script.astro meta.script.astro meta.lang.javascript.astro meta.tag.start.astro meta.attribute.type.astro entity.other.attribute-name.astro
|
|
6
|
+
# ^ source.astro meta.scope.tag.script.astro meta.script.astro meta.lang.javascript.astro meta.tag.start.astro meta.attribute.type.astro punctuation.separator.key-value.astro
|
|
7
|
+
# ^ source.astro meta.scope.tag.script.astro meta.script.astro meta.lang.javascript.astro meta.tag.start.astro meta.attribute.type.astro string.quoted.astro punctuation.definition.string.begin.astro
|
|
8
|
+
# ^^^^^^ source.astro meta.scope.tag.script.astro meta.script.astro meta.lang.javascript.astro meta.tag.start.astro meta.attribute.type.astro string.quoted.astro
|
|
9
|
+
# ^ source.astro meta.scope.tag.script.astro meta.script.astro meta.lang.javascript.astro meta.tag.start.astro meta.attribute.type.astro string.quoted.astro punctuation.definition.string.end.astro
|
|
10
|
+
# ^ source.astro meta.scope.tag.script.astro meta.script.astro meta.lang.javascript.astro meta.tag.start.astro punctuation.definition.tag.end.astro
|
|
11
|
+
> "hello"
|
|
12
|
+
#^^^^^^^^^^ source.astro meta.scope.tag.script.astro meta.script.astro meta.lang.javascript.astro meta.embedded.block.astro source.js
|
|
13
|
+
></script>
|
|
14
|
+
#^^ source.astro meta.scope.tag.script.astro meta.script.astro meta.tag.end.astro punctuation.definition.tag.begin.astro
|
|
15
|
+
# ^^^^^^ source.astro meta.scope.tag.script.astro meta.script.astro meta.tag.end.astro entity.name.tag.astro
|
|
16
|
+
# ^ source.astro meta.scope.tag.script.astro meta.script.astro meta.tag.end.astro punctuation.definition.tag.end.astro
|
|
17
|
+
>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
><script>
|
|
2
|
+
#^ source.astro meta.scope.tag.script.astro meta.script.astro meta.tag.start.astro punctuation.definition.tag.begin.astro
|
|
3
|
+
# ^^^^^^ source.astro meta.scope.tag.script.astro meta.script.astro meta.tag.start.astro entity.name.tag.astro
|
|
4
|
+
# ^ source.astro meta.scope.tag.script.astro meta.script.astro meta.tag.start.astro punctuation.definition.tag.end.astro
|
|
5
|
+
> console.log("Hello!")
|
|
6
|
+
#^^^^^^^^^^^^^^^^^^^^^^^ source.astro meta.scope.tag.script.astro meta.script.astro meta.embedded.block.astro source.js
|
|
7
|
+
></script>
|
|
8
|
+
#^^ source.astro meta.scope.tag.script.astro meta.script.astro meta.tag.end.astro punctuation.definition.tag.begin.astro
|
|
9
|
+
# ^^^^^^ source.astro meta.scope.tag.script.astro meta.script.astro meta.tag.end.astro entity.name.tag.astro
|
|
10
|
+
# ^ source.astro meta.scope.tag.script.astro meta.script.astro meta.tag.end.astro punctuation.definition.tag.end.astro
|
|
11
|
+
>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
><script type="unknown">
|
|
2
|
+
#^ source.astro meta.scope.tag.script.astro meta.script.astro meta.tag.start.astro punctuation.definition.tag.begin.astro
|
|
3
|
+
# ^^^^^^ source.astro meta.scope.tag.script.astro meta.script.astro meta.tag.start.astro entity.name.tag.astro
|
|
4
|
+
# ^ source.astro meta.scope.tag.script.astro meta.script.astro meta.lang.unknown.astro meta.tag.start.astro
|
|
5
|
+
# ^^^^ source.astro meta.scope.tag.script.astro meta.script.astro meta.lang.unknown.astro meta.tag.start.astro meta.attribute.type.astro entity.other.attribute-name.astro
|
|
6
|
+
# ^ source.astro meta.scope.tag.script.astro meta.script.astro meta.lang.unknown.astro meta.tag.start.astro meta.attribute.type.astro punctuation.separator.key-value.astro
|
|
7
|
+
# ^ source.astro meta.scope.tag.script.astro meta.script.astro meta.lang.unknown.astro meta.tag.start.astro meta.attribute.type.astro string.quoted.astro punctuation.definition.string.begin.astro
|
|
8
|
+
# ^^^^^^^ source.astro meta.scope.tag.script.astro meta.script.astro meta.lang.unknown.astro meta.tag.start.astro meta.attribute.type.astro string.quoted.astro
|
|
9
|
+
# ^ source.astro meta.scope.tag.script.astro meta.script.astro meta.lang.unknown.astro meta.tag.start.astro meta.attribute.type.astro string.quoted.astro punctuation.definition.string.end.astro
|
|
10
|
+
# ^ source.astro meta.scope.tag.script.astro meta.script.astro meta.lang.unknown.astro meta.tag.start.astro punctuation.definition.tag.end.astro
|
|
11
|
+
> "Hello"
|
|
12
|
+
#^^^^^^^^^ source.astro meta.scope.tag.script.astro meta.script.astro meta.lang.unknown.astro
|
|
13
|
+
></script>
|
|
14
|
+
#^^ source.astro meta.scope.tag.script.astro meta.script.astro meta.tag.end.astro punctuation.definition.tag.begin.astro
|
|
15
|
+
# ^^^^^^ source.astro meta.scope.tag.script.astro meta.script.astro meta.tag.end.astro entity.name.tag.astro
|
|
16
|
+
# ^ source.astro meta.scope.tag.script.astro meta.script.astro meta.tag.end.astro punctuation.definition.tag.end.astro
|
|
17
|
+
>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
><style is:raw>
|
|
2
|
+
#^ source.astro meta.scope.tag.style.astro meta.raw.astro meta.tag.start.astro punctuation.definition.tag.begin.astro
|
|
3
|
+
# ^^^^^ source.astro meta.scope.tag.style.astro meta.raw.astro meta.tag.start.astro entity.name.tag.astro
|
|
4
|
+
# ^ source.astro meta.scope.tag.style.astro meta.raw.astro source.unknown meta.tag.start.astro
|
|
5
|
+
# ^^^^^^ source.astro meta.scope.tag.style.astro meta.raw.astro source.unknown meta.tag.start.astro meta.attribute.is:raw.astro entity.other.attribute-name.astro
|
|
6
|
+
# ^ source.astro meta.scope.tag.style.astro meta.raw.astro source.unknown meta.tag.start.astro punctuation.definition.tag.end.astro
|
|
7
|
+
> h1 {
|
|
8
|
+
#^^^^^^ source.astro meta.scope.tag.style.astro meta.raw.astro source.unknown
|
|
9
|
+
> color: red
|
|
10
|
+
#^^^^^^^^^^^^^ source.astro meta.scope.tag.style.astro meta.raw.astro source.unknown
|
|
11
|
+
> }
|
|
12
|
+
#^^^ source.astro meta.scope.tag.style.astro meta.raw.astro source.unknown
|
|
13
|
+
></style>
|
|
14
|
+
#^^ source.astro meta.scope.tag.style.astro meta.raw.astro meta.tag.end.astro punctuation.definition.tag.begin.astro
|
|
15
|
+
# ^^^^^ source.astro meta.scope.tag.style.astro meta.raw.astro meta.tag.end.astro entity.name.tag.astro
|
|
16
|
+
# ^ source.astro meta.scope.tag.style.astro meta.raw.astro meta.tag.end.astro punctuation.definition.tag.end.astro
|
|
17
|
+
>
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
><style lang="less">
|
|
2
|
+
#^ source.astro meta.scope.tag.style.astro meta.style.astro meta.tag.start.astro punctuation.definition.tag.begin.astro
|
|
3
|
+
# ^^^^^ source.astro meta.scope.tag.style.astro meta.style.astro meta.tag.start.astro entity.name.tag.astro
|
|
4
|
+
# ^ source.astro meta.scope.tag.style.astro meta.style.astro meta.lang.less.astro meta.tag.start.astro
|
|
5
|
+
# ^^^^ source.astro meta.scope.tag.style.astro meta.style.astro meta.lang.less.astro meta.tag.start.astro meta.attribute.lang.astro entity.other.attribute-name.astro
|
|
6
|
+
# ^ source.astro meta.scope.tag.style.astro meta.style.astro meta.lang.less.astro meta.tag.start.astro meta.attribute.lang.astro punctuation.separator.key-value.astro
|
|
7
|
+
# ^ source.astro meta.scope.tag.style.astro meta.style.astro meta.lang.less.astro meta.tag.start.astro meta.attribute.lang.astro string.quoted.astro punctuation.definition.string.begin.astro
|
|
8
|
+
# ^^^^ source.astro meta.scope.tag.style.astro meta.style.astro meta.lang.less.astro meta.tag.start.astro meta.attribute.lang.astro string.quoted.astro
|
|
9
|
+
# ^ source.astro meta.scope.tag.style.astro meta.style.astro meta.lang.less.astro meta.tag.start.astro meta.attribute.lang.astro string.quoted.astro punctuation.definition.string.end.astro
|
|
10
|
+
# ^ source.astro meta.scope.tag.style.astro meta.style.astro meta.lang.less.astro meta.tag.start.astro punctuation.definition.tag.end.astro
|
|
11
|
+
> @link-color: #428bca; // sea blue
|
|
12
|
+
#^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ source.astro meta.scope.tag.style.astro meta.style.astro meta.lang.less.astro meta.embedded.block.astro source.css.less
|
|
13
|
+
> @link-color-hover: darken(@link-color, 10%);
|
|
14
|
+
#^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ source.astro meta.scope.tag.style.astro meta.style.astro meta.lang.less.astro meta.embedded.block.astro source.css.less
|
|
15
|
+
>
|
|
16
|
+
> a,
|
|
17
|
+
#^^^^ source.astro meta.scope.tag.style.astro meta.style.astro meta.lang.less.astro meta.embedded.block.astro source.css.less
|
|
18
|
+
> .link {
|
|
19
|
+
#^^^^^^^^^ source.astro meta.scope.tag.style.astro meta.style.astro meta.lang.less.astro meta.embedded.block.astro source.css.less
|
|
20
|
+
> color: @link-color;
|
|
21
|
+
#^^^^^^^^^^^^^^^^^^^^^^ source.astro meta.scope.tag.style.astro meta.style.astro meta.lang.less.astro meta.embedded.block.astro source.css.less
|
|
22
|
+
> }
|
|
23
|
+
#^^^ source.astro meta.scope.tag.style.astro meta.style.astro meta.lang.less.astro meta.embedded.block.astro source.css.less
|
|
24
|
+
></style>
|
|
25
|
+
#^^ source.astro meta.scope.tag.style.astro meta.style.astro meta.tag.end.astro punctuation.definition.tag.begin.astro
|
|
26
|
+
# ^^^^^ source.astro meta.scope.tag.style.astro meta.style.astro meta.tag.end.astro entity.name.tag.astro
|
|
27
|
+
# ^ source.astro meta.scope.tag.style.astro meta.style.astro meta.tag.end.astro punctuation.definition.tag.end.astro
|
|
28
|
+
>
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
><style lang="sass">
|
|
2
|
+
#^ source.astro meta.scope.tag.style.astro meta.style.astro meta.tag.start.astro punctuation.definition.tag.begin.astro
|
|
3
|
+
# ^^^^^ source.astro meta.scope.tag.style.astro meta.style.astro meta.tag.start.astro entity.name.tag.astro
|
|
4
|
+
# ^ source.astro meta.scope.tag.style.astro meta.style.astro meta.lang.sass.astro meta.tag.start.astro
|
|
5
|
+
# ^^^^ source.astro meta.scope.tag.style.astro meta.style.astro meta.lang.sass.astro meta.tag.start.astro meta.attribute.lang.astro entity.other.attribute-name.astro
|
|
6
|
+
# ^ source.astro meta.scope.tag.style.astro meta.style.astro meta.lang.sass.astro meta.tag.start.astro meta.attribute.lang.astro punctuation.separator.key-value.astro
|
|
7
|
+
# ^ source.astro meta.scope.tag.style.astro meta.style.astro meta.lang.sass.astro meta.tag.start.astro meta.attribute.lang.astro string.quoted.astro punctuation.definition.string.begin.astro
|
|
8
|
+
# ^^^^ source.astro meta.scope.tag.style.astro meta.style.astro meta.lang.sass.astro meta.tag.start.astro meta.attribute.lang.astro string.quoted.astro
|
|
9
|
+
# ^ source.astro meta.scope.tag.style.astro meta.style.astro meta.lang.sass.astro meta.tag.start.astro meta.attribute.lang.astro string.quoted.astro punctuation.definition.string.end.astro
|
|
10
|
+
# ^ source.astro meta.scope.tag.style.astro meta.style.astro meta.lang.sass.astro meta.tag.start.astro punctuation.definition.tag.end.astro
|
|
11
|
+
> $font-stack: Helvetica, sans-serif
|
|
12
|
+
#^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ source.astro meta.scope.tag.style.astro meta.style.astro meta.lang.sass.astro meta.embedded.block.astro source.sass
|
|
13
|
+
> $primary-color: #333
|
|
14
|
+
#^^^^^^^^^^^^^^^^^^^^^^ source.astro meta.scope.tag.style.astro meta.style.astro meta.lang.sass.astro meta.embedded.block.astro source.sass
|
|
15
|
+
>
|
|
16
|
+
> body
|
|
17
|
+
#^^^^^^ source.astro meta.scope.tag.style.astro meta.style.astro meta.lang.sass.astro meta.embedded.block.astro source.sass
|
|
18
|
+
> font: 100% $font-stack
|
|
19
|
+
#^^^^^^^^^^^^^^^^^^^^^^^^^ source.astro meta.scope.tag.style.astro meta.style.astro meta.lang.sass.astro meta.embedded.block.astro source.sass
|
|
20
|
+
> color: $primary-color
|
|
21
|
+
#^^^^^^^^^^^^^^^^^^^^^^^^ source.astro meta.scope.tag.style.astro meta.style.astro meta.lang.sass.astro meta.embedded.block.astro source.sass
|
|
22
|
+
></style>
|
|
23
|
+
#^^ source.astro meta.scope.tag.style.astro meta.style.astro meta.tag.end.astro punctuation.definition.tag.begin.astro
|
|
24
|
+
# ^^^^^ source.astro meta.scope.tag.style.astro meta.style.astro meta.tag.end.astro entity.name.tag.astro
|
|
25
|
+
# ^ source.astro meta.scope.tag.style.astro meta.style.astro meta.tag.end.astro punctuation.definition.tag.end.astro
|
|
26
|
+
>
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
><style lang="scss">
|
|
2
|
+
#^ source.astro meta.scope.tag.style.astro meta.style.astro meta.tag.start.astro punctuation.definition.tag.begin.astro
|
|
3
|
+
# ^^^^^ source.astro meta.scope.tag.style.astro meta.style.astro meta.tag.start.astro entity.name.tag.astro
|
|
4
|
+
# ^ source.astro meta.scope.tag.style.astro meta.style.astro meta.lang.scss.astro meta.tag.start.astro
|
|
5
|
+
# ^^^^ source.astro meta.scope.tag.style.astro meta.style.astro meta.lang.scss.astro meta.tag.start.astro meta.attribute.lang.astro entity.other.attribute-name.astro
|
|
6
|
+
# ^ source.astro meta.scope.tag.style.astro meta.style.astro meta.lang.scss.astro meta.tag.start.astro meta.attribute.lang.astro punctuation.separator.key-value.astro
|
|
7
|
+
# ^ source.astro meta.scope.tag.style.astro meta.style.astro meta.lang.scss.astro meta.tag.start.astro meta.attribute.lang.astro string.quoted.astro punctuation.definition.string.begin.astro
|
|
8
|
+
# ^^^^ source.astro meta.scope.tag.style.astro meta.style.astro meta.lang.scss.astro meta.tag.start.astro meta.attribute.lang.astro string.quoted.astro
|
|
9
|
+
# ^ source.astro meta.scope.tag.style.astro meta.style.astro meta.lang.scss.astro meta.tag.start.astro meta.attribute.lang.astro string.quoted.astro punctuation.definition.string.end.astro
|
|
10
|
+
# ^ source.astro meta.scope.tag.style.astro meta.style.astro meta.lang.scss.astro meta.tag.start.astro punctuation.definition.tag.end.astro
|
|
11
|
+
> $font-stack: Helvetica, sans-serif;
|
|
12
|
+
#^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ source.astro meta.scope.tag.style.astro meta.style.astro meta.lang.scss.astro meta.embedded.block.astro source.css.scss
|
|
13
|
+
> $primary-color: #333;
|
|
14
|
+
#^^^^^^^^^^^^^^^^^^^^^^^ source.astro meta.scope.tag.style.astro meta.style.astro meta.lang.scss.astro meta.embedded.block.astro source.css.scss
|
|
15
|
+
>
|
|
16
|
+
> body {
|
|
17
|
+
#^^^^^^^^ source.astro meta.scope.tag.style.astro meta.style.astro meta.lang.scss.astro meta.embedded.block.astro source.css.scss
|
|
18
|
+
> font: 100% $font-stack;
|
|
19
|
+
#^^^^^^^^^^^^^^^^^^^^^^^^^^ source.astro meta.scope.tag.style.astro meta.style.astro meta.lang.scss.astro meta.embedded.block.astro source.css.scss
|
|
20
|
+
> color: $primary-color;
|
|
21
|
+
#^^^^^^^^^^^^^^^^^^^^^^^^^ source.astro meta.scope.tag.style.astro meta.style.astro meta.lang.scss.astro meta.embedded.block.astro source.css.scss
|
|
22
|
+
> }
|
|
23
|
+
#^^^ source.astro meta.scope.tag.style.astro meta.style.astro meta.lang.scss.astro meta.embedded.block.astro source.css.scss
|
|
24
|
+
></style>
|
|
25
|
+
#^^ source.astro meta.scope.tag.style.astro meta.style.astro meta.tag.end.astro punctuation.definition.tag.begin.astro
|
|
26
|
+
# ^^^^^ source.astro meta.scope.tag.style.astro meta.style.astro meta.tag.end.astro entity.name.tag.astro
|
|
27
|
+
# ^ source.astro meta.scope.tag.style.astro meta.style.astro meta.tag.end.astro punctuation.definition.tag.end.astro
|
|
28
|
+
>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
><style>
|
|
2
|
+
#^ source.astro meta.scope.tag.style.astro meta.style.astro meta.tag.start.astro punctuation.definition.tag.begin.astro
|
|
3
|
+
# ^^^^^ source.astro meta.scope.tag.style.astro meta.style.astro meta.tag.start.astro entity.name.tag.astro
|
|
4
|
+
# ^ source.astro meta.scope.tag.style.astro meta.style.astro meta.tag.start.astro punctuation.definition.tag.end.astro
|
|
5
|
+
> .astro {}
|
|
6
|
+
#^^^^^^^^^^^^ source.astro meta.scope.tag.style.astro meta.style.astro meta.embedded.block.astro source.css
|
|
7
|
+
></style>
|
|
8
|
+
#^^ source.astro meta.scope.tag.style.astro meta.style.astro meta.tag.end.astro punctuation.definition.tag.begin.astro
|
|
9
|
+
# ^^^^^ source.astro meta.scope.tag.style.astro meta.style.astro meta.tag.end.astro entity.name.tag.astro
|
|
10
|
+
# ^ source.astro meta.scope.tag.style.astro meta.style.astro meta.tag.end.astro punctuation.definition.tag.end.astro
|
|
11
|
+
>
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
><style lang="styl">
|
|
2
|
+
#^ source.astro meta.scope.tag.style.astro meta.style.astro meta.tag.start.astro punctuation.definition.tag.begin.astro
|
|
3
|
+
# ^^^^^ source.astro meta.scope.tag.style.astro meta.style.astro meta.tag.start.astro entity.name.tag.astro
|
|
4
|
+
# ^ source.astro meta.scope.tag.style.astro meta.style.astro meta.lang.styl.astro meta.tag.start.astro
|
|
5
|
+
# ^^^^ source.astro meta.scope.tag.style.astro meta.style.astro meta.lang.styl.astro meta.tag.start.astro meta.attribute.lang.astro entity.other.attribute-name.astro
|
|
6
|
+
# ^ source.astro meta.scope.tag.style.astro meta.style.astro meta.lang.styl.astro meta.tag.start.astro meta.attribute.lang.astro punctuation.separator.key-value.astro
|
|
7
|
+
# ^ source.astro meta.scope.tag.style.astro meta.style.astro meta.lang.styl.astro meta.tag.start.astro meta.attribute.lang.astro string.quoted.astro punctuation.definition.string.begin.astro
|
|
8
|
+
# ^^^^ source.astro meta.scope.tag.style.astro meta.style.astro meta.lang.styl.astro meta.tag.start.astro meta.attribute.lang.astro string.quoted.astro
|
|
9
|
+
# ^ source.astro meta.scope.tag.style.astro meta.style.astro meta.lang.styl.astro meta.tag.start.astro meta.attribute.lang.astro string.quoted.astro punctuation.definition.string.end.astro
|
|
10
|
+
# ^ source.astro meta.scope.tag.style.astro meta.style.astro meta.lang.styl.astro meta.tag.start.astro punctuation.definition.tag.end.astro
|
|
11
|
+
> body
|
|
12
|
+
#^^^^^^ source.astro meta.scope.tag.style.astro meta.style.astro meta.lang.styl.astro
|
|
13
|
+
> font: 12px Helvetica, Arial, sans-serif
|
|
14
|
+
#^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ source.astro meta.scope.tag.style.astro meta.style.astro meta.lang.styl.astro
|
|
15
|
+
></style>
|
|
16
|
+
#^^ source.astro meta.scope.tag.style.astro meta.style.astro meta.tag.end.astro punctuation.definition.tag.begin.astro
|
|
17
|
+
# ^^^^^ source.astro meta.scope.tag.style.astro meta.style.astro meta.tag.end.astro entity.name.tag.astro
|
|
18
|
+
# ^ source.astro meta.scope.tag.style.astro meta.style.astro meta.tag.end.astro punctuation.definition.tag.end.astro
|
|
19
|
+
>
|
|
20
|
+
><style lang="stylus">
|
|
21
|
+
#^ source.astro meta.scope.tag.style.astro meta.style.astro meta.tag.start.astro punctuation.definition.tag.begin.astro
|
|
22
|
+
# ^^^^^ source.astro meta.scope.tag.style.astro meta.style.astro meta.tag.start.astro entity.name.tag.astro
|
|
23
|
+
# ^ source.astro meta.scope.tag.style.astro meta.style.astro meta.lang.stylus.astro meta.tag.start.astro
|
|
24
|
+
# ^^^^ source.astro meta.scope.tag.style.astro meta.style.astro meta.lang.stylus.astro meta.tag.start.astro meta.attribute.lang.astro entity.other.attribute-name.astro
|
|
25
|
+
# ^ source.astro meta.scope.tag.style.astro meta.style.astro meta.lang.stylus.astro meta.tag.start.astro meta.attribute.lang.astro punctuation.separator.key-value.astro
|
|
26
|
+
# ^ source.astro meta.scope.tag.style.astro meta.style.astro meta.lang.stylus.astro meta.tag.start.astro meta.attribute.lang.astro string.quoted.astro punctuation.definition.string.begin.astro
|
|
27
|
+
# ^^^^^^ source.astro meta.scope.tag.style.astro meta.style.astro meta.lang.stylus.astro meta.tag.start.astro meta.attribute.lang.astro string.quoted.astro
|
|
28
|
+
# ^ source.astro meta.scope.tag.style.astro meta.style.astro meta.lang.stylus.astro meta.tag.start.astro meta.attribute.lang.astro string.quoted.astro punctuation.definition.string.end.astro
|
|
29
|
+
# ^ source.astro meta.scope.tag.style.astro meta.style.astro meta.lang.stylus.astro meta.tag.start.astro punctuation.definition.tag.end.astro
|
|
30
|
+
> body
|
|
31
|
+
#^^^^^^ source.astro meta.scope.tag.style.astro meta.style.astro meta.lang.stylus.astro meta.embedded.block.astro source.stylus
|
|
32
|
+
> font: 12px Helvetica, Arial, sans-serif
|
|
33
|
+
#^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ source.astro meta.scope.tag.style.astro meta.style.astro meta.lang.stylus.astro meta.embedded.block.astro source.stylus
|
|
34
|
+
></style>
|
|
35
|
+
#^^ source.astro meta.scope.tag.style.astro meta.style.astro meta.tag.end.astro punctuation.definition.tag.begin.astro
|
|
36
|
+
# ^^^^^ source.astro meta.scope.tag.style.astro meta.style.astro meta.tag.end.astro entity.name.tag.astro
|
|
37
|
+
# ^ source.astro meta.scope.tag.style.astro meta.style.astro meta.tag.end.astro punctuation.definition.tag.end.astro
|
|
38
|
+
>
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
---
|
|
2
|
+
const cool = "our frontmatter"
|
|
3
|
+
console.log("Hello, World!")
|
|
4
|
+
console.log(`This is ${cool}!`)
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
This is some text<div>
|
|
8
|
+
<p>
|
|
9
|
+
Some text in HTML tags
|
|
10
|
+
<strong> and some text in nested tags </strong>
|
|
11
|
+
</p>
|
|
12
|
+
Watch this html entity!
|
|
13
|
+
{true && <p>Some more text in expression</p>}
|
|
14
|
+
<!-- Wow, we even have an HTML comment -->
|
|
15
|
+
</div>This is the final text
|