Skip to content

Commit

Permalink
fix: change lua version to 5.3 (#4954)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkslanc authored Oct 15, 2022
1 parent 1b9d9cd commit fc56af5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ace/mode/lua/luaparse.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ define(function(require, exports, module) {
, onLocalDeclaration: null
// The version of Lua targeted by the parser (string; allowed values are
// '5.1', '5.2', '5.3').
, luaVersion: '5.1'
, luaVersion: '5.3'
// Encoding mode: how to interpret code units higher than U+007F in input
, encodingMode: 'none'
};
Expand Down

0 comments on commit fc56af5

Please sign in to comment.