This site is no longer updated.Go to new Conversational Cloud docs

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:

  • .sc script files,
  • .js business logic scripts,
  • .yaml configuration files,
  • .xml automatic tests.

For a better experience with JAICF development, highlighting the syntax of .kt files is also supported.

Kotlin syntax highlighting

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:

Installation

  1. Install Sublime Text 3.
  2. Install Package Control.
  3. In the editor, open the Command Palette via Ctrl + Shift + P (Windows, Linux) or Cmd + Shift + P (macOS).
  4. Select Package Control: Add Repository and enter the package repository’s URL.
  5. From the Command Palette, select Package Control: Install Package and install sublime-jaicp-dsl.