Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 589 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 589 Bytes

Ink Grammar for CodeMirror

This is a CodeMirror language support package for the dialog format used by Ink.

Compile the Grammar

npm run prepare

Tests

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

License

MIT. See the license file included with this software distribution.