Skip to content

Commit 5be40c8

Browse files
committed
resolve #253
1 parent 9d6a26c commit 5be40c8

File tree

2 files changed

+25
-9
lines changed

2 files changed

+25
-9
lines changed

SCC-OUTPUT-REPORT.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -372,21 +372,21 @@
372372
</tr><tr>
373373
<th>HTML</th>
374374
<th>1</th>
375-
<th>599</th>
375+
<th>608</th>
376376
<th>0</th>
377377
<th>0</th>
378-
<th>599</th>
378+
<th>608</th>
379379
<th>0</th>
380-
<th>8751</th>
380+
<th>8880</th>
381381
</tr><tr>
382382
<th>JSON</th>
383383
<th>1</th>
384-
<th>7443</th>
384+
<th>7459</th>
385385
<th>0</th>
386386
<th>0</th>
387-
<th>7443</th>
387+
<th>7459</th>
388388
<th>0</th>
389-
<th>103673</th>
389+
<th>103891</th>
390390
</tr><tr>
391391
<th>Korn Shell</th>
392392
<th>1</th>
@@ -598,11 +598,11 @@
598598
<tfoot><tr>
599599
<th>Total</th>
600600
<th>175</th>
601-
<th>26631</th>
601+
<th>26656</th>
602602
<th>3023</th>
603603
<th>1752</th>
604-
<th>21856</th>
604+
<th>21881</th>
605605
<th>2398</th>
606-
<th>1806175</th>
606+
<th>1806522</th>
607607
</tr></tfoot>
608608
</table></body></html>

languages.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3170,6 +3170,10 @@
31703170
{
31713171
"end": "\"",
31723172
"start": "\""
3173+
},
3174+
{
3175+
"end": "'",
3176+
"start": "'"
31733177
}
31743178
]
31753179
},
@@ -6415,6 +6419,10 @@
64156419
{
64166420
"end": "\"",
64176421
"start": "\""
6422+
},
6423+
{
6424+
"end": "'",
6425+
"start": "'"
64186426
}
64196427
]
64206428
},
@@ -6981,12 +6989,20 @@
69816989
[
69826990
"<!--",
69836991
"-->"
6992+
],
6993+
[
6994+
"/*",
6995+
"*/"
69846996
]
69856997
],
69866998
"quotes": [
69876999
{
69887000
"end": "\"",
69897001
"start": "\""
7002+
},
7003+
{
7004+
"end": "'",
7005+
"start": "'"
69907006
}
69917007
]
69927008
},

0 commit comments

Comments
 (0)