view runtime/syntax/groff.vim @ 23425:a3c77a2e53b6

Added tag v8.2.2255 for changeset c0880eafe1628f225f11f6389dc49975e12a9639
author Bram Moolenaar <Bram@vim.org>
date Thu, 31 Dec 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