CJSX Syntax
Syntax highlighting for CJSX in Sublime Text 3
Details
Installs
- Total 5K
- Win 1K
- Mac 3K
- Linux 794
Dec 21 | Dec 20 | Dec 19 | Dec 18 | Dec 17 | Dec 16 | Dec 15 | Dec 14 | Dec 13 | Dec 12 | Dec 11 | Dec 10 | Dec 9 | Dec 8 | Dec 7 | Dec 6 | Dec 5 | Dec 4 | Dec 3 | Dec 2 | Dec 1 | Nov 30 | Nov 29 | Nov 28 | Nov 27 | Nov 26 | Nov 25 | Nov 24 | Nov 23 | Nov 22 | Nov 21 | Nov 20 | Nov 19 | Nov 18 | Nov 17 | Nov 16 | Nov 15 | Nov 14 | Nov 13 | Nov 12 | Nov 11 | Nov 10 | Nov 9 | Nov 8 | Nov 7 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 1 | 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 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Mac | 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 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 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 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
sublime-cjsx
Sublime syntax highlighting for CJSX
Version Support
This package uses the .sublime-syntax
syntax definition for rich highlighting and improved performance. As a consequence, only Sublime Text 3, Build 3103 and newer is supported. If you're using Sublime Text 2 or an older version of Sublime Text 3, you can retrieve the old .tmLanguage
file from this commit – however, only the master .sublime-syntax
definition will receive future updates.
Installation
Install via Package Control
- You will need the Package Control Package Manager for Sublime
- Open the command pallete with
⌘+shift+p
- Type
install
and selectPackage Control: Install Package
- Wait a moment for the package list to appear, and type
cjsx
and selectCJSX Syntax
- Open a .cjsx file and in the lower right hand corner of your Sublime window, open the syntax dropdown.
- Select “Open all with current extension as…” and then choose 'CJSX'
Install from source
To install this plugin from Github, follow these steps:
- Open Sublime and open “Package Control” (cmd + shift + p).
- Type “Add Repository”; select the result (hit enter).
- At the bottom of your Sublime window you will see a text input that prompts you for the Github URL.
- Copy and paste: “https://github.com/Guidebook/sublime-cjsx”.
- Give Sublime a few minutes to add the repo.
- Open “Package Control” again (cmd + shift + p) and type “Install Package”.
- Type “sublime cjsx”; select the result (hit enter).
- Give Sublime a few minutes to install the package.
- Open a .cjsx file and in the lower right hand corner of your Sublime window, open the syntax dropdown.
- Select “Open all with current extension as…” and then choose 'CJSX'
Credit
Syntax highlighting adapted from sublime-react by Facebook / Jonas Gebhardt jonas.gebhardt@gmail.com.