sailfish/syntax/vim/README.md

20 lines
293 B
Markdown
Raw Permalink Normal View History

# Syntax Highlighting for Sailfish Templates in Vim
## Installation
### Using dein.vim
```
2022-02-19 00:47:00 -05:00
call dein#add('rust-sailfish/sailfish', {'rtp': 'syntax/vim'})
```
### Using vim-plug
```
2022-02-19 00:47:00 -05:00
Plug 'rust-sailfish/sailfish', { 'rtp': 'syntax/vim' }
```
## Screenshot
![Screenshot](./screenshot.png)