Skip to content

Commit 6eb6880

Browse files
authored
fix: "luau" extension regression (#453)
1 parent 56a8026 commit 6eb6880

File tree

1 file changed

+1
-0
lines changed
  • crates/bevy_mod_scripting_core/src

1 file changed

+1
-0
lines changed

crates/bevy_mod_scripting_core/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,7 @@ impl Default for LanguageExtensions {
407407
LanguageExtensions(
408408
[
409409
("lua", Language::Lua),
410+
("luau", Language::Lua),
410411
("rhai", Language::Rhai),
411412
("rn", Language::Rune),
412413
]

0 commit comments

Comments
 (0)