readme
This commit is contained in:
parent
dc9c3d98b1
commit
6201be4087
1 changed files with 4 additions and 1 deletions
|
@ -2,10 +2,13 @@
|
|||
|
||||
[![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 programs.
|
||||
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'
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue