This is a syntax plugin for troff files. At the moment it is focused on groff but will eventually support heirloom, neatroff, and DWB.
None at the moment
Install this plugin with your favorite plugin manager
vim-plugged
Plug 'Gavinok/vim-troff'
The following extensions will automatically be set to troff
- *.ms
- *.mom
- *.me
- *.mm
- *.tr
- *.troff
If you are using an unsupported extension ether set the file type manually using
setfiletype troff
add an autocommand to your vimrc like this:
autocmd! BufRead,BufNewFile *.yourextension setlocal filetype=troff
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
- Gavin Jaeger-Freeborn - Initial work - Gavinok
See also the list of contributors who participated in this project.
Copyright (c) Gavin Jaeger-Freeborn. Distributed under the same terms as Vim itself. See :help license.
None at the moment