comparison runtime/syntax/rst.vim @ 3750:536aa8b0c934

Update runtime files.
author Bram Moolenaar <bram@vim.org>
date Wed, 15 Aug 2012 17:43:31 +0200
parents 4a1bcdd9ea55
children c53344bacabf
comparison
equal deleted inserted replaced
3749:270bb87555db 3750:536aa8b0c934
1 " Vim syntax file 1 " Vim syntax file
2 " Language: reStructuredText documentation format 2 " Language: reStructuredText documentation format
3 " Maintainer: Nikolai Weibull <now@bitwi.se> 3 " Maintainer: Nikolai Weibull <now@bitwi.se>
4 " Latest Revision: 2010-01-23 4 " Latest Revision: 2012-08-05
5 5
6 if exists("b:current_syntax") 6 if exists("b:current_syntax")
7 finish 7 finish
8 endif 8 endif
9 9
139 " though. 139 " though.
140 syn sync minlines=50 linebreaks=1 140 syn sync minlines=50 linebreaks=1
141 141
142 hi def link rstTodo Todo 142 hi def link rstTodo Todo
143 hi def link rstComment Comment 143 hi def link rstComment Comment
144 hi def link rstSections Type 144 hi def link rstSections Title
145 hi def link rstTransition Type 145 hi def link rstTransition rstSections
146 hi def link rstLiteralBlock String 146 hi def link rstLiteralBlock String
147 hi def link rstQuotedLiteralBlock String 147 hi def link rstQuotedLiteralBlock String
148 hi def link rstDoctestBlock PreProc 148 hi def link rstDoctestBlock PreProc
149 hi def link rstTableLines rstDelimiter 149 hi def link rstTableLines rstDelimiter
150 hi def link rstSimpleTableLines rstTableLines 150 hi def link rstSimpleTableLines rstTableLines