sponsor Vim development Vim logo Vim Book Ad

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
```
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
vim-js-pretty-template-0.1.0.zip 0.1.0 2015-07-13 7.0 Yosuke Kurami Initial upload
ip used for rating: 216.73.216.28

Questions about Vim should go to the maillist. Help Uganda.     Vim at Github