You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
variable.parameter.j (matches explicit references to arguments within explicit blocks)
Syntax highlighting is context aware, so keyword.control.j and variable.paramenter.j are only identified if contained within the definition.explicit.block.j context.
Supports toggling single-line comments and comment blocks.
Install
Sublime Text 3 can use both .tmLanguage and (after build 3103) .sublime-syntax file formats for syntax highlighting. The .sublime-syntax format is more concise and easier to develop. The .sublime-syntax file here is more complete.
or install through Package control. You may need to edit your Color Scheme Preferences to highlight all available scopes.
GitHub
The .tmLanguage file in this repository is used by the github/linguist library for syntax highlighting J code on GitHub. The YAML reference version of this TextMate grammar is used for any development and the PLIST version here is generated by converting the YAML reference to PropertyList format using the TextMate Languages extension for VS Code.