We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7057054 commit 159a043Copy full SHA for 159a043
src/vscode-css/grammars/css.cson
@@ -36,6 +36,9 @@
36
}
37
]
38
'repository':
39
+ 'arithmetic-operators':
40
+ 'match': '[*/]|(?<=\\s|^)[-+](?=\\s|$)'
41
+ 'name': 'keyword.operator.arithmetic.css'
42
'at-rules':
43
'patterns': [
44
{
@@ -818,8 +821,7 @@
818
821
'name': 'meta.function.calc.css'
819
822
820
823
- 'match': '[*/]|(?<=\\s|^)[-+](?=\\s|$)'
- 'name': 'keyword.operator.arithmetic.css'
824
+ 'include': '#arithmetic-operators'
825
826
827
'include': '#property-values'
@@ -936,6 +938,8 @@
936
938
937
939
'match': '(?i)(?<=[,\\s"]|\\*/|^)\\d+x(?=[\\s,"\')]|/\\*|$)'
940
'name': 'constant.numeric.other.density.css'
941
+ }
942
943
944
945
0 commit comments