Skip to content

Commit f39ff47

Browse files
committed
Update the theme file so that scope rename in 67954e4 is reflected
1 parent cf0b91d commit f39ff47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

TypeScriptReact.YAML-tmTheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ settings:
2222
- scope: meta.jsx.children.tsx, constant.character.entity.tsx, punctuation.definition.entity.tsx, invalid.illegal.bad-ampersand.tsx
2323
settings: { vsclassificationtype: xml literal - text }
2424

25-
- scope: invalid.illegal.attribute.tsx, meta.brace.curly.tsx
25+
- scope: invalid.illegal.attribute.tsx, meta.embedded.expression.tsx
2626
settings: { vsclassificationtype: identifier }
2727

2828
...

TypeScriptReact.tmTheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@
199199
</dict>
200200
<dict>
201201
<key>scope</key>
202-
<string>invalid.illegal.attribute.tsx, meta.brace.curly.tsx</string>
202+
<string>invalid.illegal.attribute.tsx, meta.embedded.expression.tsx</string>
203203
<key>settings</key>
204204
<dict>
205205
<key>vsclassificationtype</key>

0 commit comments

Comments
 (0)