view runtime/syntax/groff.vim @ 9796:1f1ed7959860 v7.4.2173

commit https://github.com/vim/vim/commit/3321e9d8a36c91c62d8ba3d43430b5c213b87f8b Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 6 23:03:59 2016 +0200 patch 7.4.2173 Problem: Can't test help on MS-Windows. Solution: Skip the test.
author Christian Brabandt <cb@256bit.org>
date Sat, 06 Aug 2016 23:15:05 +0200
parents 3fc0f57ecb91
children 5b7ea82bc18f
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