Skip to content

Commit 8b85895

Browse files
committed
Add luau extention for lua
1 parent a2e24f2 commit 8b85895

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

SCC-OUTPUT-REPORT.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -250,16 +250,6 @@
250250
<td>0</td>
251251
<td>2222</td>
252252
<td>35</td>
253-
</tr><tr>
254-
<td>processor/bloom.go</td>
255-
<td></td>
256-
<td>37</td>
257-
<td>7</td>
258-
<td>12</td>
259-
<td>18</td>
260-
<td>2</td>
261-
<td>1051</td>
262-
<td>29</td>
263253
</tr><tr>
264254
<td>processor/cocomo_test.go</td>
265255
<td></td>
@@ -270,6 +260,16 @@
270260
<td>6</td>
271261
<td>699</td>
272262
<td>23</td>
263+
</tr><tr>
264+
<td>processor/bloom.go</td>
265+
<td></td>
266+
<td>37</td>
267+
<td>7</td>
268+
<td>12</td>
269+
<td>18</td>
270+
<td>2</td>
271+
<td>1051</td>
272+
<td>29</td>
273273
</tr><tr>
274274
<td>processor/helpers.go</td>
275275
<td></td>

languages.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4358,7 +4358,8 @@
43584358
"== "
43594359
],
43604360
"extensions": [
4361-
"lua"
4361+
"lua",
4362+
"luau"
43624363
],
43634364
"line_comment": [
43644365
"--"

0 commit comments

Comments
 (0)