Skip to content

Commit 184531b

Browse files
Thomas Smithwbond
Thomas Smith
authored andcommitted
[HTML] Fix indentation in style tags. (#1591)
1 parent d5da6ce commit 184531b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HTML/HTML.sublime-syntax

+1-1
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ contexts:
248248
scope: punctuation.definition.tag.end.html
249249
set:
250250
- include: style-close-tag
251-
- match: ''
251+
- match: (?=\S)
252252
embed: scope:source.css
253253
embed_scope: source.css.embedded.html
254254
escape: (?i)(?=(?:-->\s*)?</style)

0 commit comments

Comments
 (0)