JCShell Tools
Language definition for NXP’s JCShell scripts on Sublime Text 2/3.
Details
Installs
- Total 471
- Win 276
- Mac 135
- Linux 60
Oct 12 | Oct 11 | Oct 10 | Oct 9 | Oct 8 | Oct 7 | Oct 6 | Oct 5 | Oct 4 | Oct 3 | Oct 2 | Oct 1 | Sep 30 | Sep 29 | Sep 28 | Sep 27 | Sep 26 | Sep 25 | Sep 24 | Sep 23 | Sep 22 | Sep 21 | Sep 20 | Sep 19 | Sep 18 | Sep 17 | Sep 16 | Sep 15 | Sep 14 | Sep 13 | Sep 12 | Sep 11 | Sep 10 | Sep 9 | Sep 8 | Sep 7 | Sep 6 | Sep 5 | Sep 4 | Sep 3 | Sep 2 | Sep 1 | Aug 31 | Aug 30 | Aug 29 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 1 | 0 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 2 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 2 | 0 | 1 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 1 | 1 |
Mac | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
JCShell Tools
Language definition for NXP's JCShell scripts on Sublime Text 2/3.
Contains syntax highlighting, snippets and auto-completion.
Screenshots
Two color scheme are provided. The default Monokai: And Seti_UX (for Seti theme):
Installation
Automatically via Package Control
The preferred and easiest way to install the package for Sublime Text is the following:
- Install Package Control if not done already
- Open
Tools
→Command Palette...
(cmd+shift+P) - Select
Package Control: Install Package
- Search for
JCShell Tools
package and install it
Manual installation
If you want to do the installation manually (for example on an offline computer):
- Clone (or download) this repository
- Open your
Packages
folder (Preferences: Browse Packages
in the Command Palette) - Create a folder
JCShell Tools
and copy the repository content inside
Configuration
You can change the default color scheme for .jcsh
files. For that create a new file JCShell Tools.sublime-settings
inside your User folder (Packages/User
) and set the desired color_scheme
value.
For example if you want to use the provided Seti_UX color scheme the file should contains:
{
"color_scheme": "Packages/JCShell Tools/Seti_UX JCShell Tools.tmTheme"
}
Custom color scheme
If you want to add support in a different color scheme the following supplementary scopes needs to be defined:
variable.other
string.unquoted
keyword.control.label
keyword.function.definition
keyword.modifier.variable
punctuation.definition.variable.reference
keyword.assignment
You can see the Monokai JCShell Tools.tmTheme file for example values.
Known limitations
Even though the following syntaxes are valid, JCShell Tools is not accepting it:
- When a function/script name contains a closing parenthese (
)
) - When a variable assignment made by operator (
=
) contains a space or a quote (e.g.:test$(func param)var= value
)
About
Licensed under the BSD 3-Clause license. See license file for more information.
Developed by Michael Roy, based on a draft from Connor Röhricht.
Please create an issue for any bug you may find.