dapetcu21 / atom-autocomplete-lua

Extensible autocomplete+ provider for Lua
35 stars 6 forks source link

Add lua 5.4 as a supported lua version #32

Closed Alloyed closed 3 years ago

Alloyed commented 3 years ago

This does not extend to the parser; which will use lua 5.3 rules for the time being. for the most part this CL was created by searching for "5.2" in the code and updating those places, if there's anything I may have missed feel free to let me know.

WARNING: I haven't actually tested this with atom! I am instead taking the lua 5.4 json result and using it with my own extensions, which works the way you'd think it would.