comparison runtime/syntax/help.vim @ 10140:b11ceef7116e

commit https://github.com/vim/vim/commit/64d8e25bf6efe5f18b032563521c3ce278c316ab Author: Bram Moolenaar <Bram@vim.org> Date: Tue Sep 6 22:12:34 2016 +0200 Updated runtime files.
author Christian Brabandt <cb@256bit.org>
date Tue, 06 Sep 2016 22:15:08 +0200
parents b73f9ed65072
children 63b0b7b79b25
comparison
equal deleted inserted replaced
10139:e9dbe4cc7bc0 10140:b11ceef7116e
1 " Vim syntax file 1 " Vim syntax file
2 " Language: Vim help file 2 " Language: Vim help file
3 " Maintainer: Bram Moolenaar (Bram@vim.org) 3 " Maintainer: Bram Moolenaar (Bram@vim.org)
4 " Last Change: 2016 Apr 01 4 " Last Change: 2016 Sep 02
5 5
6 " Quit when a (custom) syntax file was already loaded 6 " Quit when a (custom) syntax file was already loaded
7 if exists("b:current_syntax") 7 if exists("b:current_syntax")
8 finish 8 finish
9 endif 9 endif
52 syn match helpIgnore "." contained conceal 52 syn match helpIgnore "." contained conceal
53 else 53 else
54 syn match helpIgnore "." contained 54 syn match helpIgnore "." contained
55 endif 55 endif
56 syn keyword helpNote note Note NOTE note: Note: NOTE: Notes Notes: 56 syn keyword helpNote note Note NOTE note: Note: NOTE: Notes Notes:
57 syn keyword helpWarning WARNING: Warning:
57 syn match helpSpecial "\<N\>" 58 syn match helpSpecial "\<N\>"
58 syn match helpSpecial "\<N\.$"me=e-1 59 syn match helpSpecial "\<N\.$"me=e-1
59 syn match helpSpecial "\<N\.\s"me=e-2 60 syn match helpSpecial "\<N\.\s"me=e-2
60 syn match helpSpecial "(N\>"ms=s+1 61 syn match helpSpecial "(N\>"ms=s+1
61 syn match helpSpecial "\[N]" 62 syn match helpSpecial "\[N]"
167 hi def link helpExample Comment 168 hi def link helpExample Comment
168 hi def link helpOption Type 169 hi def link helpOption Type
169 hi def link helpNotVi Special 170 hi def link helpNotVi Special
170 hi def link helpSpecial Special 171 hi def link helpSpecial Special
171 hi def link helpNote Todo 172 hi def link helpNote Todo
173 hi def link helpWarning Todo
172 174
173 hi def link helpComment Comment 175 hi def link helpComment Comment
174 hi def link helpConstant Constant 176 hi def link helpConstant Constant
175 hi def link helpString String 177 hi def link helpString String
176 hi def link helpCharacter Character 178 hi def link helpCharacter Character