Closed
Description
A project of mine named Pluto adds some new syntax into Lua. It's largely compatible, but symbols such as compound operators, new keywords, and expression syntaxes throw insuppressible errors that make the extension incompatible with any mild fork of Lua.
It's evident this excellent extension involves some interest in foreign Lua syntax, see non-standard symbol support. As such, I feel it'd be beneficial if this extension received error suppression equitable to diagnostic warning suppression.
--- @diagnostic disable: unknown-symbol
--- @diagnostic disable: exp-in-action
This syntax would greatly enhance the extension's compatibility with syntactic expansions and increase the coverage of this extension.