Files
intellijai/src/test/kotlin/dev/hgh/jai/highlighting
hgranthorner 2c5d7f713b Phase 2: syntax highlighting and colour settings page
- JaiSyntaxHighlighter maps every one of the lexer's token types; asserted over
  the whole corpus (105 distinct token types seen, all mapped)
- JaiHighlightingLexer refines IDENT into built-in types and loop variables for
  colouring only, so the parser never sees them as reserved
- colour settings page with a demo file that is itself asserted to lex cleanly
2026-08-04 10:28:15 -04:00
..