mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Fix non-C locale issues in REPL
This commit is contained in:
parent
47a8d28aa9
commit
85a0fbc712
1 changed files with 3 additions and 0 deletions
|
@ -435,6 +435,9 @@ static void runReplImpl(lua_State* L)
|
|||
{
|
||||
ic_set_default_completer(completeRepl, L);
|
||||
|
||||
// Reset the locale to C
|
||||
setlocale(LC_ALL, "C");
|
||||
|
||||
// Make brace matching easier to see
|
||||
ic_style_def("ic-bracematch", "teal");
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue