thlorenz / brace

📔 browserify compatible version of the ace editor.
http://thlorenz.github.io/brace/
MIT License
1.06k stars 304 forks source link

Lua mode doesn't support the Lua 5.3 floor-division operator '//' #173

Closed Dewb closed 4 years ago

Dewb commented 4 years ago

Using the Lua floor-division operator // (added in Lua 5.3, 2015) is currently flagged as an error in a Brace editor, with the red X and the message <expression> expected near '/'.

Dewb commented 4 years ago

Looks like this is an Ace issue, apologies.