Lines Matching refs:z

43 syn match helpVim		"\<Vim version [0-9][0-9.a-z]*"
45 syn match helpOption "'[a-z]\{2,\}'"
48 syn match helpCommand "\(^\|[^a-z"[]\)\zs`[^`]\+`\ze\([^a-z\t."']\|$\)"hs=s+1,he=e-1 contains=help…
70 syn match helpSpecial "\s\[[-a-z^A-Z0-9_]\{2,}]"ms=s+1
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].*"