screenshot
This commit is contained in:
parent
7348380f2a
commit
d53ff7ee34
1 changed files with 4 additions and 2 deletions
|
@ -2,8 +2,6 @@
|
||||||
|
|
||||||
[![Build Status](https://travis-ci.org/vmchale/ats-vim.svg?branch=master)](https://travis-ci.org/vmchale/ats-vim)
|
[![Build Status](https://travis-ci.org/vmchale/ats-vim.svg?branch=master)](https://travis-ci.org/vmchale/ats-vim)
|
||||||
|
|
||||||
<img width=60% alt="Screenshot of syntastic error highlighting" src=https://github.com/vmchale/ats-vim/raw/master/screenshot.png>
|
|
||||||
|
|
||||||
This provides detection and syntax highlighting for ATS. It can also optionally
|
This provides detection and syntax highlighting for ATS. It can also optionally
|
||||||
format output with [ats-format](https://github.com/vmchale/ats-format/).
|
format output with [ats-format](https://github.com/vmchale/ats-format/).
|
||||||
|
|
||||||
|
@ -14,3 +12,7 @@ Using [vim-plg](https://github.com/junegunn/vim-plug):
|
||||||
```vim
|
```vim
|
||||||
Plug 'vmchale/ats-vim'
|
Plug 'vmchale/ats-vim'
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Screenshots
|
||||||
|
|
||||||
|
<img width=60% alt="Screenshot of syntastic error highlighting" src=https://github.com/vmchale/ats-vim/raw/master/screenshot.png>
|
||||||
|
|
Loading…
Reference in a new issue