2017-10-02 23:05:17 -04:00
|
|
|
# ats-vim
|
|
|
|
|
2017-11-05 11:41:12 -05:00
|
|
|
[![Build Status](https://travis-ci.org/vmchale/ats-vim.svg?branch=master)](https://travis-ci.org/vmchale/ats-vim)
|
|
|
|
|
2017-12-23 16:08:43 -05:00
|
|
|
This provides detection and syntax highlighting for ATS. It can also optionally
|
|
|
|
format output with [ats-format](https://github.com/vmchale/ats-format/).
|
2017-10-02 23:05:17 -04:00
|
|
|
|
|
|
|
## Installation
|
|
|
|
|
2017-12-23 16:08:43 -05:00
|
|
|
Using [vim-plg](https://github.com/junegunn/vim-plug):
|
|
|
|
|
2017-10-02 23:05:17 -04:00
|
|
|
```vim
|
|
|
|
Plug 'vmchale/ats-vim'
|
|
|
|
```
|
2017-12-25 11:31:59 -05:00
|
|
|
|
|
|
|
## Screenshots
|
|
|
|
|
|
|
|
<img width=60% alt="Screenshot of syntastic error highlighting" src=https://github.com/vmchale/ats-vim/raw/master/screenshot.png>
|