LuaExtended icon indicating copy to clipboard operation
LuaExtended copied to clipboard

Is this syntax compatible with lua-language-server?

Open rwols opened this issue 4 years ago • 0 comments

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?

rwols avatar May 23 '21 22:05 rwols