Skip to content

Commit

Permalink
add luau extension to lua (#1066)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackdotink authored May 2, 2024
1 parent 5542fa3 commit 3dee527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -906,7 +906,7 @@
"line_comment": ["--"],
"multi_line_comments": [["--[[", "]]"]],
"quotes": [["\\\"", "\\\""], ["'", "'"]],
"extensions": ["lua"]
"extensions": ["lua", "luau"]
},
"Lucius": {
"line_comment": ["//"],
Expand Down

0 comments on commit 3dee527

Please sign in to comment.