Skip to content

Commit

Permalink
vim: replace javascript syntax highlighter
Browse files Browse the repository at this point in the history
Support for template strings is broken in jelera/vim-javascript-syntax,
see jelera/vim-javascript-syntax#67
  • Loading branch information
lo1tuma committed Oct 4, 2016
1 parent c37809e commit 5099a00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ Plugin 'gabrielelana/vim-markdown'
Plugin 'ctrlpvim/ctrlp.vim'
Plugin 'calebsmith/vim-lambdify'
Plugin 'LnL7/vim-nix'
Plugin 'pangloss/vim-javascript'

" All of your Plugins must be added before the following line
call vundle#end() " required
filetype plugin indent on " required

Bundle 'jelera/vim-javascript-syntax'
Bundle 'altercation/vim-colors-solarized'
Bundle 'git://github.com/laurilehmijoki/haskellmode-vim.git'
Bundle 'git://github.com/scrooloose/syntastic.git'
Expand Down

0 comments on commit 5099a00

Please sign in to comment.