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
May 11 May 10 May 9 May 8 May 7 May 6 May 5 May 4 May 3 May 2 May 1 Apr 30 Apr 29 Apr 28 Apr 27 Apr 26 Apr 25 Apr 24 Apr 23 Apr 22 Apr 21 Apr 20 Apr 19 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
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 0 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 1 0 0 0 1 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 1 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.