Skip to content

Commit 1fc1ff5

Browse files
committed
1 parent adbc12f commit 1fc1ff5

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

after/syntax/css/mixins-1.vim

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
syn keyword cssFontProp contained result
2+
syn match cssFontDescriptor "@function\>" nextgroup=cssFontDescriptorBlock skipwhite skipnl

test/test.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -763,6 +763,10 @@ mask {
763763
mask-type: auto;
764764
}
765765

766+
@function mixins-1() {
767+
result: auto;
768+
}
769+
766770
.motion-1 {
767771
offset-path: auto;
768772
offset-distance: auto;

0 commit comments

Comments
 (0)