File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed
Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,11 @@ contexts:
1616 at-import-body :
1717 - meta_prepend : true
1818 - include : quoted-urls
19+ - match : (?i:prefix)(?=\()
20+ scope : meta.function-call.identifier.css support.function.prefix.css.tailwind
21+ push :
22+ - other-function-arguments-list-body
23+ - function-arguments-list-begin
1924 - match : (?i:source)(?=\()
2025 scope : meta.function-call.identifier.css support.function.source.css.tailwind
2126 push :
Original file line number Diff line number Diff line change 2222/* ^ punctuation.section.group.end.css */
2323/* ^ punctuation.terminator.rule.css */
2424
25+ @import "tailwindcss" prefix(tw);
26+ /*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ meta.at-rule.import.css */
27+ /*^^^^^ keyword.control.directive.css */
28+ /* ^ meta.string.css string.quoted.double.css punctuation.definition.string.begin.css */
29+ /* ^^^^^^^^^^^ meta.path.url.css meta.string.css string.quoted.double.css */
30+ /* ^ meta.string.css string.quoted.double.css punctuation.definition.string.end.css */
31+ /* ^^^^^^ meta.function-call.identifier.css support.function.prefix.css.tailwind */
32+ /* ^^^^ meta.function-call.arguments.css meta.group.css */
33+ /* ^ punctuation.section.group.begin.css */
34+ /* ^^ support.constant.property-value.css */
35+ /* ^ punctuation.section.group.end.css */
36+ /* ^ punctuation.terminator.rule.css */
37+
2538.content {
2639 @apply whatever;
2740/* ^^^^^^^^^^^^^^^ meta.property-list.css meta.block.css meta.at-rule.apply.css.tailwind */
You can’t perform that action at this time.
0 commit comments