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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user