Syntax highlighting
The built-in editor features syntax highlighting of code written on JAICP, which improves code readability and facilitates code review and debugging.
Files with the following extensions are highlighted:
For a better experience with JAICF development, highlighting the syntax of .kt
files is also supported.
Syntax highlighting for Sublime Text
Since it is possible to import and export projects, you can develop them in any external text editor or an integrated development environment (IDE).
Just AI provides a package for advanced highlighting of .sc
file syntax in the Sublime Text 3 text editor. It provides a number of additional features, including:
- Extended highlighting of JAICP DSL tags.
- Highlighting and partial validation of pattern elements.
- Highlighting inline JavaScript code.
Installation
- Install Sublime Text 3.
- Install Package Control.
- In the editor, open the Command Palette via
Ctrl + Shift + P
(Windows, Linux) orCmd + Shift + P
(macOS). - Select Package Control: Add Repository and enter the package repository’s URL.
- From the Command Palette, select Package Control: Install Package and install
sublime-jaicp-dsl
.