Skip to content

2. Syntax and Error Highlighting ⚠️

No due date 0% complete

Implement native/canonical syntax and error highlighting via the IntelliJ Platform SDK APIs for custom language support. This is a foundational milestone for full-featured custom language support on the IntelliJ Platform. It involves the definition of the Bend grammar in Backus-Naur form (BNF), the definition and generation of a lexical analyser, and the …

Implement native/canonical syntax and error highlighting via the IntelliJ Platform SDK APIs for custom language support. This is a foundational milestone for full-featured custom language support on the IntelliJ Platform. It involves the definition of the Bend grammar in Backus-Naur form (BNF), the definition and generation of a lexical analyser, and the generation of a parser to support many future features.

There are no closed issues in this milestone.

Issues will automatically be moved here when they are closed.