- evaltest.TestTranscriptsInFS runs transcripts in .elv and .elvts files as
tests.
- Extend the syntax of Elvish transcripts with headings and comments; the former
is used to split a single .elvts file into multiple sessions.
- Remove description fields; just use the keys as the descriptions.
- Remove ( ) around conditions.
- Add more special commands.
- Add "Snippets" as a category of the extension.
Also bump extension version - I accidentally published a WIP version as 0.2.1,
so bump it to 0.2.2.
- Highlight Elvish code blocks in Markdown.
- Highlight Elvish transcripts, either in .ttyshot files or in Markdown code
blocks.
- Remove the syntaxes directory in repo root now that the syntaxes live inside
vscode/syntaxes.
- Bump VS Code extension version to 0.1.2.