Phase 2: commenter and brace matcher

Brace matching pairs the Jai-specific single-token openers .{ and .[ with the
ordinary } and ]; verified headlessly through the editor highlighter.
This commit is contained in:
hgranthorner
2026-08-04 10:29:43 -04:00
parent 2c5d7f713b
commit fa15109f0b
3 changed files with 115 additions and 0 deletions

View File

@@ -26,6 +26,9 @@
<lang.syntaxHighlighterFactory
language="Jai"
implementationClass="dev.hgh.jai.highlighting.JaiSyntaxHighlighterFactory"/>
<lang.commenter language="Jai" implementationClass="dev.hgh.jai.editor.JaiCommenter"/>
<lang.braceMatcher language="Jai" implementationClass="dev.hgh.jai.editor.JaiBraceMatcher"/>
</extensions>
</idea-plugin>