view runtime/syntax/groff.vim @ 23429:de278e062eb6

Added tag v8.2.2257 for changeset 5807e3958e3898e21dced2fae52a15c9aa00ef57
author Bram Moolenaar <Bram@vim.org>
date Thu, 31 Dec 2020 21:30: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