Lines Matching refs:v

38 syn match tcshError contained '\v\S.+'
42 syn match tcshCommands '\v[a-zA-Z0-9\\./_$:-]+' contains=tcshSpecial,tcshUsrVar,tcshArgv,tcshVarErr…
50 syn region tcshStatementEnd transparent contained matchgroup=tcshBuiltin start='' end='\v\\@<!(;|\|…
65 syn match tcshAliCmd contained nextgroup=tcshAliEnd skipwhite '\v(\w|-)+' contains=tcshAliases
70 syn region tcshIfEnd contained start='\S' skip='\\$' matchgroup=tcshBuiltin end='\v<then>|$' conta…
71 …matchgroup=tcshBuiltin contains=@tcshConditions,tcshSpecial start='(' end='\v\)%(\s+then>)?' skipw…
72 …ned matchgroup=tcshBuiltin contains=tcshCommands,tcshSpecial start='\v\{\s+' end='\v\s+\}%(\s+then…
82 …Subst contained contains=tcshCommands matchgroup=tcshBuiltin start='\v\{\s+' end='\v\s+\}' keepend
124 syn match tcshExprStart '\v\@\s+' nextgroup=tcshExprVar
125 syn match tcshExprVar contained '\v\h\w*%(\[\d+\])?' contains=tcshShellVar,tcshEnvVar nextgroup=tcs…
127 syn match tcshExprOp contained '\v\s*\=' nextgroup=tcshExprEnd
128 syn match tcshExprEnd contained '\v.*$'hs=e+1 contains=@tcshConditions
129 syn match tcshExprEnd contained '\v.{-};'hs=e contains=@tcshConditions
133 syn match tcshComment '\v#($|\S.*)' contains=tcshTodo,tcshCommentTi
135 syn match tcshCommentTi contained '\v#\s*\u\w*(\s+\u\w*)*:'hs=s+1 contains=tcshTodo
136 syn match tcshTodo contained '\v\c<todo>'
145 syn region tcshSQuote keepend contained start="\v\\@<!'" end="'"
146 …syn region tcshDQuote keepend contained start='\v\\@<!"' end='"' contains=@tcshVarList,tcshSpecial…
147 syn region tcshBQuote keepend start='\v\\@<!`' end='`' contains=@tcshStatements
149 syn region tcshSQuote contained start="\v\\@<!'" skip="\v\\\\|\\'" end="'"
150 … syn region tcshDQuote contained start='\v\\@<!"' end='"' contains=@tcshVarList,tcshSpecial,@Spell
151 …syn region tcshBQuote keepend matchgroup=tcshBQuoteGrp start='\v\\@<!`' skip='\v\\\\|\\`' end='`' …
157 syn match tcshVarError '\v\$\S*' contained
160 syn match tcshUsrVar contained '\v\$\h\w*%(\[\d+%(-\d+)?\])?' nextgroup=@tcshModifiers contains=tcs…
161 syn match tcshArgv contained '\v\$%(\d+|\*)' nextgroup=@tcshModifiers
164 syn match tcshUsrVar contained '\v\$\{\h\w*%(\[\d+%(-\d+)?\])?%(:\S*)?\}' contains=@tcshModifiers,t…
165 syn match tcshArgv contained '\v\$\{%(\d+|\*)%(:\S*)?\}' contains=@tcshModifiers
168 syn match tcshSubst contained '\v\$[?#$!_<]' nextgroup=tcshModifierError
169 syn match tcshSubst contained '\v\$[%#?]%(\h\w*|\d+)' nextgroup=tcshModifierError contains=tcshShel…
170 syn match tcshSubst contained '\v\$\{[%#?]%(\h\w*|\d+)%(:\S*)?\}' contains=tcshModifierError contai…
173 syn match tcshModifierError contained '\v:\S*'
174 syn match tcshModifier contained '\v:[ag]?[htreuls&qx]' nextgroup=@tcshModifiers
178 syn match tcshRedir contained '\v\<|\>\>?\&?!?'
181 syn match tcshMeta contained '\v[]{}*?[]'
184 syn region tcshHereDoc contained matchgroup=tcshShellVar start='\v\<\<\s*\z(\h\w*)' end='^\z1$' con…
185 …Doc contained matchgroup=tcshShellVar start="\v\<\<\s*'\z(\h\w*)'" start='\v\<\<\s*"\z(\h\w*)"$' s…
192 syn match tcshNumber contained '\v<-?\d+>'
195 syn match tcshArgument contained '\v\s@<=-(\w|-)*'
198 "syn match tcshSpecial contained '\v\\@<!\\(\d{3}|.)'
199 syn match tcshSpecial contained '\v\\%([0-7]{3}|.)'