0
0
mirror of https://github.com/vim/vim.git synced 2025-10-10 06:24:10 -04:00

Update runtime files

This commit is contained in:
Bram Moolenaar
2019-01-01 15:32:17 +01:00
parent 6d5b4f566a
commit 4c05fa08c9
21 changed files with 136 additions and 95 deletions

View File

@@ -3,7 +3,7 @@
" Maintainer: Marshall Ward <marshall.ward@gmail.com>
" Previous Maintainer: Nikolai Weibull <now@bitwi.se>
" Website: https://github.com/marshallward/vim-restructuredtext
" Latest Revision: 2018-07-23
" Latest Revision: 2018-12-29
if exists("b:current_syntax")
finish
@@ -59,6 +59,7 @@ syn keyword rstTodo contained FIXME TODO XXX NOTE
execute 'syn region rstComment contained' .
\ ' start=/.*/'
\ ' skip=+^$+' .
\ ' end=/^\s\@!/ contains=rstTodo'
execute 'syn region rstFootnote contained matchgroup=rstDirective' .