Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf739960

Browse files
Thom1729skyronic
authored andcommitted
Don't use JSX in templates/attributes.
1 parent7ee30e0 commitf739960

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

‎Vue Component.sublime-syntax.yaml-macros‎

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ contexts:
2020
- meta_scope: meta.template.vue
2121
- match: '{{'
2222
scope: punctuation.definition.template.begin.html
23-
embed: scope:source.jsx
24-
embed_scope: source.jsx.embedded.vue
23+
embed: scope:source.js
24+
embed_scope: source.js.embedded.vue
2525
escape: '}}'
2626
escape_captures:
2727
0: meta.template.vue punctuation.definition.template.end.html
@@ -62,9 +62,9 @@ contexts:
6262
scope:
6363
meta.string.html string.quoted.double.html
6464
punctuation.definition.string.begin.html
65-
embed: scope:source.jsx
65+
embed: scope:source.js
6666
pop: true
67-
embed_scope: meta.string.html source.jsx.embedded.vue
67+
embed_scope: meta.string.html source.js.embedded.vue
6868
escape: '"'
6969
escape_captures:
7070
0:
@@ -74,9 +74,9 @@ contexts:
7474
scope:
7575
meta.string.html string.quoted.single.html
7676
punctuation.definition.string.begin.html
77-
embed: scope:source.jsx
77+
embed: scope:source.js
7878
pop: true
79-
embed_scope: meta.string.html source.jsx.embedded.vue
79+
embed_scope: meta.string.html source.js.embedded.vue
8080
escape: "'"
8181
escape_captures:
8282
0:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp