Skip to content

Commit

Permalink
Add improved JavaScript highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
mephraim committed Feb 10, 2017
1 parent 3e66705 commit 26642b9
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
10 changes: 6 additions & 4 deletions .gitmodules
Expand Up @@ -78,10 +78,6 @@
path = bundle/vimroom
url = https://github.com/mikewest/vimroom.git
ignore = dirty
[submodule "bundle/vim-javascript-syntax"]
path = bundle/vim-javascript-syntax
url = https://github.com/jelera/vim-javascript-syntax.git
ignore = dirty
[submodule "bundle/YankRing"]
path = bundle/YankRing
url = https://github.com/vim-scripts/YankRing.vim.git
Expand All @@ -102,3 +98,9 @@
path = bundle/vim-cucumber
url = https://github.com/tpope/vim-cucumber
ignore = dirty
[submodule "bundle/vim-javascript"]
path = bundle/vim-javascript
url = https://github.com/pangloss/vim-javascript.git
[submodule "bundle/vim-jsx"]
path = bundle/vim-jsx
url = https://github.com/mxw/vim-jsx.git
3 changes: 3 additions & 0 deletions .vimrc
Expand Up @@ -596,5 +596,8 @@ set nocompatible
let g:vimroom_sidebar_height = 0
let g:vimroom_width = 80

let g:jsx_ext_required = 0
au BufNewFile,BufRead *.js6 set filetype=javascript

" End plugin configuration
" }}}1
1 change: 1 addition & 0 deletions bundle/vim-javascript
Submodule vim-javascript added at 742f55
1 change: 0 additions & 1 deletion bundle/vim-javascript-syntax
Submodule vim-javascript-syntax deleted from 6222b8
1 change: 1 addition & 0 deletions bundle/vim-jsx
Submodule vim-jsx added at eb656e

0 comments on commit 26642b9

Please sign in to comment.