Skip to content

Commit 4e9af3d

Browse files
committed
Format file with tabs
1 parent 5a3af4b commit 4e9af3d

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

syntaxes/css.tmLanguage.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
3131
}
3232
],
3333
"repository": {
34-
"arithmetic-operators": {
35-
"match": "[*/]|(?<=\\s|^)[-+](?=\\s|$)",
36-
"name": "keyword.operator.arithmetic.css"
37-
},
34+
"arithmetic-operators": {
35+
"match": "[*/]|(?<=\\s|^)[-+](?=\\s|$)",
36+
"name": "keyword.operator.arithmetic.css"
37+
},
3838
"at-rules": {
3939
"patterns": [
4040
{
@@ -850,9 +850,9 @@
850850
},
851851
"name": "meta.function.calc.css",
852852
"patterns": [
853-
{
854-
"include": "#arithmetic-operators"
855-
},
853+
{
854+
"include": "#arithmetic-operators"
855+
},
856856
{
857857
"include": "#property-values"
858858
},
@@ -978,9 +978,9 @@
978978
"match": "(?i)(?<=[,\\s\"]|\\*/|^)\\d+x(?=[\\s,\"')]|/\\*|$)",
979979
"name": "constant.numeric.other.density.css"
980980
},
981-
{
982-
"include": "#arithmetic-operators"
983-
},
981+
{
982+
"include": "#arithmetic-operators"
983+
},
984984
{
985985
"include": "#property-values"
986986
},
@@ -1114,9 +1114,9 @@
11141114
}
11151115
},
11161116
"patterns": [
1117-
{
1118-
"include": "#arithmetic-operators"
1119-
},
1117+
{
1118+
"include": "#arithmetic-operators"
1119+
},
11201120
{
11211121
"include": "#property-values"
11221122
},

0 commit comments

Comments
 (0)