Skip to content

Commit ab78868

Browse files
Thom1729skyronic
authored andcommitted
Build syntax.
1 parent f739960 commit ab78868

File tree

1 file changed

+30
-30
lines changed

1 file changed

+30
-30
lines changed

Vue Component.sublime-syntax

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ contexts:
1919
- meta_scope: meta.template.vue
2020
- match: '{{'
2121
scope: punctuation.definition.template.begin.html
22-
embed: scope:source.jsx
23-
embed_scope: source.jsx.embedded.vue
22+
embed: scope:source.js
23+
embed_scope: source.js.embedded.vue
2424
escape: '}}'
2525
escape_captures:
2626
0: meta.template.vue punctuation.definition.template.end.html
@@ -59,17 +59,17 @@ contexts:
5959
vue-directive-value:
6060
- match: '"'
6161
scope: meta.string.html string.quoted.double.html punctuation.definition.string.begin.html
62-
embed: scope:source.jsx
62+
embed: scope:source.js
6363
pop: true
64-
embed_scope: meta.string.html source.jsx.embedded.vue
64+
embed_scope: meta.string.html source.js.embedded.vue
6565
escape: '"'
6666
escape_captures:
6767
0: meta.string.html string.quoted.double.html punctuation.definition.string.end.html
6868
- match: "'"
6969
scope: meta.string.html string.quoted.single.html punctuation.definition.string.begin.html
70-
embed: scope:source.jsx
70+
embed: scope:source.js
7171
pop: true
72-
embed_scope: meta.string.html source.jsx.embedded.vue
72+
embed_scope: meta.string.html source.js.embedded.vue
7373
escape: "'"
7474
escape_captures:
7575
0: meta.string.html string.quoted.single.html punctuation.definition.string.end.html
@@ -102,8 +102,8 @@ contexts:
102102
scope: punctuation.definition.tag.end.html
103103
set:
104104
- include: style-close-tag
105-
- match: ''
106-
embed_scope: source.sass.embedded.html
105+
- embed_scope: source.sass.embedded.html
106+
match: ''
107107
embed: scope:source.sass
108108
escape: (?i)(?=(?:-->\s*)?</style{{tag_name_break_char}})
109109
- tag-generic-attribute-meta
@@ -116,8 +116,8 @@ contexts:
116116
scope: punctuation.definition.tag.end.html
117117
set:
118118
- include: style-close-tag
119-
- match: ''
120-
embed_scope: source.scss.embedded.html
119+
- embed_scope: source.scss.embedded.html
120+
match: ''
121121
embed: scope:source.scss
122122
escape: (?i)(?=(?:-->\s*)?</style{{tag_name_break_char}})
123123
- tag-generic-attribute-meta
@@ -130,8 +130,8 @@ contexts:
130130
scope: punctuation.definition.tag.end.html
131131
set:
132132
- include: style-close-tag
133-
- match: ''
134-
embed_scope: source.stylus.embedded.html
133+
- embed_scope: source.stylus.embedded.html
134+
match: ''
135135
embed: scope:source.stylus
136136
escape: (?i)(?=(?:-->\s*)?</style{{tag_name_break_char}})
137137
- tag-generic-attribute-meta
@@ -144,8 +144,8 @@ contexts:
144144
scope: punctuation.definition.tag.end.html
145145
set:
146146
- include: style-close-tag
147-
- match: ''
148-
embed_scope: source.sss.embedded.html
147+
- embed_scope: source.sss.embedded.html
148+
match: ''
149149
embed: scope:source.sss
150150
escape: (?i)(?=(?:-->\s*)?</style{{tag_name_break_char}})
151151
- tag-generic-attribute-meta
@@ -158,8 +158,8 @@ contexts:
158158
scope: punctuation.definition.tag.end.html
159159
set:
160160
- include: style-close-tag
161-
- match: ''
162-
embed_scope: source.postcss.embedded.html
161+
- embed_scope: source.postcss.embedded.html
162+
match: ''
163163
embed: scope:source.postcss
164164
escape: (?i)(?=(?:-->\s*)?</style{{tag_name_break_char}})
165165
- tag-generic-attribute-meta
@@ -172,8 +172,8 @@ contexts:
172172
scope: punctuation.definition.tag.end.html
173173
set:
174174
- include: style-close-tag
175-
- match: ''
176-
embed_scope: source.less.embedded.html
175+
- embed_scope: source.less.embedded.html
176+
match: ''
177177
embed: scope:source.less
178178
escape: (?i)(?=(?:-->\s*)?</style{{tag_name_break_char}})
179179
- tag-generic-attribute-meta
@@ -216,8 +216,8 @@ contexts:
216216
scope: punctuation.definition.tag.end.html
217217
set:
218218
- include: script-close-tag
219-
- match: ''
220-
embed_scope: source.coffee.embedded.html
219+
- embed_scope: source.coffee.embedded.html
220+
match: ''
221221
embed: scope:source.coffee
222222
escape: (?i)(?=(?:-->\s*)?</script{{tag_name_break_char}})
223223
- tag-generic-attribute-meta
@@ -230,8 +230,8 @@ contexts:
230230
scope: punctuation.definition.tag.end.html
231231
set:
232232
- include: script-close-tag
233-
- match: ''
234-
embed_scope: source.livescript.embedded.html
233+
- embed_scope: source.livescript.embedded.html
234+
match: ''
235235
embed: scope:source.livescript
236236
escape: (?i)(?=(?:-->\s*)?</script{{tag_name_break_char}})
237237
- tag-generic-attribute-meta
@@ -244,8 +244,8 @@ contexts:
244244
scope: punctuation.definition.tag.end.html
245245
set:
246246
- include: script-close-tag
247-
- match: ''
248-
embed_scope: source.ts.embedded.html
247+
- embed_scope: source.ts.embedded.html
248+
match: ''
249249
embed: scope:source.ts
250250
escape: (?i)(?=(?:-->\s*)?</script{{tag_name_break_char}})
251251
- tag-generic-attribute-meta
@@ -304,8 +304,8 @@ contexts:
304304
scope: punctuation.definition.tag.end.html
305305
set:
306306
- include: template-close-tag
307-
- match: ''
308-
embed_scope: text.jade.embedded.html
307+
- embed_scope: text.jade.embedded.html
308+
match: ''
309309
embed: scope:text.jade
310310
escape: (?i)(?=(?:-->\s*)?</template{{tag_name_break_char}})
311311
- tag-generic-attribute-meta
@@ -318,8 +318,8 @@ contexts:
318318
scope: punctuation.definition.tag.end.html
319319
set:
320320
- include: template-close-tag
321-
- match: ''
322-
embed_scope: text.pug.embedded.html
321+
- embed_scope: text.pug.embedded.html
322+
match: ''
323323
embed: scope:text.pug
324324
escape: (?i)(?=(?:-->\s*)?</template{{tag_name_break_char}})
325325
- tag-generic-attribute-meta
@@ -332,8 +332,8 @@ contexts:
332332
scope: punctuation.definition.tag.end.html
333333
set:
334334
- include: template-close-tag
335-
- match: ''
336-
embed_scope: text.slm.embedded.html
335+
- embed_scope: text.slm.embedded.html
336+
match: ''
337337
embed: scope:text.slm
338338
escape: (?i)(?=(?:-->\s*)?</template{{tag_name_break_char}})
339339
- tag-generic-attribute-meta

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy