We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b9d9cd commit fc56af5Copy full SHA for fc56af5
lib/ace/mode/lua/luaparse.js
@@ -38,7 +38,7 @@ define(function(require, exports, module) {
38
, onLocalDeclaration: null
39
// The version of Lua targeted by the parser (string; allowed values are
40
// '5.1', '5.2', '5.3').
41
- , luaVersion: '5.1'
+ , luaVersion: '5.3'
42
// Encoding mode: how to interpret code units higher than U+007F in input
43
, encodingMode: 'none'
44
};
0 commit comments