File tree 2 files changed +15
-0
lines changed
2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -742,6 +742,20 @@ contexts:
742
742
escape : (?i)(?=(?:-->\s*)?</style)
743
743
- tag-generic-attribute-meta
744
744
- tag-generic-attribute-value
745
+ - match : (?i)(?=postcss\?parser=sugarss(?!{{unquoted_attribute_value}})|\'postcss\?parser=sugarss\'|"postcss\?parser=sugarss")
746
+ set :
747
+ - - meta_content_scope : meta.tag.style.begin.html
748
+ - include : style-common
749
+ - match : ' >'
750
+ scope : punctuation.definition.tag.end.html
751
+ set :
752
+ - include : style-close-tag
753
+ - match : ' '
754
+ embed_scope : source.sss.embedded.html
755
+ embed : scope:source.sss
756
+ escape : (?i)(?=(?:-->\s*)?</style)
757
+ - tag-generic-attribute-meta
758
+ - tag-generic-attribute-value
745
759
- match : (?i)(?=postcss(?!{{unquoted_attribute_value}})|\'postcss\'|"postcss")
746
760
set :
747
761
- - meta_content_scope : meta.tag.style.begin.html
Original file line number Diff line number Diff line change @@ -84,6 +84,7 @@ contexts: !merge
84
84
- !style_language [ sass, source.sass ]
85
85
- !style_language [ scss, source.scss ]
86
86
- !style_language [ stylus, source.stylus ]
87
+ - !style_language [ postcss\?parser=sugarss, source.sss ]
87
88
- !style_language [ postcss, source.postcss ]
88
89
- !style_language [ less, source.css.less ]
89
90
- match: (?=\S)
You can’t perform that action at this time.
0 commit comments