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
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

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff