2. Syntax and Error Highlighting ⚠️
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.