ats-vim icon indicating copy to clipboard operation
ats-vim copied to clipboard

Vim plugin for ATS

Results 4 ats-vim issues
Sort by recently updated
recently updated
newest added

I noticed that the current command invocation was creating `*_dats.c` and `*_sats.c` files in my Vim's current working directory, despite the `-cleanaft` flag. Adding the `-tcats` file avoids generating the...

This PR adds support for additional ATS syntax and keywords to the `syntax/ats.vim` file, and adds an `example.dats` file which includes different syntax examples and keywords. I've grouped the changes...

This adds support for automatically entering a leading `*` character when typing multiline `/* */` and `(* *)` comments, similarly to how `c.vim` does it.

We want automatic formatter to be silent. If it has an issue with the code, it can either silently fix it or ignore; it is the job of Syntastic to...