Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/akz92/vim-ionic2
- Owner: akz92
- Created: 2016-10-25T12:21:51.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-25T10:59:39.000Z (over 7 years ago)
- Last Synced: 2024-07-02T16:43:03.182Z (5 months ago)
- Topics: ionic2, syntax-highlighting, vim
- Language: Vim script
- Size: 6.84 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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"
```