This is a CodeMirror language support package for the dialog format used by Ink.
npm run prepare
Tests are bootstrapped from the CodeMirror 6 utilities using a text-file format for declaring test fixtures. Each fixture is an example syntax fragment followed by the expected syntax tree for the fragment.
Run all tests with the following command:
npm test
MIT. See the license file included with this software distribution.