blob: e97321cec0c52e2d2fe17f42416425d305624509 [file] [log] [blame]
Bram Moolenaar071d4272004-06-13 20:20:40 +00001" Vim syntax file
Bram Moolenaar5ed11532022-07-06 13:18:11 +01002" Language: Vim 9.0 script
Bram Moolenaar4f4d51a2020-10-11 13:57:40 +02003" Maintainer: Charles E. Campbell <NcampObell@SdrPchip.AorgM-NOSPAM>
Bram Moolenaarb7398fe2023-05-14 18:50:25 +01004" Last Change: May 09, 2023
dkearns35928ee2023-09-16 04:12:50 +10005" 2023 Sep 14 by Vim Project (all :loadkeymap variants)
dkearns9358b8d2023-11-12 05:06:01 +11006" 2023 Nov 12 by Vim Project (:let-heredoc improvements)
Bram Moolenaarb7398fe2023-05-14 18:50:25 +01007" Version: 9.0-25
Bram Moolenaar15142e22018-04-30 22:19:58 +02008" URL: http://www.drchip.org/astronaut/vim/index.html#SYNTAX_VIM
Bram Moolenaar071d4272004-06-13 20:20:40 +00009" Automatically generated keyword lists: {{{1
10
11" Quit when a syntax file was already loaded {{{2
12if exists("b:current_syntax")
13 finish
14endif
Bram Moolenaar113cb512021-11-07 20:27:04 +000015let s:keepcpo= &cpo
Bram Moolenaar6be7f872012-01-20 21:08:56 +010016set cpo&vim
Bram Moolenaar071d4272004-06-13 20:20:40 +000017
18" vimTodo: contains common special-notices for comments {{{2
19" Use the vimCommentGroup cluster to add your own.
Bram Moolenaare2719092015-01-10 15:09:25 +010020syn keyword vimTodo contained COMBAK FIXME TODO XXX
Bram Moolenaar217ad922005-03-20 22:37:15 +000021syn cluster vimCommentGroup contains=vimTodo,@Spell
Bram Moolenaar071d4272004-06-13 20:20:40 +000022
23" regular vim commands {{{2
Bram Moolenaarb7398fe2023-05-14 18:50:25 +010024syn keyword vimCommand contained a ar[gs] argl[ocal] bad[d] bn[ext] breakd[el] bw[ipeout] cabo[ve] cat[ch] ccl[ose] cfdo chd[ir] class cnf[ile] comc[lear] cp[revious] cstag debugg[reedy] delep dell diffg[et] dig[raphs] do dsp[lit] echoe[rr] em[enu] endfo[r] eval f[ile] fina[lly] foldd[oopen] gr[ep] helpc[lose] his[tory] ij[ump] inor j[oin] keepj[umps] lab[ove] lat lc[d] le[ft] lfir[st] lh[elpgrep] lmak[e] loadk lp[revious] luado ma[rk] mk[exrc] mz[scheme] new nore on[ly] pc[lose] pp[op] promptf[ind] ptj[ump] pu[t] py3f[ile] pyx r[ead] redrawt[abline] ri[ght] rundo sIl sal[l] sbf[irst] sc scp se[t] sg sgn sie sip sme snoremenu spelli[nfo] spr[evious] sri star[tinsert] sts[elect] sus[pend] syncbind tabN[ext] tabl[ast] tabr[ewind] tcld[o] tj[ump] tlu tno[remap] tu[nmenu] undol[ist] v vim9[cmd] vs[plit] win[size] wq xmapc[lear] xr[estore]
25syn keyword vimCommand contained ab arga[dd] argu[ment] balt bo[tright] breakl[ist] cN[ext] cad[dbuffer] cb[uffer] cd cfir[st] che[ckpath] cle[arjumps] cnor comp[iler] cpf[ile] cun def deletel delm[arks] diffo[ff] dir doau e[dit] echom[sg] en[dif] endinterface ex files fini[sh] folddoc[losed] grepa[dd] helpf[ind] hor[izontal] il[ist] interface ju[mps] keepp[atterns] lad[dexpr] later lch[dir] lefta[bove] lg[etfile] lhi[story] lmapc[lear] loadkeymap lpf[ile] luafile mak[e] mks[ession] mzf[ile] nmapc[lear] nos[wapfile] opt[ions] pe[rl] pre[serve] promptr[epl] ptl[ast] public py[thon] pyxdo rec[over] reg[isters] rightb[elow] rv[iminfo] sIn san[dbox] sbl[ast] scI scr[iptnames] setf[iletype] sgI sgp sig sir smenu so[urce] spellr[are] sr srl startg[replace] substitutepattern sv[iew] syntime tabc[lose] tabm[ove] tabs tclf[ile] tl[ast] tlunmenu to[pleft] tunma[p] unh[ide] ve[rsion] vim9s[cript] wN[ext] winc[md] wqa[ll] xme xunme
26syn keyword vimCommand contained abc[lear] argd[elete] as[cii] bd[elete] bp[revious] bro[wse] cNf[ile] cadde[xpr] cbe[fore] cdo cg[etfile] checkt[ime] clo[se] co[py] con[tinue] cq[uit] cuna[bbrev] defc[ompile] deletep delp diffp[atch] disa[ssemble] doaut ea echon endclass endt[ry] exi[t] filet fir[st] foldo[pen] gui helpg[rep] i imapc[lear] intro k lN[ext] laddb[uffer] lb[uffer] lcl[ose] leg[acy] lgetb[uffer] ll lne[xt] loc[kmarks] lr[ewind] lv[imgrep] marks mksp[ell] n[ext] noa nu[mber] ownsyntax ped[it] prev[ious] ps[earch] ptn[ext] pw[d] pydo pyxfile red[o] res[ize] ru[ntime] sI sIp sav[eas] sbm[odified] sce scripte[ncoding] setg[lobal] sgc sgr sign sl[eep] smile sor[t] spellr[epall] srI srn startr[eplace] substituterepeat sw[apname] t tabd[o] tabn[ext] tags te[aroff] tlm tm[enu] tp[revious] type unl verb[ose] vim[grep] w[rite] windo wundo xmenu xunmenu
27syn keyword vimCommand contained abo[veleft] argded[upe] au bel[owright] br[ewind] bufdo c[hange] caddf[ile] cbel[ow] ce[nter] cgetb[uffer] chi[story] cmapc[lear] col[der] conf[irm] cr[ewind] cw[indow] defer deletl dep diffpu[t] dj[ump] dp earlier echow[indow] enddef endw[hile] exp filetype fix[del] for gvim helpt[ags] ia imp is[earch] kee[pmarks] lNf[ile] laddf[ile] lbe[fore] lcs lex[pr] lgete[xpr] lla[st] lnew[er] lockv[ar] ls lvimgrepa[dd] mat[ch] mkv[imrc] nb[key] noautocmd o[pen] p[rint] perld[o] pro ptN[ext] ptp[revious] py3 pyf[ile] q[uit] redi[r] ret[ab] rub[y] sIc sIr sbN[ext] sbn[ext] scg scriptv[ersion] setl[ocal] sge sh[ell] sil[ent] sla[st] sn[ext] sp[lit] spellr[rare] src srp static sun[hide] sy tN[ext] tabe[dit] tabnew tc[d] ter[minal] tlmenu tma[p] tr[ewind] u[ndo] unlo[ckvar] vert[ical] vimgrepa[dd] wa[ll] winp[os] wv[iminfo] xnoreme xwininfo
28syn keyword vimCommand contained abstract argdo bN[ext] bf[irst] brea[k] buffers ca caf[ter] cbo[ttom] cex[pr] cgete[xpr] cl[ist] cn[ext] colo[rscheme] cons[t] cs d[elete] delc[ommand] deletp di[splay] diffs[plit] dl dr[op] ec el[se] endenum ene[w] export filt[er] fo[ld] fu[nction] h[elp] hi iabc[lear] import isp[lit] keepa l[ist] laf[ter] lbel[ow] lcscope lf[ile] lgr[ep] lli[st] lnf[ile] lol[der] lt[ag] lw[indow] menut[ranslate] mkvie[w] nbc[lose] noh[lsearch] ol[dfiles] pa[ckadd] po[p] prof[ile] pta[g] ptr[ewind] py3do python3 qa[ll] redr[aw] retu[rn] rubyd[o] sIe sN[ext] sb[uffer] sbp[revious] sci scs sf[ind] sgi si sim[alt] sm[agic] sno[magic] spe[llgood] spellu[ndo] sre[wind] st[op] stj[ump] sunme syn ta[g] tabf[ind] tabo[nly] tch[dir] tf[irst] tln tmapc[lear] try una[bbreviate] uns[ilent] vi[sual] viu[sage] wh[ile] wn[ext] x[it] xnoremenu y[ank]
29syn keyword vimCommand contained addd arge[dit] b[uffer] bl[ast] breaka[dd] bun[load] cabc[lear] cal[l] cc cf[ile] changes cla[st] cnew[er] com cope[n] cscope debug delel delf[unction] dif[fupdate] difft[his] dli[st] ds[earch] echoc[onsole] elsei[f] endf[unction] enum exu[sage] fin[d] foldc[lose] go[to] ha[rdcopy] hid[e] if in iuna[bbrev] keepalt la[st] lan[guage] lbo[ttom] ld[o] lfdo lgrepa[dd] lma lo[adview] lop[en] lua m[ove] mes[sages] mod[e] nbs[tart] nor omapc[lear] packl[oadall] popu[p] profd[el] ptf[irst] pts[elect] py3f[ile] pythonx quita[ll] redraws[tatus] rew[ind] rubyf[ile] sIg sa[rgument] sba[ll] sbr[ewind] scl scscope sfir[st] sgl sic sin sm[ap] snoreme spelld[ump] spellw[rong] srg sta[g] stopi[nsert] sunmenu sync tab tabfir[st] tabp[revious] tcl th[row] tlnoremenu tn[ext] ts[elect] undoj[oin] up[date] vie[w] vne[w] wi wp[revious] xa[ll] xprop z[^.=]
30syn keyword vimCommand contained al[l] argg[lobal] ba[ll] bm[odified]
Bram Moolenaare2719092015-01-10 15:09:25 +010031syn match vimCommand contained "\<z[-+^.=]\=\>"
Bram Moolenaarce001a32022-04-27 15:25:03 +010032syn keyword vimStdPlugin contained Arguments Asm Break Cfilter Clear Continue DiffOrig Evaluate Finish Gdb Lfilter Man N[ext] Over P[rint] Program Run S Source Step Stop Termdebug TermdebugCommand TOhtml Until Winbar XMLent XMLns
Bram Moolenaar071d4272004-06-13 20:20:40 +000033
dkearns35928ee2023-09-16 04:12:50 +100034" :loadkeymap command (Vim Project Addition) {{{3
35" TODO: this needs to be folded into the autogenerated keyword list above
36syn keyword vimCommand contained loadk[eymap]
37
Bram Moolenaar071d4272004-06-13 20:20:40 +000038" vimOptions are caught only when contained in a vimSet {{{2
Bram Moolenaarf1dcd142022-12-31 15:30:45 +000039syn keyword vimOption contained acd ambw arshape aw backupskip beval bk bri bufhidden cdh ci cinsd cms commentstring conceallevel cpt cscopetagorder csto cursorlineopt dg dir ed enc equalprg expandtab fdls fex fileignorecase fml foldlevel formatexpr gcr gli guifont guitabtooltip hidden hlg imactivatefunc imi inc inex isident keymap langmap linebreak lm lsp makeencoding maxmem mh mmp more mousemoveevent mzq numberwidth opfunc patchexpr pfn pp printfont pumwidth pythonthreehome re restorescreen ro rulerformat scl scs sft shellslash shortmess showtabline slm smoothscroll spell spl srr statusline sw sxq tag tal tenc termwintype tgst titleold tpm ttm tw udir ur verbose viminfofile warn wfh wildchar wim winminheight wmh write
40syn keyword vimOption contained ai anti asd awa balloondelay bevalterm bkc briopt buflisted cdhome cin cinw co compatible confirm crb cscopeverbose csverb cwh dict directory edcompatible encoding errorbells exrc fdm ff filetype fmr foldlevelstart formatlistpat gd go guifontset helpfile highlight hls imactivatekey iminsert include inf isk keymodel langmenu lines lmap luadll makeprg maxmempattern mis mmt mouse mouses mzquantum nuw osfiletype patchmode ph preserveindent printheader pvh pyx readonly revins rop runtimepath scr sect sh shelltemp shortname shq sloc sms spellcapcheck splitbelow ss stl swapfile syn tagbsearch tb term terse thesaurus titlestring tr tty twk ul ut verbosefile virtualedit wb wfw wildcharm winaltkeys winminwidth wmnu writeany
41syn keyword vimOption contained akm antialias autochdir background ballooneval bex bl brk buftype cdpath cindent cinwords cocu complete copyindent cryptmethod csl cuc debug dictionary display ef endoffile errorfile fcl fdn ffs fillchars fo foldmarker formatoptions gdefault gp guifontwide helpheight history hlsearch imaf ims includeexpr infercase iskeyword keyprotocol langnoremap linespace lnr lw mat maxmemtot mkspellmem mod mousef mouseshape mzschemedll odev pa path pheader previewheight printmbcharset pvp pyxversion redrawtime ri rs sb scroll sections shcf shelltype showbreak si sm sn spellfile splitkeep ssl stmp swapsync synmaxcol tagcase tbi termbidi textauto thesaurusfunc tl ts ttybuiltin tws undodir varsofttabstop vfile visualbell wc wh wildignore wincolor winptydll wmw writebackup
42syn keyword vimOption contained al ar autoindent backspace balloonevalterm bexpr bo browsedir casemap cedit cink clipboard cole completefunc cot cscopepathcomp cspc cul deco diff dy efm endofline errorformat fcs fdo fic fixendofline foldclose foldmethod formatprg gfm grepformat guiheadroom helplang hk ic imak imsearch incsearch insertmode isp keywordprg langremap lisp loadplugins lz matchpairs mco ml modeline mousefocus mouset mzschemegcdll oft packpath pdev pi previewpopup printmbfont pvw qe regexpengine rightleft rtp sbo scrollbind secure shell shellxescape showcmd sidescroll smartcase so spelllang splitright ssop sts swb syntax tagfunc tbidi termencoding textmode tildeop tm tsl ttyfast twsl undofile vartabstop vi vop wcm whichwrap wildignorecase window winwidth wop writedelay
43syn keyword vimOption contained aleph arab autoread backup balloonexpr bg bomb bs cb cf cinkeys cm colorcolumn completeopt cp cscopeprg csprg culopt def diffexpr ea ei eof esckeys fdc fdt fileencoding fixeol foldcolumn foldminlines fp gfn grepprg guiligatures hf hkmap icon imc imsf inde is isprint km laststatus lispoptions lop ma matchtime mef mle modelineexpr mousehide mousetime nf ofu para penc pm previewwindow printoptions pw qftf relativenumber rightleftcmd ru sbr scrollfocus sel shellcmdflag shellxquote showcmdloc sidescrolloff smartindent softtabstop spelloptions spo st su swf ta taglength tbis termguicolors textwidth timeout to tsr ttym twt undolevels vb viewdir vsts wcr wi wildmenu winfixheight wiv wrap ws
44syn keyword vimOption contained allowrevins arabic autoshelldir backupcopy bdir bh breakat bsdir cc cfu cino cmdheight columns completepopup cpo cscopequickfix csqf cursorbind define diffopt ead ek eol et fde fen fileencodings fk foldenable foldnestmax fs gfs gtl guioptions hh hkmapp iconstring imcmdline imst indentexpr isf joinspaces kmp lazyredraw lispwords lpl macatsui maxcombine menc mls modelines mousem mp nrformats omnifunc paragraphs perldll pmbcs printdevice prompt pythondll quickfixtextfunc remap rl rubydll sc scrolljump selection shellpipe shiftround showfulltag signcolumn smarttab sol spellsuggest spr sta sua switchbuf tabline tagrelative tbs termwinkey tf timeoutlen toolbar tsrfu ttymouse tx undoreload vbs viewoptions vts wd wic wildmode winfixwidth wiw wrapmargin ww
45syn keyword vimOption contained altkeymap arabicshape autowrite backupdir bdlay bin breakindent bsk ccv ch cinoptions cmdwinheight com completeslash cpoptions cscoperelative csre cursorcolumn delcombine digraph eadirection emo ep eventignore fdi fenc fileformat fkmap foldexpr foldopen fsync gfw gtt guipty hi hkp ignorecase imd imstatusfunc indentkeys isfname js kp lbr list lrm magic maxfuncdepth menuitems mm modifiable mousemev mps nu opendevice paste pex pmbfn printencoding pt pythonhome quoteescape renderoptions rlc ruf scb scrolloff selectmode shellquote shiftwidth showmatch siso smc sp spf sps stal suffixes sws tabpagemax tags tc termwinscroll tfu title toolbariconsize ttimeout ttyscroll uc updatecount vdir vif wa weirdinvert wig wildoptions winheight wm wrapscan xtermcodes
46syn keyword vimOption contained ambiwidth ari autowriteall backupext belloff binary breakindentopt bt cd charconvert cinscopedecls cmp comments concealcursor cpp cscopetag cst cursorline dex dip eb emoji equalalways ex fdl fencs fileformats flp foldignore foldtext ft ghr guicursor guitablabel hid hl im imdisable imstyle indk isi key kpc lcs listchars ls makeef maxmapdepth mfd mmd modified mousemodel msm number operatorfunc pastetoggle pexpr popt printexpr pumheight pythonthreedll rdt report rnu ruler scf scrollopt sessionoptions shellredir shm showmode sj smd spc spk sr startofline suffixesadd sxe tabstop tagstack tcldll termwinsize tgc titlelen top ttimeoutlen ttytype udf updatetime ve viminfo wak
Bram Moolenaar071d4272004-06-13 20:20:40 +000047
48" vimOptions: These are the turn-off setting variants {{{2
Bram Moolenaar71badf92023-04-22 22:40:14 +010049syn keyword vimOption contained noacd noallowrevins noantialias noarabic noarshape noautoindent noautowrite noawa noballoonevalterm nobin nobl nobri nocdhome nocin noconfirm nocrb nocscopeverbose nocsverb nocursorbind nodeco nodiff noeb noek noendoffile noeol noesckeys noexpandtab nofic nofixeol nofoldenable nogd nohid nohkmap nohls noicon noimc noimdisable noinfercase nojoinspaces nolangremap nolinebreak nolnr nolrm nomacatsui noml nomodeline nomodified nomousefocus nomousemoveevent noodev nopi noprompt norelativenumber norevins norl nors noruler nosc noscf noscrollfocus nosecure noshellslash noshiftround noshowcmd noshowmatch nosi nosmartcase nosmarttab nosmoothscroll nosn nospell nosplitright nosr nosta nostmp noswf notagbsearch notagstack notbidi notermbidi noterse notextmode notgc notildeop notitle notop nottimeout nottyfast noudf novb nowa nowb nowfh nowic nowildmenu nowinfixwidth nowmnu nowrapscan nowriteany nows
50syn keyword vimOption contained noai noaltkeymap noar noarabicshape noasd noautoread noautowriteall nobackup nobeval nobinary nobomb nobuflisted nocf nocindent nocopyindent nocscoperelative nocsre nocuc nocursorcolumn nodelcombine nodigraph noed noemo noendofline noequalalways noet noexrc nofileignorecase nofk nofs nogdefault nohidden nohkmapp nohlsearch noignorecase noimcmdline noincsearch noinsertmode nojs nolazyredraw nolisp noloadplugins nolz nomagic nomle nomodelineexpr nomore nomousehide nonu noopendevice nopreserveindent nopvw noremap nori nornu noru nosb noscb noscrollbind noscs nosft noshelltemp noshortname noshowfulltag noshowmode nosm nosmartindent nosmd nosms nosol nosplitbelow nospr nossl nostartofline noswapfile nota notagrelative notbi notbs notermguicolors notextauto notf notgst notimeout noto notr nottybuiltin notx noundofile novisualbell nowarn noweirdinvert nowfw nowildignorecase nowinfixheight nowiv nowrap nowrite nowritebackup noxtermcodes
51syn keyword vimOption contained noakm noanti noarab noari noautochdir noautoshelldir noaw noballooneval nobevalterm nobk nobreakindent nocdh noci nocompatible nocp nocscopetag nocst nocul nocursorline nodg noea noedcompatible noemoji noeof noerrorbells noex nofen nofixendofline nofkmap nofsync noguipty nohk nohkp noic noim noimd noinf nois nolangnoremap nolbr nolist nolpl noma nomh nomod nomodifiable nomousef nomousemev nonumber nopaste nopreviewwindow noreadonly norestorescreen norightleft noro
Bram Moolenaar071d4272004-06-13 20:20:40 +000052
53" vimOptions: These are the invertible variants {{{2
Bram Moolenaar71badf92023-04-22 22:40:14 +010054syn keyword vimOption contained invacd invallowrevins invantialias invarabic invarshape invautoindent invautowrite invawa invballoonevalterm invbin invbl invbri invcdhome invcin invconfirm invcrb invcscopeverbose invcsverb invcursorbind invdeco invdiff inveb invek invendoffile inveol invesckeys invexpandtab invfic invfixeol invfoldenable invgd invhid invhkmap invhls invicon invimc invimdisable invinfercase invjoinspaces invlangremap invlinebreak invlnr invlrm invmacatsui invml invmodeline invmodified invmousefocus invmousemoveevent invodev invpi invprompt invrelativenumber invrevins invrl invrs invruler invsc invscf invscrollfocus invsecure invshellslash invshiftround invshowcmd invshowmatch invsi invsmartcase invsmarttab invsmoothscroll invsn invspell invsplitright invsr invsta invstmp invswf invtagbsearch invtagstack invtbidi invtermbidi invterse invtextmode invtgc invtildeop invtitle invtop invttimeout invttyfast invudf invvb invwa invwb invwfh invwic invwildmenu invwinfixwidth invwmnu invwrapscan invwriteany invws
55syn keyword vimOption contained invai invaltkeymap invar invarabicshape invasd invautoread invautowriteall invbackup invbeval invbinary invbomb invbuflisted invcf invcindent invcopyindent invcscoperelative invcsre invcuc invcursorcolumn invdelcombine invdigraph inved invemo invendofline invequalalways invet invexrc invfileignorecase invfk invfs invgdefault invhidden invhkmapp invhlsearch invignorecase invimcmdline invincsearch invinsertmode invjs invlazyredraw invlisp invloadplugins invlz invmagic invmle invmodelineexpr invmore invmousehide invnu invopendevice invpreserveindent invpvw invremap invri invrnu invru invsb invscb invscrollbind invscs invsft invshelltemp invshortname invshowfulltag invshowmode invsm invsmartindent invsmd invsms invsol invsplitbelow invspr invssl invstartofline invswapfile invta invtagrelative invtbi invtbs invtermguicolors invtextauto invtf invtgst invtimeout invto invtr invttybuiltin invtx invundofile invvisualbell invwarn invweirdinvert invwfw invwildignorecase invwinfixheight invwiv invwrap invwrite invwritebackup invxtermcodes
56syn keyword vimOption contained invakm invanti invarab invari invautochdir invautoshelldir invaw invballooneval invbevalterm invbk invbreakindent invcdh invci invcompatible invcp invcscopetag invcst invcul invcursorline invdg invea invedcompatible invemoji inveof inverrorbells invex invfen invfixendofline invfkmap invfsync invguipty invhk invhkp invic invim invimd invinf invis invlangnoremap invlbr invlist invlpl invma invmh invmod invmodifiable invmousef invmousemev invnumber invpaste invpreviewwindow invreadonly invrestorescreen invrightleft invro
Bram Moolenaar071d4272004-06-13 20:20:40 +000057
58" termcap codes (which can also be set) {{{2
Bram Moolenaarbe4e0162023-02-02 13:59:48 +000059syn keyword vimOption contained t_8b t_8u t_AF t_AL t_bc t_BE t_ce t_cl t_Co t_Cs t_CV t_db t_DL t_Ds t_EI t_F2 t_F4 t_F6 t_F8 t_fd t_fs t_IE t_k1 t_k2 t_K3 t_K4 t_K5 t_K6 t_K7 t_K8 t_K9 t_kb t_KB t_kd t_KD t_KE t_KG t_KH t_KI t_KK t_KL t_kN t_kP t_kr t_ks t_ku t_le t_mb t_md t_me t_mr t_ms t_nd t_op t_PE t_PS t_RB t_RC t_RF t_Ri t_RI t_RK t_RS t_RT t_RV t_Sb t_SC t_se t_Sf t_SH t_Si t_SI t_so t_sr t_SR t_ST t_te t_Te t_TE t_ti t_TI t_ts t_Ts t_u7 t_ue t_us t_Us t_ut t_vb t_ve t_vi t_vs t_VS t_WP t_WS t_XM t_xn t_xs t_ZH t_ZR
60syn keyword vimOption contained t_8f t_AB t_al t_AU t_BD t_cd t_Ce t_cm t_cs t_CS t_da t_dl t_ds t_EC t_F1 t_F3 t_F5 t_F7 t_F9 t_fe t_GP t_IS t_K1 t_k3 t_k4 t_k5 t_k6 t_k7 t_k8 t_k9 t_KA t_kB t_KC t_kD t_ke t_KF t_kh t_kI t_KJ t_kl
Bram Moolenaarb0d45e72017-11-05 18:19:24 +010061syn match vimOption contained "t_%1"
Bram Moolenaar071d4272004-06-13 20:20:40 +000062syn match vimOption contained "t_#2"
63syn match vimOption contained "t_#4"
Bram Moolenaar6d5ad4c2016-10-27 17:00:16 +020064syn match vimOption contained "t_@7"
Bram Moolenaarb0d45e72017-11-05 18:19:24 +010065syn match vimOption contained "t_*7"
66syn match vimOption contained "t_&8"
67syn match vimOption contained "t_%i"
Bram Moolenaar071d4272004-06-13 20:20:40 +000068syn match vimOption contained "t_k;"
69
Bram Moolenaar03413f42016-04-12 21:07:15 +020070" unsupported settings: some were supported by vi but don't do anything in vim {{{2
71" others have been dropped along with msdos support
Bram Moolenaar51ad4ea2018-04-06 11:14:11 +020072syn keyword vimErrSetting contained bioskey biosk conskey consk autoprint beautify flash graphic hardtabs mesg novice open op optimize redraw slow slowopen sourceany w300 w1200 w9600 hardtabs ht nobioskey nobiosk noconskey noconsk noautoprint nobeautify noflash nographic nohardtabs nomesg nonovice noopen noop nooptimize noredraw noslow noslowopen nosourceany now300 now1200 now9600 w1200 w300 w9600
Bram Moolenaar071d4272004-06-13 20:20:40 +000073
Bram Moolenaar80a94a52006-02-23 21:26:58 +000074" AutoCmd Events {{{2
Bram Moolenaar071d4272004-06-13 20:20:40 +000075syn case ignore
Bram Moolenaar86b48162022-12-06 18:20:10 +000076syn keyword vimAutoEvent contained BufAdd BufDelete BufFilePost BufHidden BufNew BufRead BufReadPost BufUnload BufWinLeave BufWrite BufWritePost CmdlineChanged CmdlineLeave CmdwinEnter ColorScheme CompleteChanged CompleteDonePre CursorHoldI CursorMovedI DiffUpdated DirChanged DirChangedPre EncodingChanged ExitPre FileAppendCmd FileAppendPost FileAppendPre FileChangedRO FileChangedShell FileChangedShellPost FileEncoding FileExplorer FileReadCmd FileReadPost FileReadPre FileType FileWriteCmd FileWritePost FileWritePre FilterReadPost FilterReadPre FilterWritePost FilterWritePre FocusGained FocusLost FuncUndefined GUIEnter GUIFailed InsertChange InsertCharPre InsertEnter InsertLeave InsertLeavePre MenuPopup ModeChanged OptionSet QuickFixCmdPost QuickFixCmdPre QuitPre RemoteReply SafeState SafeStateAgain SessionLoadPost ShellCmdPost ShellFilterPost SigUSR1 SourceCmd SourcePost SourcePre SpellFileMissing StdinReadPost StdinReadPre SwapExists Syntax TabClosed TabEnter TabLeave TabNew TermChanged TerminalOpen TerminalWinOpen TermResponse TextChanged TextChangedI TextChangedP TextChangedT TextYankPost User VimEnter VimLeave VimLeavePre VimResized VimResume VimSuspend WinClosed WinEnter WinLeave WinNew WinResized WinScrolled
77syn keyword vimAutoEvent contained BufCreate BufEnter BufFilePre BufLeave BufNewFile BufReadCmd BufReadPre BufWinEnter BufWipeout BufWriteCmd BufWritePre CmdlineEnter CmdUndefined CmdwinLeave ColorSchemePre CompleteDone CursorHold CursorMoved
Bram Moolenaar071d4272004-06-13 20:20:40 +000078
79" Highlight commonly used Groupnames {{{2
Bram Moolenaar51ad4ea2018-04-06 11:14:11 +020080syn keyword vimGroup contained Comment Constant String Character Number Boolean Float Identifier Function Statement Conditional Repeat Label Operator Keyword Exception PreProc Include Define Macro PreCondit Type StorageClass Structure Typedef Special SpecialChar Tag Delimiter SpecialComment Debug Underlined Ignore Error Todo
Bram Moolenaar071d4272004-06-13 20:20:40 +000081
82" Default highlighting groups {{{2
Bram Moolenaar71badf92023-04-22 22:40:14 +010083syn keyword vimHLGroup contained ColorColumn CurSearch Cursor CursorColumn CursorIM CursorLine CursorLineFold CursorLineNr CursorLineSign DiffAdd DiffChange DiffDelete DiffText Directory EndOfBuffer ErrorMsg FoldColumn Folded IncSearch LineNr LineNrAbove LineNrBelow MatchParen Menu MessageWindow ModeMsg MoreMsg NonText Normal Pmenu PmenuExtra PmenuExtraSel PmenuKind PmenuKindSel PmenuSbar PmenuSel PmenuThumb Question QuickFixLine Scrollbar Search SignColumn SpecialKey SpellBad SpellCap SpellLocal SpellRare StatusLine StatusLineNC StatusLineTerm StatusLineTermNC TabLine TabLineFill TabLineSel Terminal Title Tooltip VertSplit Visual VisualNOS WarningMsg WildMenu
Bram Moolenaar293ee4d2004-12-09 21:34:53 +000084syn match vimHLGroup contained "Conceal"
Bram Moolenaar071d4272004-06-13 20:20:40 +000085syn case match
86
87" Function Names {{{2
Bram Moolenaarb7398fe2023-05-14 18:50:25 +010088syn keyword vimFuncName contained abs argc assert_equal assert_match atan balloon_show bufexists bufwinid ceil ch_canread ch_getbufnr ch_read ch_status complete_check count deletebufline digraph_set eval exists_compiled extendnew findfile fnameescape foldtextresult get getchangelist getcmdcompltype getcompletion getfperm getline getpid getscriptinfo getwininfo glob2regpat histadd hlID indexof inputsecret isinf job_setoptions js_encode libcall list2str log10 mapnew matchdelete matchstrpos mzeval popup_atcursor popup_filter_menu popup_getpos popup_move pow prompt_setinterrupt prop_find prop_type_delete py3eval readblob reg_executing remote_expr remote_startserver reverse screenchars search searchpos setcellwidths setcursorcharpos setmatches settabwinvar shiftwidth sign_place simplify sound_clear spellbadword state strcharpart stridx strridx substitute synID systemlist taglist term_dumpload term_getcursor term_getstatus term_scrape term_setrestore test_autochdir test_gui_event test_null_dict test_null_string test_settime timer_pause toupper typename values winbufnr win_getid win_id2win winnr win_splitmove
89syn keyword vimFuncName contained acos argidx assert_equalfile assert_nobeep atan2 balloon_split buflisted bufwinnr changenr ch_close ch_getjob ch_readblob cindent complete_info cscope_connection did_filetype digraph_setlist eventhandler exp feedkeys flatten fnamemodify foreground getbufinfo getchar getcmdline getcurpos getfsize getloclist getpos gettabinfo getwinpos globpath histdel hlset input insert islocked job_start json_decode libcallnr listener_add luaeval mapset matchend max nextnonblank popup_beval popup_filter_yesno popup_hide popup_notification prevnonblank prompt_setprompt prop_list prop_type_get pyeval readdir reg_recording remote_foreground remove round screencol searchcount server2client setcharpos setenv setpos settagstack sign_define sign_placelist sin soundfold spellsuggest str2float strchars string strtrans swapfilelist synIDattr tabpagebuflist tan term_dumpwrite term_getjob term_gettitle term_sendkeys term_setsize test_feedinput test_ignore_error test_null_function test_option_not_set test_srand_seed timer_start tr undofile virtcol wincol win_gettype winlayout winrestcmd winwidth
90syn keyword vimFuncName contained add arglistid assert_exception assert_notequal autocmd_add blob2list bufload byte2line char2nr ch_close_in ch_info ch_readraw clearmatches confirm cursor diff_filler echoraw executable expand filereadable flattennew foldclosed fullcommand getbufline getcharmod getcmdpos getcursorcharpos getftime getmarklist getqflist gettabvar getwinposx has histget hostname inputdialog interrupt isnan job_status json_encode line listener_flush map match matchfuzzy menu_info nr2char popup_clear popup_findecho popup_list popup_setoptions printf prop_add prop_remove prop_type_list pyxeval readdirex reltime remote_peek rename rubyeval screenpos searchdecl serverlist setcharsearch setfperm setqflist setwinvar sign_getdefined sign_undefine sinh sound_playevent split str2list strdisplaywidth strlen strutf16len swapinfo synIDtrans tabpagenr tanh term_getaltscreen term_getline term_gettty term_setansicolors term_start test_garbagecollect_now test_mswin_event test_null_job test_override test_unknown timer_stop trim undotree virtcol2col windowsversion win_gotoid winline winrestview wordcount
91syn keyword vimFuncName contained and argv assert_fails assert_notmatch autocmd_delete browse bufloaded byteidx charclass chdir ch_log ch_sendexpr col copy debugbreak diff_hlID empty execute expandcmd filewritable float2nr foldclosedend funcref getbufoneline getcharpos getcmdscreenpos getcwd getftype getmatches getreg gettabwinvar getwinposy has_key histnr iconv inputlist invert items job_stop keys line2byte listener_remove maparg matchadd matchfuzzypos min or popup_close popup_findinfo popup_locate popup_settext prompt_getprompt prop_add_list prop_type_add pum_getpos rand readfile reltimefloat remote_read repeat screenattr screenrow searchpair setbufline setcmdline setline setreg sha256 sign_getplaced sign_unplace slice sound_playfile sqrt str2nr strftime strpart strwidth swapname synstack tabpagewinnr tempname term_getansicolors term_getscrolled terminalprops term_setapi term_wait test_garbagecollect_soon test_null_blob test_null_list test_refcount test_void timer_stopall trunc uniq visualmode win_execute winheight win_move_separator winsaveview writefile
92syn keyword vimFuncName contained append asin assert_false assert_report autocmd_get browsedir bufname byteidxcomp charcol ch_evalexpr ch_logfile ch_sendraw complete cos deepcopy digraph_get environ exepath expr10 filter floor foldlevel function getbufvar getcharsearch getcmdtype getenv getimstatus getmousepos getreginfo gettagstack getwinvar haslocaldir hlexists indent inputrestore isabsolutepath job_getchannel join keytrans lispindent localtime mapcheck matchaddpos matchlist mkdir pathshorten popup_create popup_findpreview popup_menu popup_show prompt_setcallback prop_clear prop_type_change pumvisible range reduce reltimestr remote_send resolve screenchar screenstring searchpairpos setbufvar setcmdpos setloclist settabvar shellescape sign_jump sign_unplacelist sort sound_stop srand strcharlen strgetchar strptime submatch synconcealed system tagfiles term_dumpdiff term_getattr term_getsize term_list term_setkill test_alloc_fail test_getvalue test_null_channel test_null_partial test_setmouse timer_info tolower type utf16idx wildmenumode win_findbuf win_id2tabwin win_move_statusline win_screenpos xor
93syn keyword vimFuncName contained appendbufline assert_beeps assert_inrange assert_true balloon_gettext bufadd bufnr call charidx ch_evalraw ch_open ch_setoptions complete_add cosh delete digraph_getlist escape exists extend finddir fmod foldtext garbagecollect getcellwidths getcharstr getcmdwintype getfontname getjumplist getmouseshape getregtype gettext glob hasmapto hlget index inputsave isdirectory job_info js_decode len list2blob log maplist matcharg matchstr mode perleval popup_dialog popup_getoptions
Bram Moolenaar071d4272004-06-13 20:20:40 +000094
Bram Moolenaarac7bd632013-03-19 11:35:58 +010095"--- syntax here and above generated by mkvimvim ---
Bram Moolenaarcfbc5ee2004-07-02 15:38:35 +000096" Special Vim Highlighting (not automatic) {{{1
Bram Moolenaar071d4272004-06-13 20:20:40 +000097
Bram Moolenaar71badf92023-04-22 22:40:14 +010098" Set up folding commands for this syntax highlighting file {{{2
Bram Moolenaar1ff14ba2019-11-02 14:09:23 +010099if exists("g:vimsyn_folding") && g:vimsyn_folding =~# '[afhlmpPrt]'
Bram Moolenaar51ad4ea2018-04-06 11:14:11 +0200100 if g:vimsyn_folding =~# 'a'
101 com! -nargs=* VimFolda <args> fold
102 else
103 com! -nargs=* VimFolda <args>
Bram Moolenaara0f849e2015-10-30 14:37:44 +0100104 endif
Bram Moolenaar51ad4ea2018-04-06 11:14:11 +0200105 if g:vimsyn_folding =~# 'f'
106 com! -nargs=* VimFoldf <args> fold
107 else
108 com! -nargs=* VimFoldf <args>
Bram Moolenaara0f849e2015-10-30 14:37:44 +0100109 endif
Bram Moolenaar1ff14ba2019-11-02 14:09:23 +0100110 if g:vimsyn_folding =~# 'h'
111 com! -nargs=* VimFoldh <args> fold
112 else
113 com! -nargs=* VimFoldh <args>
114 endif
Bram Moolenaar51ad4ea2018-04-06 11:14:11 +0200115 if g:vimsyn_folding =~# 'l'
116 com! -nargs=* VimFoldl <args> fold
117 else
118 com! -nargs=* VimFoldl <args>
Bram Moolenaara0f849e2015-10-30 14:37:44 +0100119 endif
Bram Moolenaar51ad4ea2018-04-06 11:14:11 +0200120 if g:vimsyn_folding =~# 'm'
121 com! -nargs=* VimFoldm <args> fold
122 else
123 com! -nargs=* VimFoldm <args>
Bram Moolenaara0f849e2015-10-30 14:37:44 +0100124 endif
Bram Moolenaar51ad4ea2018-04-06 11:14:11 +0200125 if g:vimsyn_folding =~# 'p'
126 com! -nargs=* VimFoldp <args> fold
127 else
128 com! -nargs=* VimFoldp <args>
Bram Moolenaara0f849e2015-10-30 14:37:44 +0100129 endif
Bram Moolenaar51ad4ea2018-04-06 11:14:11 +0200130 if g:vimsyn_folding =~# 'P'
131 com! -nargs=* VimFoldP <args> fold
132 else
133 com! -nargs=* VimFoldP <args>
Bram Moolenaara0f849e2015-10-30 14:37:44 +0100134 endif
Bram Moolenaar51ad4ea2018-04-06 11:14:11 +0200135 if g:vimsyn_folding =~# 'r'
136 com! -nargs=* VimFoldr <args> fold
137 else
138 com! -nargs=* VimFoldr <args>
Bram Moolenaara0f849e2015-10-30 14:37:44 +0100139 endif
Bram Moolenaar51ad4ea2018-04-06 11:14:11 +0200140 if g:vimsyn_folding =~# 't'
141 com! -nargs=* VimFoldt <args> fold
142 else
143 com! -nargs=* VimFoldt <args>
Bram Moolenaara0f849e2015-10-30 14:37:44 +0100144 endif
145else
146 com! -nargs=* VimFolda <args>
147 com! -nargs=* VimFoldf <args>
Bram Moolenaar1ff14ba2019-11-02 14:09:23 +0100148 com! -nargs=* VimFoldh <args>
Bram Moolenaara0f849e2015-10-30 14:37:44 +0100149 com! -nargs=* VimFoldl <args>
150 com! -nargs=* VimFoldm <args>
151 com! -nargs=* VimFoldp <args>
152 com! -nargs=* VimFoldP <args>
153 com! -nargs=* VimFoldr <args>
154 com! -nargs=* VimFoldt <args>
155endif
156
Bram Moolenaar1ff14ba2019-11-02 14:09:23 +0100157" commands not picked up by the generator (due to non-standard format) {{{2
Bram Moolenaarfa01c392010-07-20 12:36:02 +0200158syn keyword vimCommand contained py3
159
Bram Moolenaar3577c6f2008-06-24 21:16:56 +0000160" Deprecated variable options {{{2
161if exists("g:vim_minlines")
162 let g:vimsyn_minlines= g:vim_minlines
163endif
164if exists("g:vim_maxlines")
165 let g:vimsyn_maxlines= g:vim_maxlines
166endif
167if exists("g:vimsyntax_noerror")
168 let g:vimsyn_noerror= g:vimsyntax_noerror
169endif
170
Bram Moolenaar03413f42016-04-12 21:07:15 +0200171" Variable options {{{2
172if exists("g:vim_maxlines")
173 let s:vimsyn_maxlines= g:vim_maxlines
174else
175 let s:vimsyn_maxlines= 60
176endif
177
Bram Moolenaarcfbc5ee2004-07-02 15:38:35 +0000178" Numbers {{{2
Bram Moolenaar071d4272004-06-13 20:20:40 +0000179" =======
Bram Moolenaar4072ba52020-12-23 13:56:35 +0100180syn match vimNumber '\<\d\+\%(\.\d\+\%([eE][+-]\=\d\+\)\=\)\=' skipwhite nextgroup=vimGlobal,vimSubst,vimCommand,vimComment,vim9Comment
181syn match vimNumber '-\d\+\%(\.\d\+\%([eE][+-]\=\d\+\)\=\)\=' skipwhite nextgroup=vimGlobal,vimSubst,vimCommand,vimComment,vim9Comment
182syn match vimNumber '\<0[xX]\x\+' skipwhite nextgroup=vimGlobal,vimSubst,vimCommand,vimComment,vim9Comment
183syn match vimNumber '\%(^\|\A\)\zs#\x\{6}' skipwhite nextgroup=vimGlobal,vimSubst,vimCommand,vimComment,vim9Comment
184syn match vimNumber '\<0[zZ][a-zA-Z0-9.]\+' skipwhite nextgroup=vimGlobal,vimSubst,vimCommand,vimComment,vim9Comment
185syn match vimNumber '0[0-7]\+' skipwhite nextgroup=vimGlobal,vimSubst,vimCommand,vimComment,vim9Comment
Bram Moolenaard2ea7cf2021-05-30 20:54:13 +0200186syn match vimNumber '0[bB][01]\+' skipwhite nextgroup=vimGlobal,vimSubst,vimCommand,vimComment,vim9Comment
Bram Moolenaar071d4272004-06-13 20:20:40 +0000187
Bram Moolenaar6c1e1572019-06-22 02:13:00 +0200188" All vimCommands are contained by vimIsCommand. {{{2
Bram Moolenaard2855f52018-07-31 22:23:58 +0200189syn match vimCmdSep "[:|]\+" skipwhite nextgroup=vimAddress,vimAutoCmd,vimEcho,vimIsCommand,vimExtCmd,vimFilter,vimLet,vimMap,vimMark,vimSet,vimSyntax,vimUserCmd
Bram Moolenaar293ee4d2004-12-09 21:34:53 +0000190syn match vimIsCommand "\<\h\w*\>" contains=vimCommand
Bram Moolenaard2855f52018-07-31 22:23:58 +0200191syn match vimVar contained "\<\h[a-zA-Z0-9#_]*\>"
Bram Moolenaarf37506f2016-08-31 22:22:10 +0200192syn match vimVar "\<[bwglstav]:\h[a-zA-Z0-9#_]*\>"
Bram Moolenaard2855f52018-07-31 22:23:58 +0200193syn match vimVar "\s\zs&\a\+\>"
Bram Moolenaarf37506f2016-08-31 22:22:10 +0200194syn match vimFBVar contained "\<[bwglstav]:\h[a-zA-Z0-9#_]*\>"
Bram Moolenaar5c736222010-01-06 20:54:52 +0100195syn keyword vimCommand contained in
Bram Moolenaar071d4272004-06-13 20:20:40 +0000196
Bram Moolenaarcfbc5ee2004-07-02 15:38:35 +0000197" Insertions And Appends: insert append {{{2
Bram Moolenaar519cc552021-11-16 19:18:26 +0000198" (buftype != nofile test avoids having append, change, insert show up in the command window)
Bram Moolenaar071d4272004-06-13 20:20:40 +0000199" =======================
Bram Moolenaar519cc552021-11-16 19:18:26 +0000200if &buftype != 'nofile'
201 syn region vimInsert matchgroup=vimCommand start="^[: \t]*\(\d\+\(,\d\+\)\=\)\=a\%[ppend]$" matchgroup=vimCommand end="^\.$""
202 syn region vimInsert matchgroup=vimCommand start="^[: \t]*\(\d\+\(,\d\+\)\=\)\=c\%[hange]$" matchgroup=vimCommand end="^\.$""
203 syn region vimInsert matchgroup=vimCommand start="^[: \t]*\(\d\+\(,\d\+\)\=\)\=i\%[nsert]$" matchgroup=vimCommand end="^\.$""
204endif
Bram Moolenaar071d4272004-06-13 20:20:40 +0000205
Bram Moolenaarcfbc5ee2004-07-02 15:38:35 +0000206" Behave! {{{2
Bram Moolenaar071d4272004-06-13 20:20:40 +0000207" =======
208syn match vimBehave "\<be\%[have]\>" skipwhite nextgroup=vimBehaveModel,vimBehaveError
209syn keyword vimBehaveModel contained mswin xterm
Bram Moolenaar6be7f872012-01-20 21:08:56 +0100210if !exists("g:vimsyn_noerror") && !exists("g:vimsyn_nobehaveerror")
Bram Moolenaarcfbc5ee2004-07-02 15:38:35 +0000211 syn match vimBehaveError contained "[^ ]\+"
212endif
Bram Moolenaar071d4272004-06-13 20:20:40 +0000213
Bram Moolenaarcfbc5ee2004-07-02 15:38:35 +0000214" Filetypes {{{2
Bram Moolenaar071d4272004-06-13 20:20:40 +0000215" =========
Bram Moolenaar293ee4d2004-12-09 21:34:53 +0000216syn match vimFiletype "\<filet\%[ype]\(\s\+\I\i*\)*" skipwhite contains=vimFTCmd,vimFTOption,vimFTError
Bram Moolenaar6be7f872012-01-20 21:08:56 +0100217if !exists("g:vimsyn_noerror") && !exists("g:vimsyn_vimFTError")
Bram Moolenaarcfbc5ee2004-07-02 15:38:35 +0000218 syn match vimFTError contained "\I\i*"
219endif
Bram Moolenaar071d4272004-06-13 20:20:40 +0000220syn keyword vimFTCmd contained filet[ype]
221syn keyword vimFTOption contained detect indent off on plugin
222
Bram Moolenaarcfbc5ee2004-07-02 15:38:35 +0000223" Augroup : vimAugroupError removed because long augroups caused sync'ing problems. {{{2
Bram Moolenaar071d4272004-06-13 20:20:40 +0000224" ======= : Trade-off: Increasing synclines with slower editing vs augroup END error checking.
Bram Moolenaaracc22402020-06-07 21:07:18 +0200225syn cluster vimAugroupList contains=vimAugroup,vimIsCommand,vimUserCmd,vimExecute,vimNotFunc,vimFuncName,vimFunction,vimFunctionError,vimLineComment,vimNotFunc,vimMap,vimSpecFile,vimOper,vimNumber,vimOperParen,vimComment,vim9Comment,vimString,vimSubst,vimMark,vimRegister,vimAddress,vimFilter,vimCmplxRepeat,vimComment,vim9Comment,vimLet,vimSet,vimAutoCmd,vimRegion,vimSynLine,vimNotation,vimCtrlChar,vimFuncVar,vimContinue,vimSetEqual,vimOption
Bram Moolenaarf3913272016-02-25 00:00:01 +0100226if exists("g:vimsyn_folding") && g:vimsyn_folding =~# 'a'
Bram Moolenaarb4ff5182015-11-10 21:15:48 +0100227 syn region vimAugroup fold matchgroup=vimAugroupKey start="\<aug\%[roup]\>\ze\s\+\K\k*" end="\<aug\%[roup]\>\ze\s\+[eE][nN][dD]\>" contains=vimAutoCmd,@vimAugroupList
228else
Bram Moolenaar91c49372016-05-08 09:50:29 +0200229 syn region vimAugroup matchgroup=vimAugroupKey start="\<aug\%[roup]\>\ze\s\+\K\k*" end="\<aug\%[roup]\>\ze\s\+[eE][nN][dD]\>" contains=vimAutoCmd,@vimAugroupList
Bram Moolenaarb4ff5182015-11-10 21:15:48 +0100230endif
231syn match vimAugroup "aug\%[roup]!" contains=vimAugroupKey
Bram Moolenaar6be7f872012-01-20 21:08:56 +0100232if !exists("g:vimsyn_noerror") && !exists("g:vimsyn_noaugrouperror")
Bram Moolenaarcfbc5ee2004-07-02 15:38:35 +0000233 syn match vimAugroupError "\<aug\%[roup]\>\s\+[eE][nN][dD]\>"
234endif
Bram Moolenaar83d1b192015-04-13 14:22:40 +0200235syn keyword vimAugroupKey contained aug[roup]
Bram Moolenaar071d4272004-06-13 20:20:40 +0000236
Bram Moolenaarcfbc5ee2004-07-02 15:38:35 +0000237" Operators: {{{2
Bram Moolenaar071d4272004-06-13 20:20:40 +0000238" =========
Bram Moolenaarcbaff5e2022-04-08 17:45:08 +0100239syn cluster vimOperGroup contains=vimEnvvar,vimFunc,vimFuncVar,vimOper,vimOperParen,vimNumber,vimString,vimType,vimRegister,vimContinue,vim9Comment,vimVar
Bram Moolenaar6c1e1572019-06-22 02:13:00 +0200240syn match vimOper "||\|&&\|[-+.!]" skipwhite nextgroup=vimString,vimSpecFile
Bram Moolenaar113cb512021-11-07 20:27:04 +0000241syn match vimOper "\%#=1\(==\|!=\|>=\|<=\|=\~\|!\~\|>\|<\|=\|!\~#\)[?#]\{0,2}" skipwhite nextgroup=vimString,vimSpecFile
242syn match vimOper "\(\<is\|\<isnot\)[?#]\{0,2}\>" skipwhite nextgroup=vimString,vimSpecFile
Bram Moolenaar388a5d42020-05-26 21:20:45 +0200243syn region vimOperParen matchgroup=vimParenSep start="(" end=")" contains=vimoperStar,@vimOperGroup
Bram Moolenaar4072ba52020-12-23 13:56:35 +0100244syn region vimOperParen matchgroup=vimSep start="#\={" end="}" contains=@vimOperGroup nextgroup=vimVar,vimFuncVar
Bram Moolenaar6be7f872012-01-20 21:08:56 +0100245if !exists("g:vimsyn_noerror") && !exists("g:vimsyn_noopererror")
Bram Moolenaar5c736222010-01-06 20:54:52 +0100246 syn match vimOperError ")"
Bram Moolenaarcfbc5ee2004-07-02 15:38:35 +0000247endif
Bram Moolenaar071d4272004-06-13 20:20:40 +0000248
Bram Moolenaar3577c6f2008-06-24 21:16:56 +0000249" Functions : Tag is provided for those who wish to highlight tagged functions {{{2
250" =========
Bram Moolenaar5c736222010-01-06 20:54:52 +0100251syn cluster vimFuncList contains=vimCommand,vimFunctionError,vimFuncKey,Tag,vimFuncSID
Bram Moolenaard58a3bf2020-09-28 21:48:16 +0200252syn cluster vimFuncBodyList contains=vimAbb,vimAddress,vimAugroupKey,vimAutoCmd,vimCmplxRepeat,vimComment,vim9Comment,vimContinue,vimCtrlChar,vimEcho,vimEchoHL,vimEnvvar,vimExecute,vimIsCommand,vimFBVar,vimFunc,vimFunction,vimFuncVar,vimGlobal,vimHighlight,vimIsCommand,vimLet,vimLetHereDoc,vimLineComment,vimMap,vimMark,vimNorm,vimNotation,vimNotFunc,vimNumber,vimOper,vimOperParen,vimRegion,vimRegister,vimSearch,vimSet,vimSpecFile,vimString,vimSubst,vimSynLine,vimUnmap,vimUserCommand
Bram Moolenaar4d8f4762021-06-27 15:18:56 +0200253syn match vimFunction "\<\(fu\%[nction]\)!\=\s\+\%(<[sS][iI][dD]>\|[sSgGbBwWtTlL]:\)\=\%(\i\|[#.]\|{.\{-1,}}\)*\ze\s*(" contains=@vimFuncList nextgroup=vimFuncBody
Bram Moolenaar1b5f03e2023-01-09 20:12:45 +0000254syn match vimFunction "\<def!\=\s\+\%(\i\|[#.]\|{.\{-1,}}\)*\ze\s*(" contains=@vimFuncList nextgroup=vimFuncBody
255"syn match vimFunction "\<def!\=\ze\s*(" contains=@vimFuncList nextgroup=vimFuncBody
Bram Moolenaar3577c6f2008-06-24 21:16:56 +0000256
Bram Moolenaarf3913272016-02-25 00:00:01 +0100257if exists("g:vimsyn_folding") && g:vimsyn_folding =~# 'f'
Bram Moolenaarb17893a2020-03-14 08:19:51 +0100258 syn region vimFuncBody contained fold start="\ze\s*(" matchgroup=vimCommand end="\<\(endf\>\|endfu\%[nction]\>\|enddef\>\)" contains=@vimFuncBodyList
Bram Moolenaarb4ff5182015-11-10 21:15:48 +0100259else
Bram Moolenaar4d8f4762021-06-27 15:18:56 +0200260 syn region vimFuncBody contained start="\ze\s*(" matchgroup=vimCommand end="\<\(endf\>\|endfu\%[nction]\>\|enddef\>\)" contains=@vimFuncBodyList
Bram Moolenaarb4ff5182015-11-10 21:15:48 +0100261endif
262syn match vimFuncVar contained "a:\(\K\k*\|\d\+\)"
Bram Moolenaar5c736222010-01-06 20:54:52 +0100263syn match vimFuncSID contained "\c<sid>\|\<s:"
264syn keyword vimFuncKey contained fu[nction]
Bram Moolenaar8a7d6542020-01-26 15:56:19 +0100265syn keyword vimFuncKey contained def
Bram Moolenaar5c736222010-01-06 20:54:52 +0100266syn match vimFuncBlank contained "\s\+"
267
268syn keyword vimPattern contained start skip end
Bram Moolenaar3577c6f2008-06-24 21:16:56 +0000269
Bram Moolenaar4d8f4762021-06-27 15:18:56 +0200270" vimTypes : new for vim9
271syn match vimType ":\s*\zs\<\(bool\|number\|float\|string\|blob\|list<\|dict<\|job\|channel\|func\)\>"
272
Bram Moolenaarcfbc5ee2004-07-02 15:38:35 +0000273" Special Filenames, Modifiers, Extension Removal: {{{2
Bram Moolenaar071d4272004-06-13 20:20:40 +0000274" ===============================================
Bram Moolenaar5c736222010-01-06 20:54:52 +0100275syn match vimSpecFile "<c\(word\|WORD\)>" nextgroup=vimSpecFileMod,vimSubst
276syn match vimSpecFile "<\([acs]file\|amatch\|abuf\)>" nextgroup=vimSpecFileMod,vimSubst
277syn match vimSpecFile "\s%[ \t:]"ms=s+1,me=e-1 nextgroup=vimSpecFileMod,vimSubst
278syn match vimSpecFile "\s%$"ms=s+1 nextgroup=vimSpecFileMod,vimSubst
279syn match vimSpecFile "\s%<"ms=s+1,me=e-1 nextgroup=vimSpecFileMod,vimSubst
280syn match vimSpecFile "#\d\+\|[#%]<\>" nextgroup=vimSpecFileMod,vimSubst
281syn match vimSpecFileMod "\(:[phtre]\)\+" contained
Bram Moolenaar071d4272004-06-13 20:20:40 +0000282
Bram Moolenaarcfbc5ee2004-07-02 15:38:35 +0000283" User-Specified Commands: {{{2
Bram Moolenaar071d4272004-06-13 20:20:40 +0000284" =======================
Bram Moolenaar2c7f8c52020-04-20 19:52:53 +0200285syn cluster vimUserCmdList contains=vimAddress,vimSyntax,vimHighlight,vimAutoCmd,vimCmplxRepeat,vimComment,vim9Comment,vimCtrlChar,vimEscapeBrace,vimFunc,vimFuncName,vimFunction,vimFunctionError,vimIsCommand,vimMark,vimNotation,vimNumber,vimOper,vimRegion,vimRegister,vimLet,vimSet,vimSetEqual,vimSetString,vimSpecFile,vimString,vimSubst,vimSubstRep,vimSubstRange,vimSynLine
Bram Moolenaar5c736222010-01-06 20:54:52 +0100286syn keyword vimUserCommand contained com[mand]
Bram Moolenaard58a3bf2020-09-28 21:48:16 +0200287syn match vimUserCmd "\<com\%[mand]!\=\>.*$" contains=vimUserAttrb,vimUserAttrbError,vimUserCommand,@vimUserCmdList,vimComFilter
Bram Moolenaarb4ff5182015-11-10 21:15:48 +0100288syn match vimUserAttrbError contained "-\a\+\ze\s"
289syn match vimUserAttrb contained "-nargs=[01*?+]" contains=vimUserAttrbKey,vimOper
290syn match vimUserAttrb contained "-complete=" contains=vimUserAttrbKey,vimOper nextgroup=vimUserAttrbCmplt,vimUserCmdError
291syn match vimUserAttrb contained "-range\(=%\|=\d\+\)\=" contains=vimNumber,vimOper,vimUserAttrbKey
292syn match vimUserAttrb contained "-count\(=\d\+\)\=" contains=vimNumber,vimOper,vimUserAttrbKey
293syn match vimUserAttrb contained "-bang\>" contains=vimOper,vimUserAttrbKey
294syn match vimUserAttrb contained "-bar\>" contains=vimOper,vimUserAttrbKey
295syn match vimUserAttrb contained "-buffer\>" contains=vimOper,vimUserAttrbKey
296syn match vimUserAttrb contained "-register\>" contains=vimOper,vimUserAttrbKey
Bram Moolenaar6be7f872012-01-20 21:08:56 +0100297if !exists("g:vimsyn_noerror") && !exists("g:vimsyn_nousercmderror")
Bram Moolenaar5c736222010-01-06 20:54:52 +0100298 syn match vimUserCmdError contained "\S\+\>"
Bram Moolenaarcfbc5ee2004-07-02 15:38:35 +0000299endif
Bram Moolenaar071d4272004-06-13 20:20:40 +0000300syn case ignore
Bram Moolenaar5c736222010-01-06 20:54:52 +0100301syn keyword vimUserAttrbKey contained bar ban[g] cou[nt] ra[nge] com[plete] n[args] re[gister]
Bram Moolenaarbc8801c2016-08-02 21:04:33 +0200302syn keyword vimUserAttrbCmplt contained augroup buffer behave color command compiler cscope dir environment event expression file file_in_path filetype function help highlight history locale mapping menu option packadd shellcmd sign syntax syntime tag tag_listfiles user var
Bram Moolenaar5c736222010-01-06 20:54:52 +0100303syn keyword vimUserAttrbCmplt contained custom customlist nextgroup=vimUserAttrbCmpltFunc,vimUserCmdError
Bram Moolenaar9da7ff72015-01-14 12:52:36 +0100304syn match vimUserAttrbCmpltFunc contained ",\%([sS]:\|<[sS][iI][dD]>\)\=\%(\h\w*\%(#\h\w*\)\+\|\h\w*\)"hs=s+1 nextgroup=vimUserCmdError
Bram Moolenaara93fa7e2006-04-17 22:14:47 +0000305
Bram Moolenaar071d4272004-06-13 20:20:40 +0000306syn case match
Bram Moolenaar5c736222010-01-06 20:54:52 +0100307syn match vimUserAttrbCmplt contained "custom,\u\w*"
Bram Moolenaar071d4272004-06-13 20:20:40 +0000308
Bram Moolenaarcfbc5ee2004-07-02 15:38:35 +0000309" Lower Priority Comments: after some vim commands... {{{2
Bram Moolenaar071d4272004-06-13 20:20:40 +0000310" =======================
Bram Moolenaar5c736222010-01-06 20:54:52 +0100311syn match vimComment excludenl +\s"[^\-:.%#=*].*$+lc=1 contains=@vimCommentGroup,vimCommentString
312syn match vimComment +\<endif\s\+".*$+lc=5 contains=@vimCommentGroup,vimCommentString
313syn match vimComment +\<else\s\+".*$+lc=4 contains=@vimCommentGroup,vimCommentString
314syn region vimCommentString contained oneline start='\S\s\+"'ms=e end='"'
Bram Moolenaar2c7f8c52020-04-20 19:52:53 +0200315" Vim9 comments - TODO: might be highlighted while they don't work
Bram Moolenaaracc22402020-06-07 21:07:18 +0200316syn match vim9Comment excludenl +\s#[^{].*$+lc=1 contains=@vimCommentGroup,vimCommentString
317syn match vim9Comment +\<endif\s\+#[^{].*$+lc=5 contains=@vimCommentGroup,vimCommentString
318syn match vim9Comment +\<else\s\+#[^{].*$+lc=4 contains=@vimCommentGroup,vimCommentString
Bram Moolenaar2c7f8c52020-04-20 19:52:53 +0200319" Vim9 comment inside expression
Bram Moolenaar388a5d42020-05-26 21:20:45 +0200320syn match vim9Comment +\s\zs#[^{].*$+ms=s+1 contains=@vimCommentGroup,vimCommentString
Bram Moolenaard58a3bf2020-09-28 21:48:16 +0200321syn match vim9Comment +^\s*#[^{].*$+ contains=@vimCommentGroup,vimCommentString
322syn match vim9Comment +^\s*#$+ contains=@vimCommentGroup,vimCommentString
Bram Moolenaar071d4272004-06-13 20:20:40 +0000323
Bram Moolenaarcfbc5ee2004-07-02 15:38:35 +0000324" Environment Variables: {{{2
Bram Moolenaar071d4272004-06-13 20:20:40 +0000325" =====================
Bram Moolenaar5c736222010-01-06 20:54:52 +0100326syn match vimEnvvar "\$\I\i*"
327syn match vimEnvvar "\${\I\i*}"
Bram Moolenaar071d4272004-06-13 20:20:40 +0000328
Bram Moolenaarcfbc5ee2004-07-02 15:38:35 +0000329" In-String Specials: {{{2
Bram Moolenaar071d4272004-06-13 20:20:40 +0000330" Try to catch strings, if nothing else matches (therefore it must precede the others!)
331" vimEscapeBrace handles ["] []"] (ie. "s don't terminate string inside [])
Bram Moolenaar5c736222010-01-06 20:54:52 +0100332syn region vimEscapeBrace oneline contained transparent start="[^\\]\(\\\\\)*\[\zs\^\=\]\=" skip="\\\\\|\\\]" end="]"me=e-1
333syn match vimPatSepErr contained "\\)"
334syn match vimPatSep contained "\\|"
Bram Moolenaarb730f0c2018-11-25 03:56:26 +0100335syn region vimPatSepZone oneline contained matchgroup=vimPatSepZ start="\\%\=\ze(" skip="\\\\" end="\\)\|[^\\]['"]" contains=@vimStringGroup
Bram Moolenaar5c736222010-01-06 20:54:52 +0100336syn region vimPatRegion contained transparent matchgroup=vimPatSepR start="\\[z%]\=(" end="\\)" contains=@vimSubstList oneline
337syn match vimNotPatSep contained "\\\\"
Bram Moolenaar6ba83ba2022-06-12 22:15:57 +0100338syn cluster vimStringGroup contains=vimEscape,vimEscapeBrace,vimPatSep,vimNotPatSep,vimPatSepErr,vimPatSepZone,@Spell
Bram Moolenaard2855f52018-07-31 22:23:58 +0200339syn region vimString oneline keepend start=+[^a-zA-Z>!\\@]"+lc=1 skip=+\\\\\|\\"+ matchgroup=vimStringEnd end=+"+ contains=@vimStringGroup
Bram Moolenaarb0d45e72017-11-05 18:19:24 +0100340syn region vimString oneline keepend start=+[^a-zA-Z>!\\@]'+lc=1 end=+'+
Bram Moolenaar5c736222010-01-06 20:54:52 +0100341syn region vimString oneline start=+=!+lc=1 skip=+\\\\\|\\!+ end=+!+ contains=@vimStringGroup
342syn region vimString oneline start="=+"lc=1 skip="\\\\\|\\+" end="+" contains=@vimStringGroup
Bram Moolenaaracc22402020-06-07 21:07:18 +0200343"syn region vimString oneline start="\s/\s*\A"lc=1 skip="\\\\\|\\+" end="/" contains=@vimStringGroup " see tst45.vim
Bram Moolenaar5c736222010-01-06 20:54:52 +0100344syn match vimString contained +"[^"]*\\$+ skipnl nextgroup=vimStringCont
345syn match vimStringCont contained +\(\\\\\|.\)\{-}[^\\]"+
Bram Moolenaar6ba83ba2022-06-12 22:15:57 +0100346syn match vimEscape contained "\\."
Bram Moolenaar071d4272004-06-13 20:20:40 +0000347
Bram Moolenaarcfbc5ee2004-07-02 15:38:35 +0000348" Substitutions: {{{2
Bram Moolenaar071d4272004-06-13 20:20:40 +0000349" =============
Bram Moolenaar5c736222010-01-06 20:54:52 +0100350syn cluster vimSubstList contains=vimPatSep,vimPatRegion,vimPatSepErr,vimSubstTwoBS,vimSubstRange,vimNotation
351syn cluster vimSubstRepList contains=vimSubstSubstr,vimSubstTwoBS,vimNotation
352syn cluster vimSubstList add=vimCollection
Bram Moolenaar91c49372016-05-08 09:50:29 +0200353syn match vimSubst "\(:\+\s*\|^\s*\||\s*\)\<\%(\<s\%[ubstitute]\>\|\<sm\%[agic]\>\|\<sno\%[magic]\>\)[:#[:alpha:]]\@!" nextgroup=vimSubstPat
Bram Moolenaar1ff14ba2019-11-02 14:09:23 +0100354"syn match vimSubst "\%(^\|[^\\]\)\<s\%[ubstitute]\>[:#[:alpha:]]\@!" nextgroup=vimSubstPat contained
355syn match vimSubst "\%(^\|[^\\\"']\)\<s\%[ubstitute]\>[:#[:alpha:]\"']\@!" nextgroup=vimSubstPat contained
Bram Moolenaar91c49372016-05-08 09:50:29 +0200356syn match vimSubst "/\zs\<s\%[ubstitute]\>\ze/" nextgroup=vimSubstPat
357syn match vimSubst "\(:\+\s*\|^\s*\)s\ze#.\{-}#.\{-}#" nextgroup=vimSubstPat
358syn match vimSubst1 contained "\<s\%[ubstitute]\>" nextgroup=vimSubstPat
Bram Moolenaard2855f52018-07-31 22:23:58 +0200359syn match vimSubst2 contained "s\%[ubstitute]\>" nextgroup=vimSubstPat
Bram Moolenaar5c736222010-01-06 20:54:52 +0100360syn region vimSubstPat contained matchgroup=vimSubstDelim start="\z([^a-zA-Z( \t[\]&]\)"rs=s+1 skip="\\\\\|\\\z1" end="\z1"re=e-1,me=e-1 contains=@vimSubstList nextgroup=vimSubstRep4 oneline
361syn region vimSubstRep4 contained matchgroup=vimSubstDelim start="\z(.\)" skip="\\\\\|\\\z1" end="\z1" matchgroup=vimNotation end="<[cC][rR]>" contains=@vimSubstRepList nextgroup=vimSubstFlagErr oneline
362syn region vimCollection contained transparent start="\\\@<!\[" skip="\\\[" end="\]" contains=vimCollClass
363syn match vimCollClassErr contained "\[:.\{-\}:\]"
Bram Moolenaarf1dcd142022-12-31 15:30:45 +0000364syn match vimCollClass contained transparent "\%#=1\[:\(alnum\|alpha\|blank\|cntrl\|digit\|graph\|lower\|print\|punct\|space\|upper\|xdigit\|retu\%[rn]\|tab\|escape\|backspace\):\]"
Bram Moolenaar5c736222010-01-06 20:54:52 +0100365syn match vimSubstSubstr contained "\\z\=\d"
366syn match vimSubstTwoBS contained "\\\\"
367syn match vimSubstFlagErr contained "[^< \t\r|]\+" contains=vimSubstFlags
Bram Moolenaaracc22402020-06-07 21:07:18 +0200368syn match vimSubstFlags contained "[&cegiIlnpr#]\+"
Bram Moolenaar071d4272004-06-13 20:20:40 +0000369
Bram Moolenaarcfbc5ee2004-07-02 15:38:35 +0000370" 'String': {{{2
Bram Moolenaar5c736222010-01-06 20:54:52 +0100371syn match vimString "[^(,]'[^']\{-}\zs'"
Bram Moolenaar071d4272004-06-13 20:20:40 +0000372
Bram Moolenaarcfbc5ee2004-07-02 15:38:35 +0000373" Marks, Registers, Addresses, Filters: {{{2
Bram Moolenaar6c1e1572019-06-22 02:13:00 +0200374syn match vimMark "'[a-zA-Z0-9]\ze[-+,!]" nextgroup=vimFilter,vimMarkNumber,vimSubst
375syn match vimMark "'[<>]\ze[-+,!]" nextgroup=vimFilter,vimMarkNumber,vimSubst
376syn match vimMark ",\zs'[<>]\ze" nextgroup=vimFilter,vimMarkNumber,vimSubst
377syn match vimMark "[!,:]\zs'[a-zA-Z0-9]" nextgroup=vimFilter,vimMarkNumber,vimSubst
378syn match vimMark "\<norm\%[al]\s\zs'[a-zA-Z0-9]" nextgroup=vimFilter,vimMarkNumber,vimSubst
Bram Moolenaard2855f52018-07-31 22:23:58 +0200379syn match vimMarkNumber "[-+]\d\+" contained contains=vimOper nextgroup=vimSubst2
Bram Moolenaar5c736222010-01-06 20:54:52 +0100380syn match vimPlainMark contained "'[a-zA-Z0-9]"
Bram Moolenaar6c1e1572019-06-22 02:13:00 +0200381syn match vimRange "[`'][a-zA-Z0-9],[`'][a-zA-Z0-9]" contains=vimMark skipwhite nextgroup=vimFilter
Bram Moolenaar071d4272004-06-13 20:20:40 +0000382
Bram Moolenaarb4ff5182015-11-10 21:15:48 +0100383syn match vimRegister '[^,;[{: \t]\zs"[a-zA-Z0-9.%#:_\-/]\ze[^a-zA-Z_":0-9]'
Bram Moolenaar5c736222010-01-06 20:54:52 +0100384syn match vimRegister '\<norm\s\+\zs"[a-zA-Z0-9]'
385syn match vimRegister '\<normal\s\+\zs"[a-zA-Z0-9]'
386syn match vimRegister '@"'
387syn match vimPlainRegister contained '"[a-zA-Z0-9\-:.%#*+=]'
Bram Moolenaar071d4272004-06-13 20:20:40 +0000388
Bram Moolenaar5c736222010-01-06 20:54:52 +0100389syn match vimAddress ",\zs[.$]" skipwhite nextgroup=vimSubst1
390syn match vimAddress "%\ze\a" skipwhite nextgroup=vimString,vimSubst1
Bram Moolenaar071d4272004-06-13 20:20:40 +0000391
Bram Moolenaar6c1e1572019-06-22 02:13:00 +0200392syn match vimFilter "^!!\=[^"]\{-}\(|\|\ze\"\|$\)" contains=vimOper,vimSpecFile
Bram Moolenaard58a3bf2020-09-28 21:48:16 +0200393syn match vimFilter contained "!!\=[^"]\{-}\(|\|\ze\"\|$\)" contains=vimOper,vimSpecFile
394syn match vimComFilter contained "|!!\=[^"]\{-}\(|\|\ze\"\|$\)" contains=vimOper,vimSpecFile
Bram Moolenaar071d4272004-06-13 20:20:40 +0000395
Bram Moolenaar1ff14ba2019-11-02 14:09:23 +0100396" Complex Repeats: (:h complex-repeat) {{{2
397" ===============
Bram Moolenaar6be7f872012-01-20 21:08:56 +0100398syn match vimCmplxRepeat '[^a-zA-Z_/\\()]q[0-9a-zA-Z"]\>'lc=1
399syn match vimCmplxRepeat '@[0-9a-z".=@:]\ze\($\|[^a-zA-Z]\>\)'
Bram Moolenaar071d4272004-06-13 20:20:40 +0000400
Bram Moolenaarcfbc5ee2004-07-02 15:38:35 +0000401" Set command and associated set-options (vimOptions) with comment {{{2
Bram Moolenaar4d8f4762021-06-27 15:18:56 +0200402syn region vimSet matchgroup=vimCommand start="\<\%(setl\%[ocal]\|setg\%[lobal]\|se\%[t]\)\>" skip="\%(\\\\\)*\\.\n\@!" end="$" end="|" matchgroup=vimNotation end="<[cC][rR]>" keepend contains=vimSetEqual,vimOption,vimErrSetting,vimComment,vim9Comment,vimSetString,vimSetMod
Bram Moolenaard2ea7cf2021-05-30 20:54:13 +0200403syn region vimSetEqual contained start="[=:]\|[-+^]=" skip="\\\\\|\\\s" end="[| \t]"me=e-1 end="$" contains=vimCtrlChar,vimSetSep,vimNotation,vimEnvvar
Bram Moolenaard2855f52018-07-31 22:23:58 +0200404syn region vimSetString contained start=+="+hs=s+1 skip=+\\\\\|\\"+ end=+"+ contains=vimCtrlChar
Bram Moolenaar4072ba52020-12-23 13:56:35 +0100405syn match vimSetSep contained "[,:]"
Bram Moolenaar5c736222010-01-06 20:54:52 +0100406syn match vimSetMod contained "&vim\=\|[!&?<]\|all&"
Bram Moolenaar071d4272004-06-13 20:20:40 +0000407
Bram Moolenaar71badf92023-04-22 22:40:14 +0100408" Let And Var: {{{2
409" ===========
Bram Moolenaar4072ba52020-12-23 13:56:35 +0100410syn keyword vimLet let unl[et] skipwhite nextgroup=vimVar,vimFuncVar,vimLetHereDoc
dkearns9358b8d2023-11-12 05:06:01 +1100411VimFoldh syn region vimLetHereDoc matchgroup=vimLetHereDocStart start='=<<\s*\%(trim\s\+\%(eval\s\+\)\=\|eval\s\+\%(trim\s\+\)\=\)\=\z(\L\S*\)' matchgroup=vimLetHereDocStop end='^\s*\z1\s*$'
Bram Moolenaar71badf92023-04-22 22:40:14 +0100412syn keyword vimLet var skipwhite nextgroup=vimVar,vimFuncVar,vimLetHereDoc
Bram Moolenaar071d4272004-06-13 20:20:40 +0000413
Bram Moolenaar1ff14ba2019-11-02 14:09:23 +0100414" Abbreviations: {{{2
Bram Moolenaare37d50a2008-08-06 17:06:04 +0000415" =============
416syn keyword vimAbb ab[breviate] ca[bbrev] inorea[bbrev] cnorea[bbrev] norea[bbrev] ia[bbrev] skipwhite nextgroup=vimMapMod,vimMapLhs
417
Bram Moolenaar1ff14ba2019-11-02 14:09:23 +0100418" Autocmd: {{{2
Bram Moolenaar071d4272004-06-13 20:20:40 +0000419" =======
Bram Moolenaar5c736222010-01-06 20:54:52 +0100420syn match vimAutoEventList contained "\(!\s\+\)\=\(\a\+,\)*\a\+" contains=vimAutoEvent nextgroup=vimAutoCmdSpace
421syn match vimAutoCmdSpace contained "\s\+" nextgroup=vimAutoCmdSfxList
Bram Moolenaard58a3bf2020-09-28 21:48:16 +0200422syn match vimAutoCmdSfxList contained "\S*" skipwhite nextgroup=vimAutoCmdMod
Bram Moolenaar5c736222010-01-06 20:54:52 +0100423syn keyword vimAutoCmd au[tocmd] do[autocmd] doautoa[ll] skipwhite nextgroup=vimAutoEventList
Bram Moolenaard58a3bf2020-09-28 21:48:16 +0200424syn match vimAutoCmdMod "\(++\)\=\(once\|nested\)"
Bram Moolenaar071d4272004-06-13 20:20:40 +0000425
Bram Moolenaar1ff14ba2019-11-02 14:09:23 +0100426" Echo And Execute: -- prefer strings! {{{2
Bram Moolenaar071d4272004-06-13 20:20:40 +0000427" ================
Bram Moolenaar5c736222010-01-06 20:54:52 +0100428syn region vimEcho oneline excludenl matchgroup=vimCommand start="\<ec\%[ho]\>" skip="\(\\\\\)*\\|" end="$\||" contains=vimFunc,vimFuncVar,vimString,vimVar
429syn region vimExecute oneline excludenl matchgroup=vimCommand start="\<exe\%[cute]\>" skip="\(\\\\\)*\\|" end="$\||\|<[cC][rR]>" contains=vimFuncVar,vimIsCommand,vimOper,vimNotation,vimOperParen,vimString,vimVar
430syn match vimEchoHL "echohl\=" skipwhite nextgroup=vimGroup,vimHLGroup,vimEchoHLNone
Bram Moolenaar071d4272004-06-13 20:20:40 +0000431syn case ignore
Bram Moolenaar5c736222010-01-06 20:54:52 +0100432syn keyword vimEchoHLNone none
Bram Moolenaar071d4272004-06-13 20:20:40 +0000433syn case match
434
Bram Moolenaar1ff14ba2019-11-02 14:09:23 +0100435" Maps: {{{2
Bram Moolenaar071d4272004-06-13 20:20:40 +0000436" ====
Bram Moolenaar5c736222010-01-06 20:54:52 +0100437syn match vimMap "\<map\>!\=\ze\s*[^(]" skipwhite nextgroup=vimMapMod,vimMapLhs
Bram Moolenaar4d8f4762021-06-27 15:18:56 +0200438syn keyword vimMap cm[ap] cno[remap] im[ap] ino[remap] lm[ap] ln[oremap] nm[ap] nn[oremap] no[remap] om[ap] ono[remap] smap snor[emap] tno[remap] tm[ap] vm[ap] vmapc[lear] vn[oremap] xm[ap] xn[oremap] skipwhite nextgroup=vimMapBang,vimMapMod,vimMapLhs
Bram Moolenaar81af9252010-12-10 20:35:50 +0100439syn keyword vimMap mapc[lear] smapc[lear]
Bram Moolenaar85850f32019-07-19 22:05:51 +0200440syn keyword vimUnmap cu[nmap] iu[nmap] lu[nmap] nun[map] ou[nmap] sunm[ap] tunma[p] unm[ap] unm[ap] vu[nmap] xu[nmap] skipwhite nextgroup=vimMapBang,vimMapMod,vimMapLhs
Bram Moolenaar5c736222010-01-06 20:54:52 +0100441syn match vimMapLhs contained "\S\+" contains=vimNotation,vimCtrlChar skipwhite nextgroup=vimMapRhs
442syn match vimMapBang contained "!" skipwhite nextgroup=vimMapMod,vimMapLhs
Bram Moolenaar51ad4ea2018-04-06 11:14:11 +0200443syn match vimMapMod contained "\%#=1\c<\(buffer\|expr\|\(local\)\=leader\|nowait\|plug\|script\|sid\|unique\|silent\)\+>" contains=vimMapModKey,vimMapModErr skipwhite nextgroup=vimMapMod,vimMapLhs
Bram Moolenaar5c736222010-01-06 20:54:52 +0100444syn match vimMapRhs contained ".*" contains=vimNotation,vimCtrlChar skipnl nextgroup=vimMapRhsExtend
Bram Moolenaarb4ff5182015-11-10 21:15:48 +0100445syn match vimMapRhsExtend contained "^\s*\\.*$" contains=vimContinue
Bram Moolenaar071d4272004-06-13 20:20:40 +0000446syn case ignore
Bram Moolenaarb4ff5182015-11-10 21:15:48 +0100447syn keyword vimMapModKey contained buffer expr leader localleader nowait plug script sid silent unique
Bram Moolenaar071d4272004-06-13 20:20:40 +0000448syn case match
449
Bram Moolenaar1ff14ba2019-11-02 14:09:23 +0100450" Menus: {{{2
Bram Moolenaar071d4272004-06-13 20:20:40 +0000451" =====
Bram Moolenaar5c736222010-01-06 20:54:52 +0100452syn cluster vimMenuList contains=vimMenuBang,vimMenuPriority,vimMenuName,vimMenuMod
Bram Moolenaarb730f0c2018-11-25 03:56:26 +0100453syn keyword vimCommand am[enu] an[oremenu] aun[menu] cme[nu] cnoreme[nu] cunme[nu] ime[nu] inoreme[nu] iunme[nu] me[nu] nme[nu] nnoreme[nu] noreme[nu] nunme[nu] ome[nu] onoreme[nu] ounme[nu] unme[nu] vme[nu] vnoreme[nu] vunme[nu] skipwhite nextgroup=@vimMenuList
Bram Moolenaar5c736222010-01-06 20:54:52 +0100454syn match vimMenuName "[^ \t\\<]\+" contained nextgroup=vimMenuNameMore,vimMenuMap
455syn match vimMenuPriority "\d\+\(\.\d\+\)*" contained skipwhite nextgroup=vimMenuName
456syn match vimMenuNameMore "\c\\\s\|<tab>\|\\\." contained nextgroup=vimMenuName,vimMenuNameMore contains=vimNotation
457syn match vimMenuMod contained "\c<\(script\|silent\)\+>" skipwhite contains=vimMapModKey,vimMapModErr nextgroup=@vimMenuList
458syn match vimMenuMap "\s" contained skipwhite nextgroup=vimMenuRhs
Bram Moolenaar2c7f8c52020-04-20 19:52:53 +0200459syn match vimMenuRhs ".*$" contained contains=vimString,vimComment,vim9Comment,vimIsCommand
Bram Moolenaar5c736222010-01-06 20:54:52 +0100460syn match vimMenuBang "!" contained skipwhite nextgroup=@vimMenuList
Bram Moolenaar071d4272004-06-13 20:20:40 +0000461
Bram Moolenaar1ff14ba2019-11-02 14:09:23 +0100462" Angle-Bracket Notation: (tnx to Michael Geddes) {{{2
Bram Moolenaar071d4272004-06-13 20:20:40 +0000463" ======================
464syn case ignore
Bram Moolenaarf1dcd142022-12-31 15:30:45 +0000465syn match vimNotation "\%#=1\(\\\|<lt>\)\=<\([scamd]-\)\{0,4}x\=\(f\d\{1,2}\|[^ \t:]\|cmd\|cr\|lf\|linefeed\|retu\%[rn]\|k\=del\%[ete]\|bs\|backspace\|tab\|esc\|right\|left\|help\|undo\|insert\|ins\|mouse\|k\=home\|k\=end\|kplus\|kminus\|kdivide\|kmultiply\|kenter\|kpoint\|space\|k\=\(page\)\=\(\|down\|up\|k\d\>\)\)>" contains=vimBracket
Bram Moolenaar51ad4ea2018-04-06 11:14:11 +0200466syn match vimNotation "\%#=1\(\\\|<lt>\)\=<\([scam2-4]-\)\{0,4}\(right\|left\|middle\)\(mouse\)\=\(drag\|release\)\=>" contains=vimBracket
467syn match vimNotation "\%#=1\(\\\|<lt>\)\=<\(bslash\|plug\|sid\|space\|bar\|nop\|nul\|lt\)>" contains=vimBracket
468syn match vimNotation '\(\\\|<lt>\)\=<C-R>[0-9a-z"%#:.\-=]'he=e-1 contains=vimBracket
469syn match vimNotation '\%#=1\(\\\|<lt>\)\=<\%(q-\)\=\(line[12]\|count\|bang\|reg\|args\|mods\|f-args\|f-mods\|lt\)>' contains=vimBracket
470syn match vimNotation "\%#=1\(\\\|<lt>\)\=<\([cas]file\|abuf\|amatch\|cword\|cWORD\|client\)>" contains=vimBracket
Bram Moolenaar5c736222010-01-06 20:54:52 +0100471syn match vimBracket contained "[\\<>]"
Bram Moolenaar071d4272004-06-13 20:20:40 +0000472syn case match
473
Bram Moolenaar1ff14ba2019-11-02 14:09:23 +0100474" User Function Highlighting: {{{2
Bram Moolenaar3577c6f2008-06-24 21:16:56 +0000475" (following Gautam Iyer's suggestion)
Bram Moolenaar071d4272004-06-13 20:20:40 +0000476" ==========================
Bram Moolenaard592deb2022-06-17 15:42:40 +0100477syn match vimFunc "\%(\%([sSgGbBwWtTlL]:\|<[sS][iI][dD]>\)\=\%(\w\+\.\)*\I[a-zA-Z0-9_.]*\)\ze\s*(" contains=vimFuncEcho,vimFuncName,vimUserFunc,vimExecute
478syn match vimUserFunc contained "\%(\%([sSgGbBwWtTlL]:\|<[sS][iI][dD]>\)\=\%(\w\+\.\)*\I[a-zA-Z0-9_.]*\)\|\<\u[a-zA-Z0-9.]*\>\|\<if\>" contains=vimNotation
Bram Moolenaarcbaff5e2022-04-08 17:45:08 +0100479syn keyword vimFuncEcho contained ec ech echo
Bram Moolenaar071d4272004-06-13 20:20:40 +0000480
Bram Moolenaar2547aa92020-07-26 17:00:44 +0200481" User Command Highlighting: {{{2
Bram Moolenaard2ea7cf2021-05-30 20:54:13 +0200482syn match vimUsrCmd '^\s*\zs\u\%(\w*\)\@>\%([(#[]\|\s\+\%([-+*/%]\=\|\.\.\)=\)\@!'
Bram Moolenaar2547aa92020-07-26 17:00:44 +0200483
Bram Moolenaar3577c6f2008-06-24 21:16:56 +0000484" Errors And Warnings: {{{2
485" ====================
Bram Moolenaar6be7f872012-01-20 21:08:56 +0100486if !exists("g:vimsyn_noerror") && !exists("g:vimsyn_novimfunctionerror")
Bram Moolenaar5c736222010-01-06 20:54:52 +0100487 syn match vimFunctionError "\s\zs[a-z0-9]\i\{-}\ze\s*(" contained contains=vimFuncKey,vimFuncBlank
Bram Moolenaar6c1e1572019-06-22 02:13:00 +0200488 syn match vimFunctionError "\s\zs\%(<[sS][iI][dD]>\|[sSgGbBwWtTlL]:\)\d\i\{-}\ze\s*(" contained contains=vimFuncKey,vimFuncBlank
Bram Moolenaar5c736222010-01-06 20:54:52 +0100489 syn match vimElseIfErr "\<else\s\+if\>"
490 syn match vimBufnrWarn /\<bufnr\s*(\s*["']\.['"]\s*)/
Bram Moolenaar3577c6f2008-06-24 21:16:56 +0000491endif
492
Bram Moolenaarf1dcd142022-12-31 15:30:45 +0000493syn match vimNotFunc "\<if\>\|\<el\%[seif]\>\|\<retu\%[rn]\>\|\<while\>" skipwhite nextgroup=vimOper,vimOperParen,vimVar,vimFunc,vimNotation
Bram Moolenaar6c1e1572019-06-22 02:13:00 +0200494
Bram Moolenaar1ff14ba2019-11-02 14:09:23 +0100495" Norm: {{{2
Bram Moolenaar05159a02005-02-26 23:04:13 +0000496" ====
Bram Moolenaar5c736222010-01-06 20:54:52 +0100497syn match vimNorm "\<norm\%[al]!\=" skipwhite nextgroup=vimNormCmds
498syn match vimNormCmds contained ".*$"
Bram Moolenaar05159a02005-02-26 23:04:13 +0000499
Bram Moolenaar1ff14ba2019-11-02 14:09:23 +0100500" Syntax: {{{2
Bram Moolenaar071d4272004-06-13 20:20:40 +0000501"=======
Bram Moolenaar5c736222010-01-06 20:54:52 +0100502syn match vimGroupList contained "@\=[^ \t,]*" contains=vimGroupSpecial,vimPatSep
503syn match vimGroupList contained "@\=[^ \t,]*," nextgroup=vimGroupList contains=vimGroupSpecial,vimPatSep
504syn keyword vimGroupSpecial contained ALL ALLBUT CONTAINED TOP
Bram Moolenaar6be7f872012-01-20 21:08:56 +0100505if !exists("g:vimsyn_noerror") && !exists("g:vimsyn_novimsynerror")
Bram Moolenaar5c736222010-01-06 20:54:52 +0100506 syn match vimSynError contained "\i\+"
507 syn match vimSynError contained "\i\+=" nextgroup=vimGroupList
Bram Moolenaarcfbc5ee2004-07-02 15:38:35 +0000508endif
Bram Moolenaar5c736222010-01-06 20:54:52 +0100509syn match vimSynContains contained "\<contain\(s\|edin\)=" nextgroup=vimGroupList
510syn match vimSynKeyContainedin contained "\<containedin=" nextgroup=vimGroupList
511syn match vimSynNextgroup contained "nextgroup=" nextgroup=vimGroupList
Bram Moolenaar071d4272004-06-13 20:20:40 +0000512
Bram Moolenaar2c7f8c52020-04-20 19:52:53 +0200513syn match vimSyntax "\<sy\%[ntax]\>" contains=vimCommand skipwhite nextgroup=vimSynType,vimComment,vim9Comment
514syn match vimAuSyntax contained "\s+sy\%[ntax]" contains=vimCommand skipwhite nextgroup=vimSynType,vimComment,vim9Comment
Bram Moolenaard960d762011-09-21 19:22:10 +0200515syn cluster vimFuncBodyList add=vimSyntax
Bram Moolenaar071d4272004-06-13 20:20:40 +0000516
Bram Moolenaarcfbc5ee2004-07-02 15:38:35 +0000517" Syntax: case {{{2
Bram Moolenaar5c736222010-01-06 20:54:52 +0100518syn keyword vimSynType contained case skipwhite nextgroup=vimSynCase,vimSynCaseError
Bram Moolenaar6be7f872012-01-20 21:08:56 +0100519if !exists("g:vimsyn_noerror") && !exists("g:vimsyn_novimsyncaseerror")
Bram Moolenaar5c736222010-01-06 20:54:52 +0100520 syn match vimSynCaseError contained "\i\+"
Bram Moolenaarcfbc5ee2004-07-02 15:38:35 +0000521endif
Bram Moolenaar5c736222010-01-06 20:54:52 +0100522syn keyword vimSynCase contained ignore match
Bram Moolenaar071d4272004-06-13 20:20:40 +0000523
Bram Moolenaarcfbc5ee2004-07-02 15:38:35 +0000524" Syntax: clear {{{2
Bram Moolenaar5c736222010-01-06 20:54:52 +0100525syn keyword vimSynType contained clear skipwhite nextgroup=vimGroupList
Bram Moolenaar071d4272004-06-13 20:20:40 +0000526
Bram Moolenaarcfbc5ee2004-07-02 15:38:35 +0000527" Syntax: cluster {{{2
Bram Moolenaar5c736222010-01-06 20:54:52 +0100528syn keyword vimSynType contained cluster skipwhite nextgroup=vimClusterName
Bram Moolenaara0f849e2015-10-30 14:37:44 +0100529syn region vimClusterName contained matchgroup=vimGroupName start="\h\w*" skip="\\\\\|\\|" matchgroup=vimSep end="$\||" contains=vimGroupAdd,vimGroupRem,vimSynContains,vimSynError
Bram Moolenaar5c736222010-01-06 20:54:52 +0100530syn match vimGroupAdd contained "add=" nextgroup=vimGroupList
531syn match vimGroupRem contained "remove=" nextgroup=vimGroupList
Bram Moolenaard960d762011-09-21 19:22:10 +0200532syn cluster vimFuncBodyList add=vimSynType,vimGroupAdd,vimGroupRem
Bram Moolenaar071d4272004-06-13 20:20:40 +0000533
Bram Moolenaar13d5aee2016-01-21 23:36:05 +0100534" Syntax: iskeyword {{{2
535syn keyword vimSynType contained iskeyword skipwhite nextgroup=vimIskList
536syn match vimIskList contained '\S\+' contains=vimIskSep
537syn match vimIskSep contained ','
538
Bram Moolenaarcfbc5ee2004-07-02 15:38:35 +0000539" Syntax: include {{{2
Bram Moolenaar5c736222010-01-06 20:54:52 +0100540syn keyword vimSynType contained include skipwhite nextgroup=vimGroupList
Bram Moolenaard960d762011-09-21 19:22:10 +0200541syn cluster vimFuncBodyList add=vimSynType
Bram Moolenaar071d4272004-06-13 20:20:40 +0000542
Bram Moolenaarcfbc5ee2004-07-02 15:38:35 +0000543" Syntax: keyword {{{2
Bram Moolenaar5c736222010-01-06 20:54:52 +0100544syn cluster vimSynKeyGroup contains=vimSynNextgroup,vimSynKeyOpt,vimSynKeyContainedin
545syn keyword vimSynType contained keyword skipwhite nextgroup=vimSynKeyRegion
Bram Moolenaara0f849e2015-10-30 14:37:44 +0100546syn region vimSynKeyRegion contained oneline keepend matchgroup=vimGroupName start="\h\w*" skip="\\\\\|\\|" matchgroup=vimSep end="|\|$" contains=@vimSynKeyGroup
Bram Moolenaar51ad4ea2018-04-06 11:14:11 +0200547syn match vimSynKeyOpt contained "\%#=1\<\(conceal\|contained\|transparent\|skipempty\|skipwhite\|skipnl\)\>"
Bram Moolenaard960d762011-09-21 19:22:10 +0200548syn cluster vimFuncBodyList add=vimSynType
Bram Moolenaar071d4272004-06-13 20:20:40 +0000549
Bram Moolenaarcfbc5ee2004-07-02 15:38:35 +0000550" Syntax: match {{{2
Bram Moolenaar2c7f8c52020-04-20 19:52:53 +0200551syn cluster vimSynMtchGroup contains=vimMtchComment,vimSynContains,vimSynError,vimSynMtchOpt,vimSynNextgroup,vimSynRegPat,vimNotation,vim9Comment
Bram Moolenaar5c736222010-01-06 20:54:52 +0100552syn keyword vimSynType contained match skipwhite nextgroup=vimSynMatchRegion
Bram Moolenaara0f849e2015-10-30 14:37:44 +0100553syn region vimSynMatchRegion contained keepend matchgroup=vimGroupName start="\h\w*" matchgroup=vimSep end="|\|$" contains=@vimSynMtchGroup
Bram Moolenaar51ad4ea2018-04-06 11:14:11 +0200554syn match vimSynMtchOpt contained "\%#=1\<\(conceal\|transparent\|contained\|excludenl\|keepend\|skipempty\|skipwhite\|display\|extend\|skipnl\|fold\)\>"
Bram Moolenaar071d4272004-06-13 20:20:40 +0000555if has("conceal")
Bram Moolenaar83d1b192015-04-13 14:22:40 +0200556 syn match vimSynMtchOpt contained "\<cchar=" nextgroup=vimSynMtchCchar
Bram Moolenaar5c736222010-01-06 20:54:52 +0100557 syn match vimSynMtchCchar contained "\S"
Bram Moolenaar071d4272004-06-13 20:20:40 +0000558endif
Bram Moolenaard960d762011-09-21 19:22:10 +0200559syn cluster vimFuncBodyList add=vimSynMtchGroup
Bram Moolenaar071d4272004-06-13 20:20:40 +0000560
Bram Moolenaarcfbc5ee2004-07-02 15:38:35 +0000561" Syntax: off and on {{{2
Bram Moolenaar5c736222010-01-06 20:54:52 +0100562syn keyword vimSynType contained enable list manual off on reset
Bram Moolenaar071d4272004-06-13 20:20:40 +0000563
Bram Moolenaarcfbc5ee2004-07-02 15:38:35 +0000564" Syntax: region {{{2
Bram Moolenaar5c736222010-01-06 20:54:52 +0100565syn cluster vimSynRegPatGroup contains=vimPatSep,vimNotPatSep,vimSynPatRange,vimSynNotPatRange,vimSubstSubstr,vimPatRegion,vimPatSepErr,vimNotation
566syn cluster vimSynRegGroup contains=vimSynContains,vimSynNextgroup,vimSynRegOpt,vimSynReg,vimSynMtchGrp
567syn keyword vimSynType contained region skipwhite nextgroup=vimSynRegion
Bram Moolenaara0f849e2015-10-30 14:37:44 +0100568syn region vimSynRegion contained keepend matchgroup=vimGroupName start="\h\w*" skip="\\\\\|\\|" end="|\|$" contains=@vimSynRegGroup
Bram Moolenaar51ad4ea2018-04-06 11:14:11 +0200569syn match vimSynRegOpt contained "\%#=1\<\(conceal\(ends\)\=\|transparent\|contained\|excludenl\|skipempty\|skipwhite\|display\|keepend\|oneline\|extend\|skipnl\|fold\)\>"
Bram Moolenaar5c736222010-01-06 20:54:52 +0100570syn match vimSynReg contained "\(start\|skip\|end\)="he=e-1 nextgroup=vimSynRegPat
571syn match vimSynMtchGrp contained "matchgroup=" nextgroup=vimGroup,vimHLGroup
572syn region vimSynRegPat contained extend start="\z([-`~!@#$%^&*_=+;:'",./?]\)" skip="\\\\\|\\\z1" end="\z1" contains=@vimSynRegPatGroup skipwhite nextgroup=vimSynPatMod,vimSynReg
Bram Moolenaar51ad4ea2018-04-06 11:14:11 +0200573syn match vimSynPatMod contained "\%#=1\(hs\|ms\|me\|hs\|he\|rs\|re\)=[se]\([-+]\d\+\)\="
574syn match vimSynPatMod contained "\%#=1\(hs\|ms\|me\|hs\|he\|rs\|re\)=[se]\([-+]\d\+\)\=," nextgroup=vimSynPatMod
Bram Moolenaar5c736222010-01-06 20:54:52 +0100575syn match vimSynPatMod contained "lc=\d\+"
576syn match vimSynPatMod contained "lc=\d\+," nextgroup=vimSynPatMod
577syn region vimSynPatRange contained start="\[" skip="\\\\\|\\]" end="]"
578syn match vimSynNotPatRange contained "\\\\\|\\\["
579syn match vimMtchComment contained '"[^"]\+$'
Bram Moolenaard960d762011-09-21 19:22:10 +0200580syn cluster vimFuncBodyList add=vimSynType
Bram Moolenaar071d4272004-06-13 20:20:40 +0000581
Bram Moolenaarcfbc5ee2004-07-02 15:38:35 +0000582" Syntax: sync {{{2
Bram Moolenaar071d4272004-06-13 20:20:40 +0000583" ============
Bram Moolenaardf177f62005-02-22 08:39:57 +0000584syn keyword vimSynType contained sync skipwhite nextgroup=vimSyncC,vimSyncLines,vimSyncMatch,vimSyncError,vimSyncLinebreak,vimSyncLinecont,vimSyncRegion
Bram Moolenaar6be7f872012-01-20 21:08:56 +0100585if !exists("g:vimsyn_noerror") && !exists("g:vimsyn_novimsyncerror")
Bram Moolenaar5c736222010-01-06 20:54:52 +0100586 syn match vimSyncError contained "\i\+"
Bram Moolenaarcfbc5ee2004-07-02 15:38:35 +0000587endif
Bram Moolenaar5c736222010-01-06 20:54:52 +0100588syn keyword vimSyncC contained ccomment clear fromstart
589syn keyword vimSyncMatch contained match skipwhite nextgroup=vimSyncGroupName
590syn keyword vimSyncRegion contained region skipwhite nextgroup=vimSynReg
591syn match vimSyncLinebreak contained "\<linebreaks=" skipwhite nextgroup=vimNumber
592syn keyword vimSyncLinecont contained linecont skipwhite nextgroup=vimSynRegPat
593syn match vimSyncLines contained "\(min\|max\)\=lines=" nextgroup=vimNumber
Bram Moolenaara0f849e2015-10-30 14:37:44 +0100594syn match vimSyncGroupName contained "\h\w*" skipwhite nextgroup=vimSyncKey
Bram Moolenaar5c736222010-01-06 20:54:52 +0100595syn match vimSyncKey contained "\<groupthere\|grouphere\>" skipwhite nextgroup=vimSyncGroup
Bram Moolenaara0f849e2015-10-30 14:37:44 +0100596syn match vimSyncGroup contained "\h\w*" skipwhite nextgroup=vimSynRegPat,vimSyncNone
Bram Moolenaar5c736222010-01-06 20:54:52 +0100597syn keyword vimSyncNone contained NONE
Bram Moolenaar071d4272004-06-13 20:20:40 +0000598
Bram Moolenaar1ff14ba2019-11-02 14:09:23 +0100599" Additional IsCommand: here by reasons of precedence {{{2
Bram Moolenaar071d4272004-06-13 20:20:40 +0000600" ====================
Bram Moolenaar5c736222010-01-06 20:54:52 +0100601syn match vimIsCommand "<Bar>\s*\a\+" transparent contains=vimCommand,vimNotation
Bram Moolenaar071d4272004-06-13 20:20:40 +0000602
Bram Moolenaar1ff14ba2019-11-02 14:09:23 +0100603" Highlighting: {{{2
Bram Moolenaar071d4272004-06-13 20:20:40 +0000604" ============
Bram Moolenaar2c7f8c52020-04-20 19:52:53 +0200605syn cluster vimHighlightCluster contains=vimHiLink,vimHiClear,vimHiKeyList,vimComment,vim9Comment
Bram Moolenaar6be7f872012-01-20 21:08:56 +0100606if !exists("g:vimsyn_noerror") && !exists("g:vimsyn_novimhictermerror")
Bram Moolenaar51ad4ea2018-04-06 11:14:11 +0200607 syn match vimHiCtermError contained "\D\i*"
Bram Moolenaar6be7f872012-01-20 21:08:56 +0100608endif
Bram Moolenaar5c736222010-01-06 20:54:52 +0100609syn match vimHighlight "\<hi\%[ghlight]\>" skipwhite nextgroup=vimHiBang,@vimHighlightCluster
610syn match vimHiBang contained "!" skipwhite nextgroup=@vimHighlightCluster
Bram Moolenaard960d762011-09-21 19:22:10 +0200611
Bram Moolenaar5c736222010-01-06 20:54:52 +0100612syn match vimHiGroup contained "\i\+"
Bram Moolenaar071d4272004-06-13 20:20:40 +0000613syn case ignore
Bram Moolenaarf0b03c42017-12-17 17:17:07 +0100614syn keyword vimHiAttrib contained none bold inverse italic nocombine reverse standout strikethrough underline undercurl
Bram Moolenaar5c736222010-01-06 20:54:52 +0100615syn keyword vimFgBgAttrib contained none bg background fg foreground
Bram Moolenaar071d4272004-06-13 20:20:40 +0000616syn case match
Bram Moolenaar5c736222010-01-06 20:54:52 +0100617syn match vimHiAttribList contained "\i\+" contains=vimHiAttrib
618syn match vimHiAttribList contained "\i\+,"he=e-1 contains=vimHiAttrib nextgroup=vimHiAttribList
Bram Moolenaar071d4272004-06-13 20:20:40 +0000619syn case ignore
Bram Moolenaard2ea7cf2021-05-30 20:54:13 +0200620syn keyword vimHiCtermColor contained black blue brown cyan darkblue darkcyan darkgray darkgreen darkgrey darkmagenta darkred darkyellow gray green grey grey40 grey50 grey90 lightblue lightcyan lightgray lightgreen lightgrey lightmagenta lightred lightyellow magenta red seagreen white yellow
Bram Moolenaar6be7f872012-01-20 21:08:56 +0100621syn match vimHiCtermColor contained "\<color\d\{1,3}\>"
Bram Moolenaar071d4272004-06-13 20:20:40 +0000622
623syn case match
Bram Moolenaar5c736222010-01-06 20:54:52 +0100624syn match vimHiFontname contained "[a-zA-Z\-*]\+"
625syn match vimHiGuiFontname contained "'[a-zA-Z\-* ]\+'"
626syn match vimHiGuiRgb contained "#\x\{6}"
Bram Moolenaar071d4272004-06-13 20:20:40 +0000627
Bram Moolenaarcfbc5ee2004-07-02 15:38:35 +0000628" Highlighting: hi group key=arg ... {{{2
Bram Moolenaar2547aa92020-07-26 17:00:44 +0200629syn cluster vimHiCluster contains=vimGroup,vimHiGroup,vimHiTerm,vimHiCTerm,vimHiStartStop,vimHiCtermFgBg,vimHiCtermul,vimHiGui,vimHiGuiFont,vimHiGuiFgBg,vimHiKeyError,vimNotation
Bram Moolenaar5c736222010-01-06 20:54:52 +0100630syn region vimHiKeyList contained oneline start="\i\+" skip="\\\\\|\\|" end="$\||" contains=@vimHiCluster
Bram Moolenaar6be7f872012-01-20 21:08:56 +0100631if !exists("g:vimsyn_noerror") && !exists("g:vimsyn_vimhikeyerror")
Bram Moolenaar5c736222010-01-06 20:54:52 +0100632 syn match vimHiKeyError contained "\i\+="he=e-1
Bram Moolenaarcfbc5ee2004-07-02 15:38:35 +0000633endif
Bram Moolenaar5c736222010-01-06 20:54:52 +0100634syn match vimHiTerm contained "\cterm="he=e-1 nextgroup=vimHiAttribList
635syn match vimHiStartStop contained "\c\(start\|stop\)="he=e-1 nextgroup=vimHiTermcap,vimOption
636syn match vimHiCTerm contained "\ccterm="he=e-1 nextgroup=vimHiAttribList
Bram Moolenaar83d1b192015-04-13 14:22:40 +0200637syn match vimHiCtermFgBg contained "\ccterm[fb]g="he=e-1 nextgroup=vimHiNmbr,vimHiCtermColor,vimFgBgAttrib,vimHiCtermError
Bram Moolenaar2547aa92020-07-26 17:00:44 +0200638syn match vimHiCtermul contained "\cctermul="he=e-1 nextgroup=vimHiNmbr,vimHiCtermColor,vimFgBgAttrib,vimHiCtermError
Bram Moolenaar5c736222010-01-06 20:54:52 +0100639syn match vimHiGui contained "\cgui="he=e-1 nextgroup=vimHiAttribList
640syn match vimHiGuiFont contained "\cfont="he=e-1 nextgroup=vimHiFontname
641syn match vimHiGuiFgBg contained "\cgui\%([fb]g\|sp\)="he=e-1 nextgroup=vimHiGroup,vimHiGuiFontname,vimHiGuiRgb,vimFgBgAttrib
642syn match vimHiTermcap contained "\S\+" contains=vimNotation
Bram Moolenaar83d1b192015-04-13 14:22:40 +0200643syn match vimHiNmbr contained '\d\+'
Bram Moolenaar071d4272004-06-13 20:20:40 +0000644
Bram Moolenaarcfbc5ee2004-07-02 15:38:35 +0000645" Highlight: clear {{{2
Bram Moolenaar5c736222010-01-06 20:54:52 +0100646syn keyword vimHiClear contained clear nextgroup=vimHiGroup
Bram Moolenaar071d4272004-06-13 20:20:40 +0000647
Bram Moolenaarcfbc5ee2004-07-02 15:38:35 +0000648" Highlight: link {{{2
Bram Moolenaard2855f52018-07-31 22:23:58 +0200649" see tst24 (hi def vs hi) (Jul 06, 2018)
650"syn region vimHiLink contained oneline matchgroup=vimCommand start="\(\<hi\%[ghlight]\s\+\)\@<=\(\(def\%[ault]\s\+\)\=link\>\|\<def\>\)" end="$" contains=vimHiGroup,vimGroup,vimHLGroup,vimNotation
651syn region vimHiLink contained oneline matchgroup=vimCommand start="\(\<hi\%[ghlight]\s\+\)\@<=\(\(def\%[ault]\s\+\)\=link\>\|\<def\>\)" end="$" contains=@vimHiCluster
Bram Moolenaard960d762011-09-21 19:22:10 +0200652syn cluster vimFuncBodyList add=vimHiLink
Bram Moolenaar071d4272004-06-13 20:20:40 +0000653
Bram Moolenaar1ff14ba2019-11-02 14:09:23 +0100654" Control Characters: {{{2
Bram Moolenaar071d4272004-06-13 20:20:40 +0000655" ==================
Bram Moolenaar5c736222010-01-06 20:54:52 +0100656syn match vimCtrlChar "[- -]"
Bram Moolenaar071d4272004-06-13 20:20:40 +0000657
Bram Moolenaarcfbc5ee2004-07-02 15:38:35 +0000658" Beginners - Patterns that involve ^ {{{2
Bram Moolenaar071d4272004-06-13 20:20:40 +0000659" =========
Bram Moolenaar86b48162022-12-06 18:20:10 +0000660syn match vimLineComment +^[ \t:]*".*$+ contains=@vimCommentGroup,vimCommentString,vimCommentTitle,vimComment
Bram Moolenaarf269eab2022-10-03 18:04:35 +0100661syn match vimLineComment +^[ \t:]*"\("[^"]*"\|[^"]\)*$+ contains=@vimCommentGroup,vimCommentString,vimCommentTitle
Bram Moolenaar4072ba52020-12-23 13:56:35 +0100662syn match vim9LineComment +^[ \t:]\+#.*$+ contains=@vimCommentGroup,vimCommentString,vimCommentTitle
Bram Moolenaar5c736222010-01-06 20:54:52 +0100663syn match vimCommentTitle '"\s*\%([sS]:\|\h\w*#\)\=\u\w*\(\s\+\u\w*\)*:'hs=s+1 contained contains=vimCommentTitleLeader,vimTodo,@vimCommentGroup
664syn match vimContinue "^\s*\\"
665syn region vimString start="^\s*\\\z(['"]\)" skip='\\\\\|\\\z1' end="\z1" oneline keepend contains=@vimStringGroup,vimContinue
666syn match vimCommentTitleLeader '"\s\+'ms=s+1 contained
Bram Moolenaar071d4272004-06-13 20:20:40 +0000667
Bram Moolenaar18144c82006-04-12 21:52:12 +0000668" Searches And Globals: {{{2
669" ====================
Bram Moolenaar5c736222010-01-06 20:54:52 +0100670syn match vimSearch '^\s*[/?].*' contains=vimSearchDelim
671syn match vimSearchDelim '^\s*\zs[/?]\|[/?]$' contained
Bram Moolenaar9da7ff72015-01-14 12:52:36 +0100672syn region vimGlobal matchgroup=Statement start='\<g\%[lobal]!\=/' skip='\\.' end='/' skipwhite nextgroup=vimSubst
673syn region vimGlobal matchgroup=Statement start='\<v\%[global]!\=/' skip='\\.' end='/' skipwhite nextgroup=vimSubst
Bram Moolenaare2f98b92006-03-29 21:18:24 +0000674
Bram Moolenaar1ff14ba2019-11-02 14:09:23 +0100675" Embedded Scripts: {{{2
676" ================
677" perl,ruby : Benoit Cerrina
678" python,tcl : Johannes Zellner
679" mzscheme, lua : Charles Campbell
Bram Moolenaar071d4272004-06-13 20:20:40 +0000680
Bram Moolenaar3577c6f2008-06-24 21:16:56 +0000681" Allows users to specify the type of embedded script highlighting
682" they want: (perl/python/ruby/tcl support)
683" g:vimsyn_embed == 0 : don't embed any scripts
Bram Moolenaarf3913272016-02-25 00:00:01 +0100684" g:vimsyn_embed =~# 'l' : embed lua (but only if vim supports it)
685" g:vimsyn_embed =~# 'm' : embed mzscheme (but only if vim supports it)
686" g:vimsyn_embed =~# 'p' : embed perl (but only if vim supports it)
687" g:vimsyn_embed =~# 'P' : embed python (but only if vim supports it)
688" g:vimsyn_embed =~# 'r' : embed ruby (but only if vim supports it)
689" g:vimsyn_embed =~# 't' : embed tcl (but only if vim supports it)
Bram Moolenaar7cba6c02013-09-05 22:13:31 +0200690if !exists("g:vimsyn_embed")
Bram Moolenaara0f849e2015-10-30 14:37:44 +0100691 let g:vimsyn_embed= "lmpPr"
Bram Moolenaar7cba6c02013-09-05 22:13:31 +0200692endif
Bram Moolenaar071d4272004-06-13 20:20:40 +0000693
Bram Moolenaar4b22cdb2010-08-02 22:12:46 +0200694" [-- lua --] {{{3
Bram Moolenaaradc21822011-04-01 18:03:16 +0200695let s:luapath= fnameescape(expand("<sfile>:p:h")."/lua.vim")
Bram Moolenaar4b22cdb2010-08-02 22:12:46 +0200696if !filereadable(s:luapath)
Bram Moolenaara0f849e2015-10-30 14:37:44 +0100697 for s:luapath in split(globpath(&rtp,"syntax/lua.vim"),"\n")
698 if filereadable(fnameescape(s:luapath))
699 let s:luapath= fnameescape(s:luapath)
Bram Moolenaar9da7ff72015-01-14 12:52:36 +0100700 break
701 endif
702 endfor
Bram Moolenaar4b22cdb2010-08-02 22:12:46 +0200703endif
Bram Moolenaarf3913272016-02-25 00:00:01 +0100704if (g:vimsyn_embed =~# 'l' && has("lua")) && filereadable(s:luapath)
Bram Moolenaar4b22cdb2010-08-02 22:12:46 +0200705 unlet! b:current_syntax
Bram Moolenaar51ad4ea2018-04-06 11:14:11 +0200706 syn cluster vimFuncBodyList add=vimLuaRegion
Bram Moolenaar4b22cdb2010-08-02 22:12:46 +0200707 exe "syn include @vimLuaScript ".s:luapath
Bram Moolenaara0f849e2015-10-30 14:37:44 +0100708 VimFoldl syn region vimLuaRegion matchgroup=vimScriptDelim start=+lua\s*<<\s*\z(.*\)$+ end=+^\z1$+ contains=@vimLuaScript
Bram Moolenaar6c1e1572019-06-22 02:13:00 +0200709 VimFoldl syn region vimLuaRegion matchgroup=vimScriptDelim start=+lua\s*<<\s*$+ end=+\.$+ contains=@vimLuaScript
Bram Moolenaar4b22cdb2010-08-02 22:12:46 +0200710 syn cluster vimFuncBodyList add=vimLuaRegion
711else
712 syn region vimEmbedError start=+lua\s*<<\s*\z(.*\)$+ end=+^\z1$+
713 syn region vimEmbedError start=+lua\s*<<\s*$+ end=+\.$+
714endif
715unlet s:luapath
716
Bram Moolenaarcfbc5ee2004-07-02 15:38:35 +0000717" [-- perl --] {{{3
Bram Moolenaaradc21822011-04-01 18:03:16 +0200718let s:perlpath= fnameescape(expand("<sfile>:p:h")."/perl.vim")
Bram Moolenaar5c736222010-01-06 20:54:52 +0100719if !filereadable(s:perlpath)
Bram Moolenaara0f849e2015-10-30 14:37:44 +0100720 for s:perlpath in split(globpath(&rtp,"syntax/perl.vim"),"\n")
721 if filereadable(fnameescape(s:perlpath))
722 let s:perlpath= fnameescape(s:perlpath)
Bram Moolenaar9da7ff72015-01-14 12:52:36 +0100723 break
724 endif
725 endfor
Bram Moolenaar5c736222010-01-06 20:54:52 +0100726endif
Bram Moolenaarf3913272016-02-25 00:00:01 +0100727if (g:vimsyn_embed =~# 'p' && has("perl")) && filereadable(s:perlpath)
Bram Moolenaar071d4272004-06-13 20:20:40 +0000728 unlet! b:current_syntax
Bram Moolenaar51ad4ea2018-04-06 11:14:11 +0200729 syn cluster vimFuncBodyList add=vimPerlRegion
Bram Moolenaar5c736222010-01-06 20:54:52 +0100730 exe "syn include @vimPerlScript ".s:perlpath
Bram Moolenaar15142e22018-04-30 22:19:58 +0200731 VimFoldp syn region vimPerlRegion matchgroup=vimScriptDelim start=+pe\%[rl]\s*<<\s*\z(\S*\)\ze\(\s*["#].*\)\=$+ end=+^\z1\ze\(\s*[#"].*\)\=$+ contains=@vimPerlScript
732 VimFoldp syn region vimPerlRegion matchgroup=vimScriptDelim start=+pe\%[rl]\s*<<\s*$+ end=+\.$+ contains=@vimPerlScript
Bram Moolenaar5c736222010-01-06 20:54:52 +0100733 syn cluster vimFuncBodyList add=vimPerlRegion
Bram Moolenaarc236c162008-07-13 17:41:49 +0000734else
735 syn region vimEmbedError start=+pe\%[rl]\s*<<\s*\z(.*\)$+ end=+^\z1$+
736 syn region vimEmbedError start=+pe\%[rl]\s*<<\s*$+ end=+\.$+
Bram Moolenaar071d4272004-06-13 20:20:40 +0000737endif
Bram Moolenaar5c736222010-01-06 20:54:52 +0100738unlet s:perlpath
Bram Moolenaar071d4272004-06-13 20:20:40 +0000739
Bram Moolenaarcfbc5ee2004-07-02 15:38:35 +0000740" [-- ruby --] {{{3
Bram Moolenaaradc21822011-04-01 18:03:16 +0200741let s:rubypath= fnameescape(expand("<sfile>:p:h")."/ruby.vim")
Bram Moolenaar5c736222010-01-06 20:54:52 +0100742if !filereadable(s:rubypath)
Bram Moolenaara0f849e2015-10-30 14:37:44 +0100743 for s:rubypath in split(globpath(&rtp,"syntax/ruby.vim"),"\n")
744 if filereadable(fnameescape(s:rubypath))
745 let s:rubypath= fnameescape(s:rubypath)
Bram Moolenaar9da7ff72015-01-14 12:52:36 +0100746 break
747 endif
748 endfor
Bram Moolenaar5c736222010-01-06 20:54:52 +0100749endif
Bram Moolenaarf3913272016-02-25 00:00:01 +0100750if (g:vimsyn_embed =~# 'r' && has("ruby")) && filereadable(s:rubypath)
Bram Moolenaar51ad4ea2018-04-06 11:14:11 +0200751 syn cluster vimFuncBodyList add=vimRubyRegion
Bram Moolenaar071d4272004-06-13 20:20:40 +0000752 unlet! b:current_syntax
Bram Moolenaar5c736222010-01-06 20:54:52 +0100753 exe "syn include @vimRubyScript ".s:rubypath
Bram Moolenaar15142e22018-04-30 22:19:58 +0200754 VimFoldr syn region vimRubyRegion matchgroup=vimScriptDelim start=+rub[y]\s*<<\s*\z(\S*\)\ze\(\s*#.*\)\=$+ end=+^\z1\ze\(\s*".*\)\=$+ contains=@vimRubyScript
755 syn region vimRubyRegion matchgroup=vimScriptDelim start=+rub[y]\s*<<\s*$+ end=+\.$+ contains=@vimRubyScript
Bram Moolenaar5c736222010-01-06 20:54:52 +0100756 syn cluster vimFuncBodyList add=vimRubyRegion
Bram Moolenaarc236c162008-07-13 17:41:49 +0000757else
758 syn region vimEmbedError start=+rub[y]\s*<<\s*\z(.*\)$+ end=+^\z1$+
759 syn region vimEmbedError start=+rub[y]\s*<<\s*$+ end=+\.$+
Bram Moolenaar071d4272004-06-13 20:20:40 +0000760endif
Bram Moolenaar5c736222010-01-06 20:54:52 +0100761unlet s:rubypath
Bram Moolenaar071d4272004-06-13 20:20:40 +0000762
Bram Moolenaarcfbc5ee2004-07-02 15:38:35 +0000763" [-- python --] {{{3
Bram Moolenaaradc21822011-04-01 18:03:16 +0200764let s:pythonpath= fnameescape(expand("<sfile>:p:h")."/python.vim")
Bram Moolenaar5c736222010-01-06 20:54:52 +0100765if !filereadable(s:pythonpath)
Bram Moolenaara0f849e2015-10-30 14:37:44 +0100766 for s:pythonpath in split(globpath(&rtp,"syntax/python.vim"),"\n")
767 if filereadable(fnameescape(s:pythonpath))
768 let s:pythonpath= fnameescape(s:pythonpath)
Bram Moolenaar9da7ff72015-01-14 12:52:36 +0100769 break
770 endif
771 endfor
Bram Moolenaar5c736222010-01-06 20:54:52 +0100772endif
Bram Moolenaar51ad4ea2018-04-06 11:14:11 +0200773if g:vimsyn_embed =~# 'P' && has("pythonx") && filereadable(s:pythonpath)
Bram Moolenaar071d4272004-06-13 20:20:40 +0000774 unlet! b:current_syntax
Bram Moolenaar51ad4ea2018-04-06 11:14:11 +0200775 syn cluster vimFuncBodyList add=vimPythonRegion
Bram Moolenaar5c736222010-01-06 20:54:52 +0100776 exe "syn include @vimPythonScript ".s:pythonpath
Bram Moolenaar6304be62021-11-27 10:57:26 +0000777 VimFoldP syn region vimPythonRegion matchgroup=vimScriptDelim start=+py\%[thon][3x]\=\s*<<\s*\%(trim\s*\)\=\z(\S*\)\ze\(\s*#.*\)\=$+ end=+^\z1\ze\(\s*".*\)\=$+ contains=@vimPythonScript
778 VimFoldP syn region vimPythonRegion matchgroup=vimScriptDelim start=+py\%[thon][3x]\=\s*<<\s*\%(trim\s*\)\=$+ end=+\.$+ contains=@vimPythonScript
779 VimFoldP syn region vimPythonRegion matchgroup=vimScriptDelim start=+Py\%[thon]2or3\s*<<\s*\%(trim\s*\)\=\z(\S*\)\ze\(\s*#.*\)\=$+ end=+^\z1\ze\(\s*".*\)\=$+ contains=@vimPythonScript
780 VimFoldP syn region vimPythonRegion matchgroup=vimScriptDelim start=+Py\%[thon]2or3\=\s*<<\s*\%(trim\s*\)\=$+ end=+\.$+ contains=@vimPythonScript
Bram Moolenaar5c736222010-01-06 20:54:52 +0100781 syn cluster vimFuncBodyList add=vimPythonRegion
Bram Moolenaarc236c162008-07-13 17:41:49 +0000782else
Bram Moolenaarfa01c392010-07-20 12:36:02 +0200783 syn region vimEmbedError start=+py\%[thon]3\=\s*<<\s*\z(.*\)$+ end=+^\z1$+
784 syn region vimEmbedError start=+py\%[thon]3\=\s*<<\s*$+ end=+\.$+
Bram Moolenaar071d4272004-06-13 20:20:40 +0000785endif
Bram Moolenaar5c736222010-01-06 20:54:52 +0100786unlet s:pythonpath
Bram Moolenaar071d4272004-06-13 20:20:40 +0000787
Bram Moolenaarcfbc5ee2004-07-02 15:38:35 +0000788" [-- tcl --] {{{3
Bram Moolenaara0f849e2015-10-30 14:37:44 +0100789if has("win32") || has("win95") || has("win64") || has("win16")
790 " apparently has("tcl") has been hanging vim on some windows systems with cygwin
791 let s:trytcl= (&shell !~ '\<\%(bash\>\|4[nN][tT]\|\<zsh\)\>\%(\.exe\)\=$')
792else
793 let s:trytcl= 1
794endif
Bram Moolenaara6878372014-03-22 21:02:50 +0100795if s:trytcl
796 let s:tclpath= fnameescape(expand("<sfile>:p:h")."/tcl.vim")
797 if !filereadable(s:tclpath)
Bram Moolenaara0f849e2015-10-30 14:37:44 +0100798 for s:tclpath in split(globpath(&rtp,"syntax/tcl.vim"),"\n")
799 if filereadable(fnameescape(s:tclpath))
800 let s:tclpath= fnameescape(s:tclpath)
Bram Moolenaar9da7ff72015-01-14 12:52:36 +0100801 break
802 endif
803 endfor
Bram Moolenaar5c736222010-01-06 20:54:52 +0100804 endif
Bram Moolenaarf3913272016-02-25 00:00:01 +0100805 if (g:vimsyn_embed =~# 't' && has("tcl")) && filereadable(s:tclpath)
Bram Moolenaara6878372014-03-22 21:02:50 +0100806 unlet! b:current_syntax
Bram Moolenaar51ad4ea2018-04-06 11:14:11 +0200807 syn cluster vimFuncBodyList add=vimTclRegion
Bram Moolenaara6878372014-03-22 21:02:50 +0100808 exe "syn include @vimTclScript ".s:tclpath
Bram Moolenaara0f849e2015-10-30 14:37:44 +0100809 VimFoldt syn region vimTclRegion matchgroup=vimScriptDelim start=+tc[l]\=\s*<<\s*\z(.*\)$+ end=+^\z1$+ contains=@vimTclScript
810 VimFoldt syn region vimTclRegion matchgroup=vimScriptDelim start=+tc[l]\=\s*<<\s*$+ end=+\.$+ contains=@vimTclScript
Bram Moolenaara6878372014-03-22 21:02:50 +0100811 syn cluster vimFuncBodyList add=vimTclScript
812 else
813 syn region vimEmbedError start=+tc[l]\=\s*<<\s*\z(.*\)$+ end=+^\z1$+
814 syn region vimEmbedError start=+tc[l]\=\s*<<\s*$+ end=+\.$+
815 endif
816 unlet s:tclpath
Bram Moolenaarc236c162008-07-13 17:41:49 +0000817else
818 syn region vimEmbedError start=+tc[l]\=\s*<<\s*\z(.*\)$+ end=+^\z1$+
819 syn region vimEmbedError start=+tc[l]\=\s*<<\s*$+ end=+\.$+
Bram Moolenaar9964e462007-05-05 17:54:07 +0000820endif
Bram Moolenaara6878372014-03-22 21:02:50 +0100821unlet s:trytcl
Bram Moolenaar071d4272004-06-13 20:20:40 +0000822
Bram Moolenaar8299df92004-07-10 09:47:34 +0000823" [-- mzscheme --] {{{3
Bram Moolenaaradc21822011-04-01 18:03:16 +0200824let s:mzschemepath= fnameescape(expand("<sfile>:p:h")."/scheme.vim")
Bram Moolenaar5c736222010-01-06 20:54:52 +0100825if !filereadable(s:mzschemepath)
Bram Moolenaara0f849e2015-10-30 14:37:44 +0100826 for s:mzschemepath in split(globpath(&rtp,"syntax/mzscheme.vim"),"\n")
827 if filereadable(fnameescape(s:mzschemepath))
828 let s:mzschemepath= fnameescape(s:mzschemepath)
Bram Moolenaar9da7ff72015-01-14 12:52:36 +0100829 break
830 endif
831 endfor
Bram Moolenaar5c736222010-01-06 20:54:52 +0100832endif
Bram Moolenaarf3913272016-02-25 00:00:01 +0100833if (g:vimsyn_embed =~# 'm' && has("mzscheme")) && filereadable(s:mzschemepath)
Bram Moolenaar8299df92004-07-10 09:47:34 +0000834 unlet! b:current_syntax
Bram Moolenaar03413f42016-04-12 21:07:15 +0200835 let s:iskKeep= &isk
Bram Moolenaar51ad4ea2018-04-06 11:14:11 +0200836 syn cluster vimFuncBodyList add=vimMzSchemeRegion
Bram Moolenaar5c736222010-01-06 20:54:52 +0100837 exe "syn include @vimMzSchemeScript ".s:mzschemepath
Bram Moolenaar03413f42016-04-12 21:07:15 +0200838 let &isk= s:iskKeep
839 unlet s:iskKeep
Bram Moolenaara0f849e2015-10-30 14:37:44 +0100840 VimFoldm syn region vimMzSchemeRegion matchgroup=vimScriptDelim start=+mz\%[scheme]\s*<<\s*\z(.*\)$+ end=+^\z1$+ contains=@vimMzSchemeScript
841 VimFoldm syn region vimMzSchemeRegion matchgroup=vimScriptDelim start=+mz\%[scheme]\s*<<\s*$+ end=+\.$+ contains=@vimMzSchemeScript
Bram Moolenaar5c736222010-01-06 20:54:52 +0100842 syn cluster vimFuncBodyList add=vimMzSchemeRegion
Bram Moolenaarc236c162008-07-13 17:41:49 +0000843else
844 syn region vimEmbedError start=+mz\%[scheme]\s*<<\s*\z(.*\)$+ end=+^\z1$+
845 syn region vimEmbedError start=+mz\%[scheme]\s*<<\s*$+ end=+\.$+
Bram Moolenaar8299df92004-07-10 09:47:34 +0000846endif
Bram Moolenaar5c736222010-01-06 20:54:52 +0100847unlet s:mzschemepath
Bram Moolenaar8299df92004-07-10 09:47:34 +0000848
Bram Moolenaarcfbc5ee2004-07-02 15:38:35 +0000849" Synchronize (speed) {{{2
Bram Moolenaar071d4272004-06-13 20:20:40 +0000850"============
Bram Moolenaar3577c6f2008-06-24 21:16:56 +0000851if exists("g:vimsyn_minlines")
852 exe "syn sync minlines=".g:vimsyn_minlines
Bram Moolenaar071d4272004-06-13 20:20:40 +0000853endif
Bram Moolenaar03413f42016-04-12 21:07:15 +0200854exe "syn sync maxlines=".s:vimsyn_maxlines
Bram Moolenaar071d4272004-06-13 20:20:40 +0000855syn sync linecont "^\s\+\\"
856syn sync match vimAugroupSyncA groupthere NONE "\<aug\%[roup]\>\s\+[eE][nN][dD]"
857
Bram Moolenaar5c736222010-01-06 20:54:52 +0100858" ====================
Bram Moolenaarcfbc5ee2004-07-02 15:38:35 +0000859" Highlighting Settings {{{2
Bram Moolenaar071d4272004-06-13 20:20:40 +0000860" ====================
861
Bram Moolenaarf37506f2016-08-31 22:22:10 +0200862if !exists("skip_vim_syntax_inits")
863 if !exists("g:vimsyn_noerror")
864 hi def link vimBehaveError vimError
865 hi def link vimCollClassErr vimError
866 hi def link vimErrSetting vimError
867 hi def link vimEmbedError vimError
868 hi def link vimFTError vimError
869 hi def link vimFunctionError vimError
870 hi def link vimFunc vimError
871 hi def link vimHiAttribList vimError
872 hi def link vimHiCtermError vimError
873 hi def link vimHiKeyError vimError
874 hi def link vimKeyCodeError vimError
875 hi def link vimMapModErr vimError
876 hi def link vimSubstFlagErr vimError
877 hi def link vimSynCaseError vimError
878 hi def link vimBufnrWarn vimWarn
879 endif
Bram Moolenaarcfbc5ee2004-07-02 15:38:35 +0000880
Bram Moolenaarf37506f2016-08-31 22:22:10 +0200881 hi def link vimAbb vimCommand
882 hi def link vimAddress vimMark
883 hi def link vimAugroupError vimError
884 hi def link vimAugroupKey vimCommand
885 hi def link vimAuHighlight vimHighlight
886 hi def link vimAutoCmdOpt vimOption
887 hi def link vimAutoCmd vimCommand
888 hi def link vimAutoEvent Type
Bram Moolenaard58a3bf2020-09-28 21:48:16 +0200889 hi def link vimAutoCmdMod Special
Bram Moolenaarf37506f2016-08-31 22:22:10 +0200890 hi def link vimAutoSet vimCommand
891 hi def link vimBehaveModel vimBehave
892 hi def link vimBehave vimCommand
893 hi def link vimBracket Delimiter
894 hi def link vimCmplxRepeat SpecialChar
895 hi def link vimCommand Statement
896 hi def link vimComment Comment
Bram Moolenaar2c7f8c52020-04-20 19:52:53 +0200897 hi def link vim9Comment Comment
Bram Moolenaarf37506f2016-08-31 22:22:10 +0200898 hi def link vimCommentString vimString
899 hi def link vimCommentTitle PreProc
900 hi def link vimCondHL vimCommand
901 hi def link vimContinue Special
902 hi def link vimCtrlChar SpecialChar
903 hi def link vimEchoHLNone vimGroup
904 hi def link vimEchoHL vimCommand
905 hi def link vimElseIfErr Error
906 hi def link vimElseif vimCondHL
907 hi def link vimEnvvar PreProc
908 hi def link vimError Error
Bram Moolenaar6ba83ba2022-06-12 22:15:57 +0100909 hi def link vimEscape Special
Bram Moolenaarf37506f2016-08-31 22:22:10 +0200910 hi def link vimFBVar vimVar
911 hi def link vimFgBgAttrib vimHiAttrib
Bram Moolenaarcbaff5e2022-04-08 17:45:08 +0100912 hi def link vimFuncEcho vimCommand
Bram Moolenaar2547aa92020-07-26 17:00:44 +0200913 hi def link vimHiCtermul vimHiTerm
Bram Moolenaarf37506f2016-08-31 22:22:10 +0200914 hi def link vimFold Folded
915 hi def link vimFTCmd vimCommand
916 hi def link vimFTOption vimSynType
917 hi def link vimFuncKey vimCommand
918 hi def link vimFuncName Function
919 hi def link vimFuncSID Special
920 hi def link vimFuncVar Identifier
921 hi def link vimGroupAdd vimSynOption
922 hi def link vimGroupName vimGroup
923 hi def link vimGroupRem vimSynOption
924 hi def link vimGroupSpecial Special
925 hi def link vimGroup Type
926 hi def link vimHiAttrib PreProc
927 hi def link vimHiClear vimHighlight
928 hi def link vimHiCtermFgBg vimHiTerm
929 hi def link vimHiCTerm vimHiTerm
930 hi def link vimHighlight vimCommand
931 hi def link vimHiGroup vimGroupName
932 hi def link vimHiGuiFgBg vimHiTerm
933 hi def link vimHiGuiFont vimHiTerm
934 hi def link vimHiGuiRgb vimNumber
935 hi def link vimHiGui vimHiTerm
936 hi def link vimHiNmbr Number
937 hi def link vimHiStartStop vimHiTerm
938 hi def link vimHiTerm Type
939 hi def link vimHLGroup vimGroup
940 hi def link vimHLMod PreProc
941 hi def link vimInsert vimString
942 hi def link vimIskSep Delimiter
943 hi def link vimKeyCode vimSpecFile
944 hi def link vimKeyword Statement
945 hi def link vimLet vimCommand
Bram Moolenaar1ff14ba2019-11-02 14:09:23 +0100946 hi def link vimLetHereDoc vimString
947 hi def link vimLetHereDocStart Special
948 hi def link vimLetHereDocStop Special
Bram Moolenaarf37506f2016-08-31 22:22:10 +0200949 hi def link vimLineComment vimComment
Bram Moolenaar2c7f8c52020-04-20 19:52:53 +0200950 hi def link vim9LineComment vimComment
Bram Moolenaarf37506f2016-08-31 22:22:10 +0200951 hi def link vimMapBang vimCommand
952 hi def link vimMapModKey vimFuncSID
953 hi def link vimMapMod vimBracket
954 hi def link vimMap vimCommand
955 hi def link vimMark Number
956 hi def link vimMarkNumber vimNumber
957 hi def link vimMenuMod vimMapMod
958 hi def link vimMenuNameMore vimMenuName
959 hi def link vimMenuName PreProc
960 hi def link vimMtchComment vimComment
961 hi def link vimNorm vimCommand
962 hi def link vimNotation Special
963 hi def link vimNotFunc vimCommand
964 hi def link vimNotPatSep vimString
965 hi def link vimNumber Number
966 hi def link vimOperError Error
967 hi def link vimOper Operator
Bram Moolenaar388a5d42020-05-26 21:20:45 +0200968 hi def link vimOperStar vimOper
Bram Moolenaarf37506f2016-08-31 22:22:10 +0200969 hi def link vimOption PreProc
970 hi def link vimParenSep Delimiter
Bram Moolenaard2855f52018-07-31 22:23:58 +0200971 hi def link vimPatSepErr vimError
Bram Moolenaarf37506f2016-08-31 22:22:10 +0200972 hi def link vimPatSepR vimPatSep
973 hi def link vimPatSep SpecialChar
974 hi def link vimPatSepZone vimString
975 hi def link vimPatSepZ vimPatSep
976 hi def link vimPattern Type
977 hi def link vimPlainMark vimMark
978 hi def link vimPlainRegister vimRegister
979 hi def link vimRegister SpecialChar
980 hi def link vimScriptDelim Comment
981 hi def link vimSearchDelim Statement
982 hi def link vimSearch vimString
983 hi def link vimSep Delimiter
984 hi def link vimSetMod vimOption
985 hi def link vimSetSep Statement
986 hi def link vimSetString vimString
987 hi def link vimSpecFile Identifier
988 hi def link vimSpecFileMod vimSpecFile
989 hi def link vimSpecial Type
990 hi def link vimStatement Statement
991 hi def link vimStringCont vimString
992 hi def link vimString String
Bram Moolenaard2855f52018-07-31 22:23:58 +0200993 hi def link vimStringEnd vimString
Bram Moolenaarf37506f2016-08-31 22:22:10 +0200994 hi def link vimSubst1 vimSubst
995 hi def link vimSubstDelim Delimiter
996 hi def link vimSubstFlags Special
997 hi def link vimSubstSubstr SpecialChar
998 hi def link vimSubstTwoBS vimString
999 hi def link vimSubst vimCommand
1000 hi def link vimSynCaseError Error
1001 hi def link vimSynCase Type
1002 hi def link vimSyncC Type
1003 hi def link vimSyncError Error
1004 hi def link vimSyncGroupName vimGroupName
1005 hi def link vimSyncGroup vimGroupName
1006 hi def link vimSyncKey Type
1007 hi def link vimSyncNone Type
1008 hi def link vimSynContains vimSynOption
1009 hi def link vimSynError Error
1010 hi def link vimSynKeyContainedin vimSynContains
1011 hi def link vimSynKeyOpt vimSynOption
1012 hi def link vimSynMtchGrp vimSynOption
1013 hi def link vimSynMtchOpt vimSynOption
1014 hi def link vimSynNextgroup vimSynOption
1015 hi def link vimSynNotPatRange vimSynRegPat
1016 hi def link vimSynOption Special
1017 hi def link vimSynPatRange vimString
1018 hi def link vimSynRegOpt vimSynOption
1019 hi def link vimSynRegPat vimString
1020 hi def link vimSynReg Type
1021 hi def link vimSyntax vimCommand
1022 hi def link vimSynType vimSpecial
1023 hi def link vimTodo Todo
Bram Moolenaar4d8f4762021-06-27 15:18:56 +02001024 hi def link vimType Type
Bram Moolenaarf37506f2016-08-31 22:22:10 +02001025 hi def link vimUnmap vimMap
1026 hi def link vimUserAttrbCmpltFunc Special
1027 hi def link vimUserAttrbCmplt vimSpecial
1028 hi def link vimUserAttrbKey vimOption
1029 hi def link vimUserAttrb vimSpecial
1030 hi def link vimUserAttrbError Error
1031 hi def link vimUserCmdError Error
1032 hi def link vimUserCommand vimCommand
1033 hi def link vimUserFunc Normal
1034 hi def link vimVar Identifier
1035 hi def link vimWarn WarningMsg
1036endif
Bram Moolenaar071d4272004-06-13 20:20:40 +00001037
Bram Moolenaarcfbc5ee2004-07-02 15:38:35 +00001038" Current Syntax Variable: {{{2
Bram Moolenaar071d4272004-06-13 20:20:40 +00001039let b:current_syntax = "vim"
Bram Moolenaar6be7f872012-01-20 21:08:56 +01001040
1041" ---------------------------------------------------------------------
1042" Cleanup: {{{1
Bram Moolenaara0f849e2015-10-30 14:37:44 +01001043delc VimFolda
1044delc VimFoldf
1045delc VimFoldl
1046delc VimFoldm
1047delc VimFoldp
1048delc VimFoldP
1049delc VimFoldr
1050delc VimFoldt
Bram Moolenaar6be7f872012-01-20 21:08:56 +01001051let &cpo = s:keepcpo
1052unlet s:keepcpo
Bram Moolenaar071d4272004-06-13 20:20:40 +00001053" vim:ts=18 fdm=marker