fstirlitz / luaparse

A Lua parser written in JavaScript
https://fstirlitz.github.io/luaparse/
MIT License
459 stars 91 forks source link

Can you help? vscode-lua plugin cannot recognize lua 5.3 syntax #50

Closed italomaia closed 7 years ago

italomaia commented 7 years ago

https://github.com/trixnz/vscode-lua/issues/7

TL;DR; How to change the lua version luaparse uses to evaluate the code?

fstirlitz commented 7 years ago

luaVersion key in the options object passed to the parse function. It's in the README.md file.