18 lines
534 B
Markdown
18 lines
534 B
Markdown
# ats-vim
|
|
|
|
[![Build Status](https://travis-ci.org/vmchale/ats-vim.svg?branch=master)](https://travis-ci.org/vmchale/ats-vim)
|
|
|
|
This provides detection and syntax highlighting for ATS. It can also optionally
|
|
format output with [ats-format](https://github.com/vmchale/ats-format/).
|
|
|
|
## Installation
|
|
|
|
Using [vim-plg](https://github.com/junegunn/vim-plug):
|
|
|
|
```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>
|