vim-js-pretty-template : highlights JavaScript's Template Strings in other FileType syntax rule
| script karma |
Rating 0/0,
Downloaded by 916 |
Comments, bugs, improvements
|
Vim wiki
|
| created by |
| Yosuke Kurami |
| |
| script type |
| ftplugin |
| |
| description |
A Vim plgin to highlight JavaScript's Template Strings contents in other FileType syntax rule which you want.
Please see https://github.com/Quramy/vim-js-pretty-template |
| |
| install details |
### Vundle
Place this in your .vimrc:
```
Plugin 'Quramy/vim-js-pretty-template'
```
then run the following in Vim:
```
:source %
:PluginInstall
```
### NeoBundle
```
NeoBundle 'Quramy/vim-js-pretty-template'
```
then run the following in Vim:
```
:source %
:NeoBundleInstall
```
### Pathogen
Run the following in a terminal:
```
cd ~/.vim/bundle
git clone https://github.com/Quramy/vim-js-pretty-template
``` |
| |
script versions (upload new version)
Click on the package to download.
ip used for rating: 216.73.216.28
|