Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/akz92/vim-ionic2

Ionic 2 syntax highlight for Vim
https://github.com/akz92/vim-ionic2

ionic2 syntax-highlighting vim

Last synced: about 1 month ago
JSON representation

Ionic 2 syntax highlight for Vim

Awesome Lists containing this project

README

        

# Ionic 2 syntax highlight for Vim

Vim plugin that adds syntax highlighting for Ionic 2's html tags and attributes

## Installing

### Using [vim-plug](https://github.com/junegunn/vim-plug)

Add the following to your **~/.vimrc** file:

```vim
Plug "akz92/vim-ionic2"
```