We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62383be commit a3af133Copy full SHA for a3af133
1 file changed
extensions/html/syntaxes/html.json
@@ -152,12 +152,12 @@
152
}
153
},
154
"end": "(</)((?i:style))(>)(?:\\s*\\n)?",
155
- "contentName": "source.css.embedded.html",
156
"patterns": [
157
{
158
"include": "#tag-stuff"
159
160
+ "contentName": "source.css.embedded.html",
161
"begin": "(>)",
162
"beginCaptures": {
163
"1": {
@@ -192,12 +192,12 @@
192
"name": "punctuation.definition.tag.html"
193
194
195
- "contentName": "source.js.embedded.html",
196
197
198
199
200
+ "contentName": "source.js.embedded.html",
201
"begin": "(?<!</(?:script|SCRIPT))(>)",
202
"captures": {
203
0 commit comments