0.2.7 • Published 1 year ago
codemirror-lang-cedar v0.2.7
codemirror-lang-cedar
CodeMirror language support for the Cedar policy language.
Contributing
Rewrite the grammar in
src/syntax.grammarto cover the language. See the Lezer system guide for information on this file format.Adjust the metadata in
src/index.tsto work with your new grammar.Adjust the grammar tests in
test/cases.txt.Build (
npm run prepare) and test (npm test).