Skip to content

Commit bd48edd

Browse files
danieleladelfadrAlberT
authored andcommitted
Added syntax highlighting and indenting for JSX (faktiva#1)
* Added syntax highlighting and indenting for JSX * Added bundle/syntax-jsx dir
1 parent b014213 commit bd48edd

File tree

4 files changed

+6
-0
lines changed

4 files changed

+6
-0
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@
5757
[submodule "YAML syntax"]
5858
path = bundle/syntax-yaml
5959
url = https://github.com/stephpy/vim-yaml.git
60+
[submodule "JSX syntax"]
61+
path = bundle/syntax-jsx
62+
url = https://github.com/mxw/vim-jsx.git
6063
[submodule "JS syntax"]
6164
path = bundle/syntax-javascript
6265
url = https://github.com/pangloss/vim-javascript.git

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ The following plugins are installed and configured:
5757
- **[CSS](https://github.com/JulesWang/css.vim)**
5858
- **[HTML5](https://github.com/othree/html5.vim)**
5959
- **[Javascript](https://github.com/pangloss/vim-javascript)**
60+
- [JSX](https://github.com/mxw/vim-jsx.git)
6061
- **[JSON](https://github.com/elzr/vim-json)**
6162
- [Markdown](https://github.com/tpope/vim-markdown)
6263
- [nginx](https://github.com/moskytw/nginx-contrib-vim)

bundle/syntax-jsx

Submodule syntax-jsx added at eb656ed

vimrc.local

+1
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ let g:syntastic_check_on_wq = 0
151151
" https://github.com/alvan/vim-php-manual.git
152152
" https://github.com/stephpy/vim-php-cs-fixer.git
153153
" https://github.com/vim-scripts/JavaScript-Indent.git
154+
" https://github.com/mxw/vim-jsx.git
154155
" https://github.com/bronson/vim-trailing-whitespace
155156
" https://github.com/lumiliet/vim-twig.git
156157
" https://github.com/ap/vim-css-color

0 commit comments

Comments
 (0)