Skip to content

Commit fc56af5

Browse files
authored
fix: change lua version to 5.3 (#4954)
1 parent 1b9d9cd commit fc56af5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ace/mode/lua/luaparse.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ define(function(require, exports, module) {
3838
, onLocalDeclaration: null
3939
// The version of Lua targeted by the parser (string; allowed values are
4040
// '5.1', '5.2', '5.3').
41-
, luaVersion: '5.1'
41+
, luaVersion: '5.3'
4242
// Encoding mode: how to interpret code units higher than U+007F in input
4343
, encodingMode: 'none'
4444
};

0 commit comments

Comments
 (0)