Skip to content

Simple (Bare) Syntax Directive Names

Compare
Choose a tag to compare
@blake-regalia blake-regalia released this 27 Apr 05:47
· 17 commits to master since this release

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} */ `...` .