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 788
Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 Apr 1 Mar 31 Mar 30 Mar 29 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14 Mar 13 Mar 12 Mar 11 Mar 10 Mar 9 Mar 8 Mar 7 Mar 6 Mar 5
Windows 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 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0
Mac 0 0 0 0 1 0 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 1 0
Linux 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 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.