Merge pull request #279 from tobenna/add-jsx-syntax

Add support for JSX in javascript and typescript
This commit is contained in:
David Peter 2018-09-05 21:33:50 +02:00 committed by GitHub
commit 566aab3b05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4453 additions and 0 deletions

3
.gitmodules vendored
View File

@ -67,6 +67,9 @@
[submodule "assets/themes/onehalf"]
path = assets/themes/onehalf
url = https://github.com/sonph/onehalf
[submodule "assets/syntaxes/JavaScript (Babel)"]
path = assets/syntaxes/JavaScript (Babel)
url = https://github.com/babel/babel-sublime
[submodule "assets/syntaxes/Cabal"]
path = assets/syntaxes/Cabal
url = https://github.com/SublimeHaskell/SublimeHaskell

@ -0,0 +1 @@
Subproject commit a9a908fe1d39ec84893e6edcbb146f09e9e60cc6

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff