Mercurial > vim
view runtime/syntax/groff.vim @ 22813:3b2899c150d3
Added tag v8.2.1954 for changeset 1ef3b04875ffbb5f20bbe616a94de2da022a1884
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Wed, 04 Nov 2020 18:15:04 +0100 |
parents | 5b7ea82bc18f |
children | 4ab4ef0c48b1 |
line wrap: on
line source
" VIM syntax file " Language: groff " Maintainer: Alejandro López-Valencia <dradul@yahoo.com> " URL: http://dradul.tripod.com/vim " Last Change: 2003-05-08-12:41:13 GMT-5. " This uses the nroff.vim syntax file. let b:main_syntax = "nroff" let b:nroff_is_groff = 1 runtime! syntax/nroff.vim