File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 826
826
{
827
827
' include' : ' #property-values'
828
828
}
829
+ {
830
+ ' include' : ' #function-nesting'
831
+ }
829
832
]
830
833
}
831
834
# Colours
939
942
' match' : ' (?i)(?<=[,\\ s"]|\\ */|^)\\ d+x(?=[\\ s,"\' )]|/\\ *|$)'
940
943
' name' : ' constant.numeric.other.density.css'
941
944
}
945
+ {
942
946
' include' : ' #arithmetic-operators'
943
947
}
944
948
{
1054
1058
]
1055
1059
}
1056
1060
]
1061
+ ' function-nesting' :
1062
+ ' begin' : ' \\ ('
1063
+ ' beginCaptures' :
1064
+ ' 0' :
1065
+ ' name' : ' punctuation.definition.function.begin.bracket.round.css'
1066
+ ' end' : ' \\ )'
1067
+ ' endCaptures' :
1068
+ ' 0' :
1069
+ ' name' : ' punctuation.definition.function.end.bracket.round.css'
1070
+ ' patterns' : [
1071
+ {
1072
+ ' include' : ' #arithmetic-operators'
1073
+ }
1074
+ {
1075
+ ' include' : ' #property-values'
1076
+ },
1077
+ {
1078
+ ' include' : ' #function-nesting'
1079
+ }
1080
+ ]
1057
1081
' functional-pseudo-classes' :
1058
1082
' patterns' : [
1059
1083
{
You can’t perform that action at this time.
0 commit comments