Skip to content

Commit

Permalink
Add Max language
Browse files Browse the repository at this point in the history
  • Loading branch information
boyter committed May 6, 2024
1 parent db1e46e commit bb0db7d
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 39 deletions.
1 change: 1 addition & 0 deletions LANGUAGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ Makefile (makefile,mak,mk,bp,makefile,gnumakefile)
Mako (mako,mao)
Markdown (md,markdown)
MATLAB (m)
Max (maxpat)
MDX (mdx)
Meson (meson.build,meson_options.txt)
Modula3 (m3,mg,ig,i3)
Expand Down
26 changes: 13 additions & 13 deletions SCC-OUTPUT-REPORT.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<th>453</th>
<th>7424</th>
<th>1516</th>
<th>399613</th>
<th>399813</th>
<th>3929</th>
</tr><tr>
<td>processor/workers_test.go</td>
Expand Down Expand Up @@ -250,16 +250,6 @@
<td>0</td>
<td>2222</td>
<td>35</td>
</tr><tr>
<td>processor/cocomo_test.go</td>
<td></td>
<td>37</td>
<td>8</td>
<td>4</td>
<td>25</td>
<td>6</td>
<td>699</td>
<td>23</td>
</tr><tr>
<td>processor/bloom.go</td>
<td></td>
Expand All @@ -270,6 +260,16 @@
<td>2</td>
<td>1051</td>
<td>29</td>
</tr><tr>
<td>processor/cocomo_test.go</td>
<td></td>
<td>37</td>
<td>8</td>
<td>4</td>
<td>25</td>
<td>6</td>
<td>699</td>
<td>23</td>
</tr><tr>
<td>processor/structs_test.go</td>
<td></td>
Expand Down Expand Up @@ -318,7 +318,7 @@
<td>0</td>
<td>4</td>
<td>0</td>
<td>173125</td>
<td>173325</td>
<td>5</td>
</tr></tbody>
<tfoot><tr>
Expand All @@ -329,7 +329,7 @@
<th>453</th>
<th>7424</th>
<th>1516</th>
<th>399613</th>
<th>399813</th>
<th>3929</th>
</tr>
<tr>
Expand Down
59 changes: 34 additions & 25 deletions languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -4911,6 +4911,15 @@
}
]
},
"Max": {
"complexitychecks": [],
"extensions": [
"maxpat"
],
"line_comment": [],
"multi_line": [],
"quotes": []
},
"MDX": {
"complexitychecks": [],
"extensions": [
Expand Down Expand Up @@ -8355,31 +8364,6 @@
}
]
},
"ZoKrates": {
"complexitychecks": [
"for ",
"if ",
"switch ",
"while ",
"else ",
"|| ",
"&& ",
"!= ",
"== "
],
"line_comment": [
"//"
],
"multi_line": [
[
"/*",
"*/"
]
],
"extensions": [
"zok"
]
},
"Ur/Web": {
"complexitychecks": [
"for ",
Expand Down Expand Up @@ -9196,6 +9180,31 @@
}
]
},
"ZoKrates": {
"complexitychecks": [
"for ",
"if ",
"switch ",
"while ",
"else ",
"|| ",
"&& ",
"!= ",
"== "
],
"extensions": [
"zok"
],
"line_comment": [
"//"
],
"multi_line": [
[
"/*",
"*/"
]
]
},
"Zsh": {
"complexitychecks": [
"for ",
Expand Down
2 changes: 1 addition & 1 deletion processor/constants.go

Large diffs are not rendered by default.

0 comments on commit bb0db7d

Please sign in to comment.