ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

CJSX Syntax

by Guidebook ST3

Syntax highlighting for CJSX in Sublime Text 3

Labels CJSX, syntax

Details

Installs

  • Total 5K
  • Win 1K
  • Mac 3K
  • Linux 794
Oct 24 Oct 23 Oct 22 Oct 21 Oct 20 Oct 19 Oct 18 Oct 17 Oct 16 Oct 15 Oct 14 Oct 13 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
Windows 0 0 1 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 2 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

  1. You will need the Package Control Package Manager for Sublime
  2. Open the command pallete with ⌘+shift+p
  3. Type install and select Package Control: Install Package
  4. Wait a moment for the package list to appear, and type cjsx and select CJSX Syntax
  5. Open a .cjsx file and in the lower right hand corner of your Sublime window, open the syntax dropdown.
  6. Select “Open all with current extension as…” and then choose 'CJSX'

Install from source

To install this plugin from Github, follow these steps:

  1. Open Sublime and open “Package Control” (cmd + shift + p).
  2. Type “Add Repository”; select the result (hit enter).
  3. At the bottom of your Sublime window you will see a text input that prompts you for the Github URL.
  4. Copy and paste: “https://github.com/Guidebook/sublime-cjsx”.
  5. Give Sublime a few minutes to add the repo.
  6. Open “Package Control” again (cmd + shift + p) and type “Install Package”.
  7. Type “sublime cjsx”; select the result (hit enter).
  8. Give Sublime a few minutes to install the package.
  9. Open a .cjsx file and in the lower right hand corner of your Sublime window, open the syntax dropdown.
  10. 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.