Skip to content

[Enhancement] Error suppression support.  #1254

Closed
@well-in-that-case

Description

@well-in-that-case

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions