An open API service indexing awesome lists of open source software.

https://github.com/c-cube/vim-tptp

Vim syntax file for the TPTP logic format (http://www.cs.miami.edu/~tptp/)
https://github.com/c-cube/vim-tptp

Last synced: 4 months ago
JSON representation

Vim syntax file for the TPTP logic format (http://www.cs.miami.edu/~tptp/)

Awesome Lists containing this project

README

        

# vim-tptp

Vim syntax file for the TPTP logic format (http://www.cs.miami.edu/~tptp/).

It's really basic but provides basic coloration for keywords and variables.

## Installation

Copy the files into `~/.vim`

or, with vundle:

```vim
Plugin 'c-cube/vim-tptp'
```