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/)
- Host: GitHub
- URL: https://github.com/c-cube/vim-tptp
- Owner: c-cube
- License: mit
- Created: 2015-01-14T08:23:31.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-05-12T08:53:06.000Z (about 8 years ago)
- Last Synced: 2025-03-07T01:45:11.516Z (4 months ago)
- Language: Vim script
- Size: 5.86 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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'
```