Searched +refs:grep +refs:highlight +refs:matches (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/vim-53/runtime/syntax/
H A Dspec.vim35 "matches with no highlight
65 syn keyword specCommand contained make xmkmf mkdir chmod ln find sed rm strip moc echo grep ls rm mv mkdir install cp pwd cat tail then else elif cd gzip rmdir ln eval export touch
H A Dperl.vim76 syn match perlStatementList "\<\%(splice\|unshift\|shift\|push\|pop\|join\|reverse\|grep\|map\|sort\|unpack\)\>"
98 syn region perlStatementIndirObjWrap matchgroup=perlStatementIndirObj start="\<\%(map\|grep\|sort\|print\|system\|exec\)\>\s*{" end="}" contains=@perlTop,perlGenericBlock
119 " These variables are not recognized within matches.
121 " This variable is not recognized within matches delimited by m//.
127 " To not highlight packages in variables as a scope reference - i.e. in
169 " Special characters in strings and matches
200 " These items are interpolated inside m// matches and s/// substitutions.
202 " These items are interpolated inside m## matches and s### substitutions.
231 " Simple version of searches and matches
H A Dperl6.vim23 " * Make these highlight as strings, not operators:
76 " priority than matches/regions, so the words can't be autoquoted with
219 \ "eager hyper substr index rindex grep map sort join lines hints chmod",
245 " we want to highlight builtins like split() though, so this comes afterwards
525 " matches :key, :!key, :$var, :key<var>, etc
540 " in all cases. For now, it matches if any of the following is true:
548 " It never matches when:
670 " highlight embedded PIR code
997 " Thus must come after the matches for the "$" regex anchor, but before
H A Dvim.vim21 syn keyword vimCommand contained al[l] argg[lobal] bad[d] bl[ast] bp[revious] br[ewind] bun[load] caddf[ile] ccl[ose] cfir[st] changes cl[ist] cN[ext] comc[lear] co[py] cuna[bbrev] delf[unction] diffpu[t] di[splay] dsp[lit] e[dit] endfo[r] ene[w] files fini[sh] foldc[lose] for grepa[dd] iabc[lear] imapc[lear] j[oin] keepj[umps] laddf[ile] lb[uffer] le[ft] lfir[st] lgr[ep] lla[st] lnew[er] lNf[ile] lol[der] lr[ewind] luado lw[indow] mat[ch] mksp[ell] m[ove] nb[key] N[ext] ol[dfiles] opt[ions] perld[o] pp[op] P[rint] promptr[epl] ptj[ump] ptp[revious] pw[d] q[uit] redi[r] reg[isters] rew[ind] rubyd[o] rv[iminfo] sav[eas] sbm[odified] sbr[ewind] se[t] sf[ind] sil[ent] sm[agic] sn[ext] snoreme spelld[ump] spellu[ndo] sre[wind] startr[eplace] sts[elect] sus[pend] tab tabf[ind] tabnew tabp[revious] tags te[aroff] tl[ast] tN[ext] try una[bbreviate] unh[ide] verb[ose] vim[grep] vne[w] winc[md] wn[ext] wqa[ll] wv[iminfo] xmapc[lear] XMLns xunmenu
27 syn keyword vimOption contained acd ambiwidth arabicshape autowriteall backupdir bdlay binary breakat bufhidden cd ci cinw co commentstring confirm cpoptions cscopetag csto cwh dg dip eadirection ek equalprg ex fdi fen fileencodings flp foldexpr foldnestmax fp gfm grepformat guifontwide helpheight highlight hlg im imi incsearch infercase isk keymap langmenu linespace loadplugins macatsui maxcombine mef mls modelines mousehide mp nu omnifunc paragraphs penc pm printdevice printoptions quoteescape restorescreen rnu rulerformat scr sect sft shellredir shm showmode sj smd spell splitbelow ssl stl sw sxq tabpagemax tags tbis terse thesaurus titleold toolbariconsize tsr ttyfast tx undofile ut verbosefile virtualedit wb wfw wildcharm winaltkeys winminwidth wmnu write
157 " Functions : Tag is provided for those who wish to highlight tagged functions {{{2
202 syn keyword vimUserAttrbCmplt contained augroup buffer command dir environment event expression file function help highlight mapping menu option shellcmd something tag tag_listfiles var
222 " Try to catch strings, if nothing else matches (therefore it must precede the others!)
/macosx-10.9.5/vim-53/runtime/
H A Doptwin.vim404 call append("$", "highlight\twhich highlighting to use for various occasions")
406 call append("$", "hlsearch\thighlight all matches for the last used search pattern")
415 call append("$", "colorcolumn\tcolumns to highlight")
1046 call append("$", "wildmenu\tcommand-line completion shows a list of matches")
1103 call append("$", "grepprg\tprogram used for the \":grep\" command")

Completed in 91 milliseconds