Skip to content

Commit 084bc7c

Browse files
committed
Add custom-media syntax tests
1 parent 7438f62 commit 084bc7c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tests/syntax_test_less.less

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,13 @@ a, .link { color: @@color; }
318318
// ^^ entity.other.custom-media.css - meta.interpolation
319319
// ^^^^^^^^^ entity.other.custom-media.css meta.interpolation.less
320320
// ^^^^^^ entity.other.custom-media.css - meta.interpolation
321+
// ^ punctuation.section.group.begin.css
322+
// ^^^^^ support.type.property-name.css
323+
// ^ punctuation.separator.key-value.css
324+
// ^ meta.number.integer.decimal.css constant.numeric.value.css
325+
// ^^ meta.number.integer.decimal.css constant.numeric.suffix.css
326+
// ^ punctuation.section.group.end.css
327+
// ^ punctuation.terminator.rule.css
321328

322329
@import "@{themes}/tidal-wave.less";
323330
//^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ meta.at-rule.import.css

0 commit comments

Comments
 (0)