File tree 2 files changed +27
-0
lines changed
2 files changed +27
-0
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ contexts:
57
57
58
58
properties-or-selectors :
59
59
# required until ST4174 (PR #3898)
60
+ - include : custom-properties
60
61
- match : ' {{property_or_selector_begin}}'
61
62
branch_point : property-or-selector
62
63
branch :
@@ -113,6 +114,13 @@ contexts:
113
114
- match : ' ,'
114
115
scope : invalid.illegal.unexpected-token.css
115
116
117
+ # ##[ CSS PROPERTY IDENTIFIERS ]################################################
118
+
119
+ custom-property-content :
120
+ - meta_prepend : true
121
+ - match : \*
122
+ scope : constant.other.wildcard.asterisk.css.tailwind
123
+
116
124
# ##[ TAILWIND INLINE AT RULES ]################################################
117
125
118
126
tailwind-at-apply :
Original file line number Diff line number Diff line change 155
155
/*^^^^^^ meta.at-rule.theme.css.tailwind */
156
156
/*^^^^ keyword.control.directive.css.tailwind */
157
157
/* ^ meta.block.css punctuation.section.block.begin.css */
158
+
159
+ -- * : initial;
160
+ /*^^^^^^^^^^^^^ meta.at-rule.theme.css.tailwind meta.block.css */
161
+ /*^^^ meta.property-name.css entity.other.custom-property.css */
162
+ /* ^ constant.other.wildcard.asterisk.css.tailwind */
163
+ /* ^ punctuation.separator.key-value.css */
164
+ /* ^^^^^^^^ meta.property-value.css */
165
+ /* ^^^^^^^ support.constant.property-value.css */
166
+ /* ^ punctuation.terminator.rule.css */
167
+
168
+ --font- * : initial;
169
+ /*^^^^^^^^^^^^^^^^^^ meta.at-rule.theme.css.tailwind meta.block.css */
170
+ /*^^^^^^^^ meta.property-name.css entity.other.custom-property.css */
171
+ /* ^ constant.other.wildcard.asterisk.css.tailwind */
172
+ /* ^ punctuation.separator.key-value.css */
173
+ /* ^^^^^^^^ meta.property-value.css */
174
+ /* ^^^^^^^ support.constant.property-value.css */
175
+ /* ^ punctuation.terminator.rule.css */
176
+
158
177
--font-display : "Satoshi" , "sans-serif" ;
159
178
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ meta.at-rule.theme.css.tailwind meta.block.css */
160
179
/*^^^^^^^^^^^^^^ meta.property-name.css entity.other.custom-property.css */
You can’t perform that action at this time.
0 commit comments