summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack <85714123+jackdotink@users.noreply.github.com>2024-05-02 11:27:34 -0500
committerGitHub <noreply@github.com>2024-05-02 18:27:34 +0200
commit3dee52705da4c4207606cc10ef8286492dbe1f5e (patch)
tree71b73200cfc08b2e55c08605a5ef0167d0e8fe63
parent5542fa3ba3198e158bb47ce8687d1c7b62b1b507 (diff)
add luau extension to lua (#1066)
-rw-r--r--languages.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/languages.json b/languages.json
index e41f361..403cc0c 100644
--- a/languages.json
+++ b/languages.json
@@ -906,7 +906,7 @@
"line_comment": ["--"],
"multi_line_comments": [["--[[", "]]"]],
"quotes": [["\\\"", "\\\""], ["'", "'"]],
- "extensions": ["lua"]
+ "extensions": ["lua", "luau"]
},
"Lucius": {
"line_comment": ["//"],