All Projects → ccampbell → sublime-jsx

ccampbell / sublime-jsx

Licence: other
Simple Sublime Text 3 JSX implementation

Projects that are alternatives of or similar to sublime-jsx

Sublimeallautocomplete
Extend Sublime autocompletion to find matches in all open files of the current window
Stars: ✭ 906 (+3675%)
Mutual labels:  sublime, sublime-package
sublime-live-server
🌍️ Launch a Development Server directly from Sublime Text
Stars: ✭ 49 (+104.17%)
Mutual labels:  sublime, sublime-package
Carbonsublime
🚀 A Sublime Text 3 Plugin for Carbon. (https://carbon.now.sh)
Stars: ✭ 104 (+333.33%)
Mutual labels:  sublime, sublime-package
Sublimetmpl
Create File From Templates for SublimeText 2 / SublimeText 3
Stars: ✭ 222 (+825%)
Mutual labels:  sublime, sublime-package
joltik
A really small VDOM library
Stars: ✭ 40 (+66.67%)
Mutual labels:  jsx
Assembly-Syntax-Definition
This is the greatest syntax definition of All Time
Stars: ✭ 23 (-4.17%)
Mutual labels:  sublime-package
element
Fast and simple custom elements.
Stars: ✭ 65 (+170.83%)
Mutual labels:  jsx
aoife
使用 jsx 开发 native-js 程序, 每个组建都是一个原始的 HTMLElment,可以和所有原生 js 库很好的兼容使用。
Stars: ✭ 60 (+150%)
Mutual labels:  jsx
snap-state
State management in a snap 👌
Stars: ✭ 23 (-4.17%)
Mutual labels:  jsx
next-api-og-image
Easy way to generate open-graph images dynamically in HTML or React using Next.js API Routes. Suitable for serverless environment.
Stars: ✭ 179 (+645.83%)
Mutual labels:  jsx
Sublime-Pretty-Shell
🐚 Shell Script Formatter / Syntax Checker (Powered by shfmt)
Stars: ✭ 28 (+16.67%)
Mutual labels:  sublime-package
recks
🐶 React-like RxJS-based framework
Stars: ✭ 133 (+454.17%)
Mutual labels:  jsx
gutenberg-workshop
⚒️ A Gutenberg Workshop 🅱️
Stars: ✭ 21 (-12.5%)
Mutual labels:  jsx
keystone-with-react-engine
KeystoneJS CMS with React Engine as rendering engine, so we can render backend .jsx templates
Stars: ✭ 17 (-29.17%)
Mutual labels:  jsx
jsx.js
small and extendable jsx transpiler
Stars: ✭ 19 (-20.83%)
Mutual labels:  jsx
re-hyperapp
Almost zero-cost bindings for the https://github.com/hyperapp/hyperapp UI library.
Stars: ✭ 21 (-12.5%)
Mutual labels:  jsx
hsx
Static HTML sites with JSX and webpack (no React).
Stars: ✭ 15 (-37.5%)
Mutual labels:  jsx
md-editor-v3
Markdown editor for vue3, developed in jsx and typescript, dark theme、beautify content by prettier、render articles directly、paste or clip the picture and upload it...
Stars: ✭ 326 (+1258.33%)
Mutual labels:  jsx
Golite
Add essential language support for the Go language to Sublime Text 3.
Stars: ✭ 14 (-41.67%)
Mutual labels:  sublime
sublime-import-js
Sublime Text plugin for ImportJS
Stars: ✭ 24 (+0%)
Mutual labels:  sublime

Sublime JSX

This is a simple (and crude) implementation of JSX syntax highlighting for Sublime Text 3 that extends the default JavaScript patterns.

Currently all of the JSX syntax highlighting packages depend on the ES6 highlighting from Babel and/or JavaScriptNext packages which do not use the correct scopes for highlighting JavaScript files.

See here for more information:

Installation

If you are using Sublime Package Control you can press command+shift+p. Then select Package Control: Install Package and choose Simple JSX.

Usage

Highlighting should be enabled by default for files that end with a .jsx extension.

To turn on JSX highlighting for other files, open a JavaScript file containing JSX then press command+shift+p and select Set Syntax: JSX.

You can also select View -> Syntax -> Open all with current extension as… and select JSX from the top nav to enable highlighting for all files with a certain extension (.js, .jsx, etc).

Screenshots

Before

After

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].