-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Removing the explicit "in-your-face" error highlighting should be considered for a variety of reasons:
- Confusion: it has resulted in several bug reports, often regarding uncommon/obscure but valid syntax.
- Inconsistency: the grammar is broad yet inaccurate, and there are plenty of errors that are not being highlighted.
- Conflict: avoiding conflict with third-party formats that extend the vanilla mcfunction syntax is considered a bonus.
The alternative approach is to skip over violating syntax and leave it unclassified. Doing this may also fix the long-standing issue #32 with line endings, as well as #42 in that extraneous trailing characters will simply be skipped and not highlighted as an error.
SPGoding, vberlier, lolgeny, misode and DoubleF3lix
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request