A bundle for Sublime Text with syntax highlighting for the X10 Language (http://www.x10-lang.org).
Using Package Control is strongly recommended.
Make sure you installed Package Control and proceed with the following:
- bring up the Command Palette (Default Ctrl+Shift+P or ⌘+Shift+P);
- type
install
- among the commands you should see
Package Control: Install Package
. Select the command. - Package Control will fetch the list of available plugins;
- type
X10
, among the entries you should see it.
Package Control will install the package.
Reach the Packages
directory of your Sublime Text installation and open a shell at that location.
Clone the repository with the command:
git clone https://github.com/ltronky/sublime-x10.git sublime-x10
Download the zipped source of the repository and copy the whole directory into the Packages
directory.