vim-patch:5be4ceecea55

Update runtime files.
5be4ceecea
This commit is contained in:
Jan Edmund Lazo
2021-04-22 23:08:48 -04:00
parent 766a107839
commit b1fed1ada9
23 changed files with 109 additions and 66 deletions

View File

@@ -1,7 +1,7 @@
" Vim syntax file
" Language: Jargon File
" Maintainer: <rms@poczta.onet.pl>
" Last Change: 2001 May 26
" Maintainer: Dan Church (https://github.com/h3xx)
" Last Change: 2019 Sep 27
"
" quit when a syntax file was already loaded
if exists("b:current_syntax")
@@ -11,7 +11,7 @@ endif
syn match jargonChaptTitle /:[^:]*:/
syn match jargonEmailAddr /[^<@ ^I]*@[^ ^I>]*/
syn match jargonUrl +\(http\|ftp\)://[^\t )"]*+
syn match jargonMark /{[^}]*}/
syn region jargonMark start="{" end="}"
" Define the default highlighting.
" Only when an item doesn't have highlighting yet