| /vim-8.2.3635/runtime/syntax/ |
| H A D | scala.vim | 60 syn match scalaSymbol /'[_A-Za-z0-9$]\+/ 84 syn match scalaInstanceDeclaration /\<[_\.A-Za-z0-9$]\+\>/ contained nextgroup=scalaInstanceHash 93 syn match scalaCapitalWord /\<[A-Z][A-Za-z0-9$]*\>/ 115 syn match scalaTypeDeclaration /\<[_\.A-Za-z0-9$]\+\>/ contained nextgroup=scalaTypeExtension skipw… 122 syn match scalaTypeAnnotation /)\_s*:\_s*\ze[_=(\.A-Za-z0-9$]\+/ skipwhite nextgroup=scalaTypeDecla… 125 syn match scalaCaseFollowing /\<[_\.A-Za-z0-9$]\+\>/ contained contains=scalaCapitalWord 159 syn match scalaFInterpolation /\$[a-zA-Z0-9_$]\+\(%[-A-Za-z0-9\.]\+\)\?/ contained 185 syn match scalaTypeAnnotationParameter /@\<[`_A-Za-z0-9$]\+\>/ contained 192 syn match scalaCommentAnnotation "@[_A-Za-z0-9$]\+" contained 194 syn match scalaParamAnnotationValue /[.`_A-Za-z0-9$]\+/ contained [all …]
|
| H A D | esmtprc.vim | 18 syntax match esmtprcAddress /[a-z0-9_.-]*[a-z0-9]\+@[a-z0-9_.-]*[a-z0-9]\+\.[a-z]\+/ 19 syntax match esmtprcFulladd /[a-z0-9_.-]*[a-z0-9]\+\.[a-z]\+:[0-9]\+/
|
| H A D | make.vim | 41 syn match makeConfig "@[A-Za-z0-9_]\+@" 44 syn match makeImplicit "^\.[A-Za-z0-9_./\t -]\+\s*:$"me=e-1 45 syn match makeImplicit "^\.[A-Za-z0-9_./\t -]\+\s*:[^=]"me=e-2 48 \ start="^[~A-Za-z0-9_./$()%-][A-Za-z0-9_./\t $()%-]*:\{1,2}[^:=]"rs=e-1 52 syn match makeTarget "^[~A-Za-z0-9_./$()%*@-][A-Za-z0-9_./\t $()%*@-]*::\=\s*$" 108 syn sync match makeCommandSync groupthere makeCommands "^[A-Za-z0-9_./$()%-][A-Za-z0-9_./\t $()%-]*… 109 syn sync match makeCommandSync groupthere makeCommands "^[A-Za-z0-9_./$()%-][A-Za-z0-9_./\t $()%-]*…
|
| H A D | natural.vim | 77 syn match naturalFunction "\<[a-z][-_a-z0-9]*\>" 80 syn match naturalObjName "\<[a-z][-_a-z0-9]\{,7}\>" 83 syn match naturalLabel "\<[+#a-z][-_#a-z0-9]*\." 84 syn match naturalRef "\<[+#a-z][-_#a-z0-9]*\>\.\<[+#a-z][*]\=[-_#a-z0-9]*\>" 88 syn match naturalMark "\<\*[a-z][-_#.a-z0-9]*\>" 91 syn match naturalSysVar "\<\*[a-z][-a-z0-9]*\>" 109 syn match naturalAttribute "\<[-a-z][a-z]=[-a-z0-9_\.,]\+\>" 134 syn match naturalIdent "\<[+#a-z][-_#a-z0-9]*\>[^\.']"me=e-1 135 syn match naturalIdent "\<[+#a-z][-_#a-z0-9]*$" 136 syn match naturalLegalIdent "[+#a-z][-_#a-z0-9]*/[-_#a-z0-9]*"
|
| H A D | flexwiki.vim | 23 …lexwikiWord /\%(_\?\([A-Z]\{2,}[a-z0-9]\+[A-Za-z0-9]*\)\|\([A-Z][a-z0-9]\+[A-Za-z0-9]*[A-… 29 …|ftp\|gopher\|telnet\|file\|notes\|ms-help\):\(\(\(//\)\|\(\\\\\)\)\+[A-Za-z0-9:#@%/;$~_?+-=.&\-\\…
|
| H A D | gitconfig.vim | 15 syn match gitconfigSection "\%(^\s*\)\@<=\[[a-z0-9.-]\+\]" 16 syn match gitconfigSection '\%(^\s*\)\@<=\[[a-z0-9.-]\+ \+\"\%([^\\"]\|\\.\)*"\]' 17 syn match gitconfigVariable "\%(^\s*\)\@<=\a[a-z0-9-]*\%(\s*\%([=#;]\|$\)\)\@=" nextgroup=gitconf…
|
| H A D | hb.vim | 30 …unt\)\|auth\s*\.\s*\(chk\|add\|find\|user\)\|math\s*\.\s*exp\)\s*\([^.A-Za-z0-9]\|$\)" contains=HB… 32 syn match HBhtmlTagN contained "[A-Za-z0-9\/\-]\+" 34 syn match HBhtmlTagB contained "<\s*[A-Za-z0-9\/\-]\+\(\s*\.\s*[A-Za-z0-9\/\-]\+\)*" contains=H…
|
| H A D | vrml.vim | 45 syn match VRMLFields "\<[A-Za-z_][A-Za-z0-9_]*\>" contains=VRMLComment,VRMLProtos,VRMLfTyp… 46 …n match VRMLFields "\<[A-Za-z_][A-Za-z0-9_]*\>\(,\|\s\)*\(#.*$\)*\<IS\>\(#.*$\)*\(,\|\s\)*\<[A-… 47 " syn region VRMLFields start="\<[A-Za-z_][A-Za-z0-9_]*\>" end=+\(,\|#\|\s\)+me=e-1 contains=VRML… 151 syn match VRMLNodes "[A-Za-z_][A-Za-z0-9_]*\(,\|\s\)*{"me=e-1 184 syn region VRMLInstName start="DEF\>"hs=e+1 skip="DEF\(,\|\s\)*" end="[A-Za-z0-9_]\(\s\|$\|,\)"m… 185 syn region VRMLInstName start="USE\>"hs=e+1 skip="USE\(,\|\s\)*" end="[A-Za-z0-9_]\(\s\|$\|,\)"m…
|
| H A D | foxpro.vim | 22 syn match foxproCBConst "\<[c][A-Z][A-Za-z0-9_]*\>" 24 syn match foxproCBField "\<[a-z0-9]*\.[A-Za-z0-9_]*\>" 26 syn match foxproCBField "\<[A-Za-z0-9]*\.[acndlm][A-Z][A-Za-z0-9]*\>" 27 syn match foxproCBWin "\<w[rbcm][A-Z][A-Za-z0-9_]*\>" 32 syn match foxproCBObject "\<box[A-Z][A-Za-z0-9_]*\>" 33 syn match foxproCBObject "\<fld[A-Z][A-Za-z0-9_]*\>" 34 syn match foxproCBObject "\<txt[A-Z][A-Za-z0-9_]*\>" 35 syn match foxproCBObject "\<phb[A-Z][A-Za-z0-9_]*\>" 36 syn match foxproCBObject "\<rdo[A-Z][A-Za-z0-9_]*\>" 37 syn match foxproCBObject "\<chk[A-Z][A-Za-z0-9_]*\>" [all …]
|
| H A D | voscm.vim | 21 syn match voscmLabelId contained "\<[A-Za-z][A-Z_a-z0-9]* *$" 24 syn match voscmVariable contained "\<[A-Za-z][A-Z_a-z0-9]\+\>" 46 syn match voscmIdentifier "&[A-Za-z][a-z0-9_A-Z]*&" 62 "syn match voscmIdentifier "[A-Za-z0-9&._-]\+"
|
| H A D | scilab.vim | 61 syn match scilabIdentifier "\<[A-Za-z?!_#$][A-Za-z0-9?!_#$]*\>" 62 syn match scilabOverload "%[A-Za-z0-9?!_#$]\+_[A-Za-z0-9?!_#$]\+"
|
| H A D | jargon.vim | 13 syn match jargonEmailAddr /[+._A-Za-z0-9-]\+@[+._A-Za-z0-9-]\+/
|
| H A D | z8a.vim | 24 syn match z8aIdentifier "[a-z_][a-z0-9_]*" 36 syn match z8aLabel "[a-z_][a-z0-9_]*:" 37 syn match z8aSpecialLabel "[a-z_][a-z0-9_]*::"
|
| H A D | mail.vim | 61 …opher)://|(mailto|file|news):)[^' <>"]+|(www|web|w3)[a-z0-9_-]*\.[a-z0-9._-]+\.[^' <>"]+)[a-z0-9… 62 syn match mailEmail contains=@NoSpell "\v[_=a-z\./+0-9-]+\@[a-z0-9._-]+\a{2}"
|
| H A D | pccts.vim | 35 syn region pcctsRule start="\<[a-z][A-Za-z0-9_]*\>\(\s*\[[^]]*\]\)\=\(\s*>\s*\[[^]]*\]\)\=\s*:" end… 64 syn sync match pcctsSyncRule grouphere pcctsRule "\<[a-z][A-Za-z0-9_]*\>\s*\[[^]]*\]\s*:" 65 syn sync match pcctsSyncRule grouphere pcctsRule "\<[a-z][A-Za-z0-9_]*\>\(\s*\[[^]]*\]\)\=\s*>\s*\[…
|
| H A D | java.vim | 209 …at\|double\|\([A-Za-z_][A-Za-z0-9_$]*\.\)*[A-Z][A-Za-z0-9_$]*\)\(<[^>]*>\)\=\(\[\]\)*\s\+[a-z][A-Z… 210 …t\|double\|\([A-Za-z_][A-Za-z0-9_$]*\.\)*[A-Z][A-Za-z0-9_$]*\)\(<[^(){}]*>\)\=\(\[\]\)*\s\+[a-z][A…
|
| H A D | man.vim | 26 syn match manOptionDesc "^\s*[+-][a-z0-9]\S*" 27 syn match manLongOptionDesc "^\s*--[a-z0-9-]\S*"
|
| H A D | changelog.vim | 35 syn match changelogMail contained "<[A-Za-z0-9\._:+-]\+@[A-Za-z0-9\._-]\+>"
|
| H A D | crontab.vim | 28 syntax match crontabMnth "\s[-a-z0-9/,.*]\+" nextgroup=crontabDow skipwhite contained 31 syntax match crontabDow "\s[-a-z0-9/,.*]\+" nextgroup=crontabCmd skipwhite contained
|
| H A D | rtf.vim | 39 syn match rtfCharacter "\\'[A-Za-z0-9][A-Za-z0-9]"
|
| H A D | conaryrecipe.vim | 99 syn match conaryArch "Arch\.[a-z0-9A-Z]\+" contains=conaryArches,conarySubArches 100 syn match conaryArch "Arch\.[a-z0-9A-Z]\+" contains=conaryArches,conarySubArches 109 syn match conaryUse "Use\.[a-z0-9A-Z]\+" contains=conaryUseFlag
|
| H A D | mmix.vim | 33 syn match mmixIdentifier "[a-z_][a-z0-9_]*" 36 syn match mmixLabel "^[a-z0-9_:][a-z0-9_]*"
|
| H A D | st.vim | 48 syn match stSymbol "\(#\<[a-z_][a-z0-9_]*\>\)" 52 syn match stBlockVariable "\(:[ \t]*\<[a-z_][a-z0-9_]*\>[ \t]*\)\+|" contained
|
| H A D | mix.vim | 28 syn match mixIdentifier "[a-z0-9_]\+" contained 36 syn match mixLabel "^[a-z0-9_]\{,10\}\s\+" nextgroup=mixAlfSpecial,mixOpcode,mixDirective
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | rubycomplete.vim | 177 …let fstr = '=\s*\([^ \t]\+.' . ctors .'\>\|[\[{"''/]\|%[xwQqr][(\[{@]\|[A-Za-z0-9@:\-()\.]\+...\?\… 449 re = eval( "/^\s*%s\s*([A-Za-z0-9_:-]*)(\s*<\s*([A-Za-z0-9_:-]*))?\s*/" % type ) 780 when /^\(?\s*[A-Za-z0-9:^@.%\/+*\(\)]+\.\.\.?[A-Za-z0-9:^@.%\/+*\(\)]+\s*\)?\.([^.]*)/ 795 found = /^\s*class\s*([A-Za-z0-9_-]*)(\s*<\s*([A-Za-z0-9_:-]*))?\s*\n$/.match( classdef )
|