Hi there 👋. The base scope of this syntax is `source.luae`. The default syntax's base scope is `source.lua`. What are the differences between the two? Perhaps more to the point, is this syntax compatible with lua-language-server? https://github.com/sumneko/lua-language-server I'm maintaining a helper package for that server here: https://github.com/sublimelsp/LSP-lua. It only accounts for the default syntax. If this package is indeed compatible with this language server: - Should the syntax's base scope in this package be renamed to `source.lua`? - Or should LSP-lua account for an additional base scope `source.luae`?