Mercurial > vim
view runtime/syntax/groff.vim @ 34660:765427c81d05
runtime(debcontrol): add Static-Built-Using field (#14306)
Commit: https://github.com/vim/vim/commit/677cd956810e685e820a5ade5aa6c29be5044e9b
Author: Guilherme Puida <guilherme@puida.xyz>
Date: Thu Mar 28 05:56:50 2024 -0300
runtime(debcontrol): add Static-Built-Using field (https://github.com/vim/vim/issues/14306)
Signed-off-by: Guilherme Puida <guilherme@puida.xyz>
Signed-off-by: James McCoy <jamessan@jamessan.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Thu, 28 Mar 2024 10:00:10 +0100 |
parents | 4ab4ef0c48b1 |
children |
line wrap: on
line source
" VIM syntax file " Language: groff " Maintainer: John Marshall <jmarshall@hey.com> " Previous Maintainer: Pedro Alejandro López-Valencia <palopezv@gmail.com> " 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