Lines Matching refs:match

14 syn match helpHeadline		"^[-A-Z .][-A-Z0-9 .()_]*\ze\(\s\+\*\|$\)"
15 syn match helpSectionDelim "^===.*===$"
16 syn match helpSectionDelim "^---.*--$"
23 syn match helpHyperTextJump "\\\@<!|[^"*|]\+|" contains=helpBar
24 syn match helpHyperTextEntry "\*[^"*|]\+\*\s"he=e-1 contains=helpStar
25 syn match helpHyperTextEntry "\*[^"*|]\+\*$" contains=helpStar
27 syn match helpHyperTextJump "\\\@<!|[#-)!+-~]\+|" contains=helpBar
28 syn match helpHyperTextEntry "\*[#-)!+-~]\+\*\s"he=e-1 contains=helpStar
29 syn match helpHyperTextEntry "\*[#-)!+-~]\+\*$" contains=helpStar
32 syn match helpBar contained "|" conceal
33 syn match helpBacktick contained "`" conceal
34 syn match helpStar contained "\*" conceal
36 syn match helpBar contained "|"
37 syn match helpBacktick contained "`"
38 syn match helpStar contained "\*"
40 syn match helpNormal "|.*====*|"
41 syn match helpNormal "|||"
42 syn match helpNormal ":|vim:|" " for :help modeline
43 syn match helpVim "\<Vim version [0-9][0-9.a-z]*"
44 syn match helpVim "VIM REFERENCE.*"
45 syn match helpOption "'[a-z]\{2,\}'"
46 syn match helpOption "'t_..'"
47 syn match helpCommand "`[^` \t]\+`"hs=s+1,he=e-1 contains=helpBacktick
48 syn match helpCommand "\(^\|[^a-z"[]\)\zs`[^`]\+`\ze\([^a-z\t."']\|$\)"hs=s+1,he=e-1 contains=help…
49 syn match helpHeader "\s*\zs.\{-}\ze\s\=\~$" nextgroup=helpIgnore
50 syn match helpGraphic ".* \ze`$" nextgroup=helpIgnore
52 syn match helpIgnore "." contained conceal
54 syn match helpIgnore "." contained
59 syn match helpSpecial "\<N\>"
60 syn match helpSpecial "\<N\.$"me=e-1
61 syn match helpSpecial "\<N\.\s"me=e-2
62 syn match helpSpecial "(N\>"ms=s+1
64 syn match helpSpecial "\[N]"
66 syn match helpSpecial "N N"he=s+1
67 syn match helpSpecial "Nth"me=e-2
68 syn match helpSpecial "N-1"me=e-2
69 syn match helpSpecial "{[-a-zA-Z0-9'"*+/:%#=[\]<>.,]\+}"
70 syn match helpSpecial "\s\[[-a-z^A-Z0-9_]\{2,}]"ms=s+1
71 syn match helpSpecial "<[-a-zA-Z0-9_]\+>"
72 syn match helpSpecial "<[SCM]-.>"
73 syn match helpNormal "<---*>"
74 syn match helpSpecial "\[range]"
75 syn match helpSpecial "\[line]"
76 syn match helpSpecial "\[count]"
77 syn match helpSpecial "\[offset]"
78 syn match helpSpecial "\[cmd]"
79 syn match helpNormal "vim9\[cmd]"
80 syn match helpSpecial "\[num]"
81 syn match helpSpecial "\[+num]"
82 syn match helpSpecial "\[-num]"
83 syn match helpSpecial "\[+cmd]"
84 syn match helpSpecial "\[++opt]"
85 syn match helpSpecial "\[arg]"
86 syn match helpSpecial "\[arguments]"
87 syn match helpSpecial "\[ident]"
88 syn match helpSpecial "\[addr]"
89 syn match helpSpecial "\[group]"
91 syn match helpNormal "\[\(readonly\|fifo\|socket\|converted\|crypted\)]"
93 syn match helpSpecial "CTRL-."
94 syn match helpSpecial "CTRL-SHIFT-."
95 syn match helpSpecial "CTRL-Break"
96 syn match helpSpecial "CTRL-PageUp"
97 syn match helpSpecial "CTRL-PageDown"
98 syn match helpSpecial "CTRL-Insert"
99 syn match helpSpecial "CTRL-Del"
100 syn match helpSpecial "CTRL-{char}"
102 syn match helpLeadBlank "^\s\+" contained
105 syn match helpComment "\t[* ]Comment\t\+[a-z].*"
106 syn match helpConstant "\t[* ]Constant\t\+[a-z].*"
107 syn match helpString "\t[* ]String\t\+[a-z].*"
108 syn match helpCharacter "\t[* ]Character\t\+[a-z].*"
109 syn match helpNumber "\t[* ]Number\t\+[a-z].*"
110 syn match helpBoolean "\t[* ]Boolean\t\+[a-z].*"
111 syn match helpFloat "\t[* ]Float\t\+[a-z].*"
112 syn match helpIdentifier "\t[* ]Identifier\t\+[a-z].*"
113 syn match helpFunction "\t[* ]Function\t\+[a-z].*"
114 syn match helpStatement "\t[* ]Statement\t\+[a-z].*"
115 syn match helpConditional "\t[* ]Conditional\t\+[a-z].*"
116 syn match helpRepeat "\t[* ]Repeat\t\+[a-z].*"
117 syn match helpLabel "\t[* ]Label\t\+[a-z].*"
118 syn match helpOperator "\t[* ]Operator\t\+["a-z].*"
119 syn match helpKeyword "\t[* ]Keyword\t\+[a-z].*"
120 syn match helpException "\t[* ]Exception\t\+[a-z].*"
121 syn match helpPreProc "\t[* ]PreProc\t\+[a-z].*"
122 syn match helpInclude "\t[* ]Include\t\+[a-z].*"
123 syn match helpDefine "\t[* ]Define\t\+[a-z].*"
124 syn match helpMacro "\t[* ]Macro\t\+[a-z].*"
125 syn match helpPreCondit "\t[* ]PreCondit\t\+[a-z].*"
126 syn match helpType "\t[* ]Type\t\+[a-z].*"
127 syn match helpStorageClass "\t[* ]StorageClass\t\+[a-z].*"
128 syn match helpStructure "\t[* ]Structure\t\+[a-z].*"
129 syn match helpTypedef "\t[* ]Typedef\t\+[Aa-z].*"
130 syn match helpSpecial "\t[* ]Special\t\+[a-z].*"
131 syn match helpSpecialChar "\t[* ]SpecialChar\t\+[a-z].*"
132 syn match helpTag "\t[* ]Tag\t\+[a-z].*"
133 syn match helpDelimiter "\t[* ]Delimiter\t\+[a-z].*"
134 syn match helpSpecialComment "\t[* ]SpecialComment\t\+[a-z].*"
135 syn match helpDebug "\t[* ]Debug\t\+[a-z].*"
136 syn match helpUnderlined "\t[* ]Underlined\t\+[a-z].*"
137 syn match helpError "\t[* ]Error\t\+[a-z].*"
138 syn match helpTodo "\t[* ]Todo\t\+[a-z].*"
140 syn match helpURL `\v<(((https?|ftp|gopher)://|(mailto|file|news):)[^' <>"]+|(www|web|w3)[a-z0-9_-…
143 let s:i = match(expand("%"), '\.\a\ax$')
151 syn match helpSpecial "Nma"me=e-2
152 syn match helpSpecial "Nme"me=e-2
153 syn match helpSpecial "Nmi"me=e-2
154 syn match helpSpecial "Nmo"me=e-2
155 syn match helpSpecial "\[interv.]"