项目作者: ltronky

项目描述 :
X10 Syntax definitions for Sublime Text
高级语言:
项目地址: git://github.com/ltronky/sublime-x10.git
创建时间: 2015-04-20T19:32:45Z
项目社区:https://github.com/ltronky/sublime-x10

开源协议:MIT License

下载


Introduction

A bundle for Sublime Text with syntax highlighting for the X10 Language (http://www.x10-lang.org).

Installation

Automatic installation via Package Control

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.

Manual installation …

Reach the Packages directory of your Sublime Text installation and open a shell at that location.

… with git

Clone the repository with the command:

  1. git clone https://github.com/ltronky/sublime-x10.git sublime-x10

… without git

Download the zipped source of the repository and copy the whole directory into the Packages directory.