Merge pull request #523 from thoughtbot/replace-coffee-with-java

Add JavaScript syntax highlighting
This commit is contained in:
Geoff Harcourt 2017-05-08 16:06:55 -04:00 committed by GitHub
commit 592249def2
2 changed files with 3 additions and 3 deletions

View file

@ -183,8 +183,7 @@ What's in it?
* Run many kinds of tests [from vim]([https://github.com/janko-m/vim-test)
* Set `<leader>` to a single space.
* Switch between the last two files with space-space.
* Syntax highlighting for CoffeeScript, Textile, Cucumber, Haml, Markdown, and
HTML.
* Syntax highlighting for Markdown, HTML, JavaScript, Ruby, Go, Elixir, more.
* Use [Ag](https://github.com/ggreer/the_silver_searcher) instead of Grep when
available.
* Map `<leader>ct` to re-index [Exuberant Ctags](http://ctags.sourceforge.net/).
@ -237,7 +236,7 @@ in this project.
License
-------
dotfiles is copyright © 2009-2016 thoughtbot. It is free software, and may be
dotfiles is copyright © 2009-2017 thoughtbot. It is free software, and may be
redistributed under the terms specified in the [`LICENSE`] file.
[`LICENSE`]: /LICENSE

View file

@ -41,6 +41,7 @@ Plug 'elixir-lang/vim-elixir'
Plug 'fatih/vim-go'
Plug 'janko-m/vim-test'
Plug 'kchmck/vim-coffee-script'
Plug 'pangloss/vim-javascript'
Plug 'pbrisbin/vim-mkdir'
Plug 'scrooloose/syntastic'
Plug 'slim-template/vim-slim'