Skip to content

Commit

Permalink
add additional extentions for sql #263
Browse files Browse the repository at this point in the history
  • Loading branch information
boyter committed Dec 16, 2021
1 parent d46832f commit 47d17cf
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 13 deletions.
2 changes: 1 addition & 1 deletion LANGUAGES.md
Expand Up @@ -207,7 +207,7 @@ Solidity (sol)
SPDX (spdx)
Specman e (e)
Spice Netlist (ckt)
SQL (sql)
SQL (sql,dml,ddl,dql)
SRecode Template (srt)
Standard ML (SML) (sml)
Stata (do,ado)
Expand Down
20 changes: 10 additions & 10 deletions SCC-OUTPUT-REPORT.html
Expand Up @@ -17,7 +17,7 @@
<th>425</th>
<th>7068</th>
<th>1426</th>
<th>352771</th>
<th>352834</th>
</tr><tr>
<th>Java</th>
<th>24</th>
Expand All @@ -39,12 +39,12 @@
</tr><tr>
<th>Markdown</th>
<th>11</th>
<th>1341</th>
<th>1347</th>
<th>319</th>
<th>0</th>
<th>1022</th>
<th>1028</th>
<th>0</th>
<th>54263</th>
<th>54838</th>
</tr><tr>
<th>Python</th>
<th>10</th>
Expand Down Expand Up @@ -390,12 +390,12 @@
</tr><tr>
<th>JSON</th>
<th>1</th>
<th>7477</th>
<th>7480</th>
<th>0</th>
<th>0</th>
<th>7477</th>
<th>7480</th>
<th>0</th>
<th>104123</th>
<th>104165</th>
</tr><tr>
<th>Korn Shell</th>
<th>1</th>
Expand Down Expand Up @@ -607,11 +607,11 @@
<tfoot><tr>
<th>Total</th>
<th>176</th>
<th>26768</th>
<th>26777</th>
<th>3032</th>
<th>1761</th>
<th>21975</th>
<th>21984</th>
<th>2412</th>
<th>1809752</th>
<th>1810432</th>
</tr></tfoot>
</table></body></html>
5 changes: 4 additions & 1 deletion languages.json
Expand Up @@ -5421,7 +5421,10 @@
"== "
],
"extensions": [
"sql"
"sql",
"dml",
"ddl",
"dql"
],
"line_comment": [
"--"
Expand Down
2 changes: 1 addition & 1 deletion processor/constants.go

Large diffs are not rendered by default.

0 comments on commit 47d17cf

Please sign in to comment.