Simple (Bare) Syntax Directive Names
Per #69, syntax directives now allow for bare names, meaning that the syntax:
part is optional.
i.e., /* syntax: {SYNTAX} */ `...`
can now be written as /* {SYNTAX} */ `...`
.
Per #69, syntax directives now allow for bare names, meaning that the syntax:
part is optional.
i.e., /* syntax: {SYNTAX} */ `...`
can now be written as /* {SYNTAX} */ `...`
.