blob: b19a43522979bbf4e5af7083215ac5f4b7df5689 [file] [log] [blame]
Bram Moolenaar071d4272004-06-13 20:20:40 +00001" Vim syntax file
dkearns982e1912024-03-28 20:06:03 +11002" Language: Vim script
3" Maintainer: Hirohito Higashi <h.east.727 ATMARK gmail.com>
4" Doug Kearns <dougkearns@gmail.com>
Doug Kearnsc273f1a2025-01-20 21:53:01 +01005" Last Change: 2025 Jan 20
Christian Brabandtf9ca1392024-02-19 20:37:11 +01006" Former Maintainer: Charles E. Campbell
h-east9b53c052024-02-13 21:09:22 +01007
8" DO NOT CHANGE DIRECTLY.
9" THIS FILE PARTLY GENERATED BY gen_syntax_vim.vim.
10" (Search string "GEN_SYN_VIM:" in this file)
11
Bram Moolenaar071d4272004-06-13 20:20:40 +000012" Automatically generated keyword lists: {{{1
13
14" Quit when a syntax file was already loaded {{{2
15if exists("b:current_syntax")
16 finish
17endif
Bram Moolenaar113cb512021-11-07 20:27:04 +000018let s:keepcpo= &cpo
Bram Moolenaar6be7f872012-01-20 21:08:56 +010019set cpo&vim
Bram Moolenaar071d4272004-06-13 20:20:40 +000020
dkearns04e53632024-04-11 06:18:37 +100021let s:vim9script = "\n" .. getline(1, 32)->join("\n") =~# '\n\s*vim9\%[script]\>'
22
Bram Moolenaar071d4272004-06-13 20:20:40 +000023" vimTodo: contains common special-notices for comments {{{2
24" Use the vimCommentGroup cluster to add your own.
Bram Moolenaare2719092015-01-10 15:09:25 +010025syn keyword vimTodo contained COMBAK FIXME TODO XXX
Bram Moolenaar217ad922005-03-20 22:37:15 +000026syn cluster vimCommentGroup contains=vimTodo,@Spell
Bram Moolenaar071d4272004-06-13 20:20:40 +000027
28" regular vim commands {{{2
Doug Kearns1718e7d2025-01-08 18:20:47 +010029" GEN_SYN_VIM: vimCommand normal, START_STR='syn keyword vimCommand contained', END_STR='nextgroup=vimBang'
30syn keyword vimCommand contained abo[veleft] al[l] ar[gs] arga[dd] argd[elete] argdo argded[upe] arge[dit] argg[lobal] argl[ocal] argu[ment] as[cii] b[uffer] bN[ext] ba[ll] bad[d] balt bd[elete] bel[owright] bf[irst] bl[ast] bm[odified] bn[ext] bo[tright] bp[revious] br[ewind] brea[k] breaka[dd] breakd[el] breakl[ist] bro[wse] buffers bufd[o] bun[load] bw[ipeout] c[hange] cN[ext] cNf[ile] cabo[ve] cad[dbuffer] cadde[xpr] caddf[ile] caf[ter] cb[uffer] cbe[fore] cbel[ow] cbo[ttom] cc ccl[ose] cd cdo ce[nter] cex[pr] cf[ile] cfd[o] cfir[st] cg[etfile] cgetb[uffer] cgete[xpr] chd[ir] changes che[ckpath] checkt[ime] chi[story] cl[ist] cla[st] clo[se] cle[arjumps] cn[ext] cnew[er] cnf[ile] co[py] col[der] colo[rscheme] com[mand] comc[lear] comp[iler] con[tinue] conf[irm] nextgroup=vimBang
31syn keyword vimCommand contained cons[t] cope[n] cp[revious] cpf[ile] cq[uit] cr[ewind] cs[cope] cst[ag] cw[indow] d[elete] delm[arks] deb[ug] debugg[reedy] defc[ompile] defe[r] delf[unction] di[splay] dif[fupdate] diffg[et] diffo[ff] diffp[atch] diffpu[t] diffs[plit] difft[his] dig[raphs] disa[ssemble] dj[ump] dli[st] dr[op] ds[earch] dsp[lit] e[dit] ea[rlier] el[se] em[enu] en[dif] endfo[r] endt[ry] endw[hile] ene[w] ev[al] ex exi[t] exu[sage] f[ile] files filet[ype] filt[er] fin[d] fina[lly] fini[sh] fir[st] fix[del] fo[ld] foldc[lose] foldd[oopen] folddoc[losed] foldo[pen] g[lobal] go[to] gr[ep] grepa[dd] gu[i] gv[im] h[elp] helpc[lose] helpf[ind] helpg[rep] helpt[ags] ha[rdcopy] hi[ghlight] hid[e] his[tory] hor[izontal] ij[ump] il[ist] imp[ort] int[ro] is[earch] nextgroup=vimBang
32syn keyword vimCommand contained isp[lit] j[oin] ju[mps] k kee[pmarks] keepj[umps] keepp[atterns] keepa[lt] l[ist] lN[ext] lNf[ile] la[st] lab[ove] lan[guage] lad[dexpr] laddb[uffer] laddf[ile] laf[ter] lat[er] lb[uffer] lbe[fore] lbel[ow] lbo[ttom] lc[d] lch[dir] lcl[ose] lcs[cope] ld[o] le[ft] lefta[bove] lex[pr] leg[acy] lf[ile] lfd[o] lfir[st] lg[etfile] lgetb[uffer] lgete[xpr] lgr[ep] lgrepa[dd] lh[elpgrep] lhi[story] ll lla[st] lli[st] lmak[e] lne[xt] lnew[er] lnf[ile] lo[adview] loc[kmarks] lockv[ar] lol[der] lop[en] lp[revious] lpf[ile] lr[ewind] lt[ag] lua luad[o] luaf[ile] lv[imgrep] lvimgrepa[dd] lw[indow] ls m[ove] ma[rk] mak[e] marks menut[ranslate] mes[sages] mk[exrc] mks[ession] mksp[ell] mkv[imrc] mkvie[w] mod[e] mz[scheme] mzf[ile] n[ext] nb[key] nextgroup=vimBang
33syn keyword vimCommand contained nbc[lose] nbs[tart] noa[utocmd] noh[lsearch] nos[wapfile] nu[mber] o[pen] ol[dfiles] on[ly] opt[ions] ow[nsyntax] p[rint] pa[ckadd] packl[oadall] pb[uffer] pc[lose] pe[rl] perld[o] ped[it] po[p] pp[op] pre[serve] prev[ious] pro[mptfind] promptr[epl] prof[ile] profd[el] ps[earch] pt[ag] ptN[ext] ptf[irst] ptj[ump] ptl[ast] ptn[ext] ptp[revious] ptr[ewind] pts[elect] pu[t] pw[d] py[thon] pyd[o] pyf[ile] py3 py3d[o] python3 py3f[ile] pyx pyxd[o] pythonx pyxf[ile] q[uit] quita[ll] qa[ll] r[ead] rec[over] red[o] redi[r] redr[aw] redraws[tatus] redrawt[abline] reg[isters] res[ize] ret[ab] rew[ind] ri[ght] rightb[elow] ru[ntime] rub[y] rubyd[o] rubyf[ile] rund[o] rv[iminfo] sN[ext] sa[rgument] sal[l] san[dbox] sav[eas] sb[uffer] sbN[ext] nextgroup=vimBang
34syn keyword vimCommand contained sba[ll] sbf[irst] sbl[ast] sbm[odified] sbn[ext] sbp[revious] sbr[ewind] scr[iptnames] scripte[ncoding] scriptv[ersion] scs[cope] setf[iletype] sf[ind] sfir[st] sh[ell] sim[alt] sig[n] sil[ent] sla[st] sn[ext] so[urce] sor[t] sp[lit] spe[llgood] spelld[ump] spelli[nfo] spellr[epall] spellra[re] spellu[ndo] spellw[rong] spr[evious] sre[wind] st[op] sta[g] star[tinsert] startg[replace] startr[eplace] stopi[nsert] stj[ump] sts[elect] sun[hide] sus[pend] sv[iew] sw[apname] synti[me] sync[bind] smi[le] t tN[ext] ta[g] tags tab tabc[lose] tabd[o] tabe[dit] tabf[ind] tabfir[st] tabm[ove] tabl[ast] tabn[ext] tabnew tabo[nly] tabp[revious] tabN[ext] tabr[ewind] tabs tc[d] tch[dir] tcl tcld[o] tclf[ile] te[aroff] ter[minal] tf[irst] tj[ump] nextgroup=vimBang
35syn keyword vimCommand contained tl[ast] tn[ext] to[pleft] tp[revious] tr[ewind] try ts[elect] u[ndo] undoj[oin] undol[ist] unh[ide] unlo[ckvar] uns[ilent] up[date] v[global] ve[rsion] verb[ose] vert[ical] vi[sual] vie[w] vim[grep] vimgrepa[dd] vim9[cmd] viu[sage] vne[w] vs[plit] w[rite] wN[ext] wa[ll] wi[nsize] winc[md] wind[o] winp[os] wn[ext] wp[revious] wq wqa[ll] wu[ndo] wv[iminfo] x[it] xa[ll] xr[estore] y[ank] z dl dell delel deletl deletel dp dep delp delep deletp deletep a i nextgroup=vimBang
h-east9b53c052024-02-13 21:09:22 +010036
Aliaksei Budaveidfcef892024-02-18 21:02:14 +030037" Lower priority for _new_ to distinguish constructors from the command.
38syn match vimCommand contained "\<new\>(\@!"
Bram Moolenaare2719092015-01-10 15:09:25 +010039syn match vimCommand contained "\<z[-+^.=]\=\>"
h-east9b53c052024-02-13 21:09:22 +010040syn keyword vimStdPlugin contained Arguments Asm Break Cfilter Clear Continue DiffOrig Evaluate Finish Gdb Lfilter Man Over Program Run S Source Step Stop Termdebug TermdebugCommand TOhtml Until Winbar XMLent XMLns
Bram Moolenaar071d4272004-06-13 20:20:40 +000041
42" vimOptions are caught only when contained in a vimSet {{{2
Doug Kearnsddbb6fe2024-07-24 20:21:22 +020043" GEN_SYN_VIM: vimOption normal, START_STR='syn keyword vimOption contained', END_STR='skipwhite nextgroup=vimSetEqual,vimSetMod'
44syn keyword vimOption contained al aleph ari allowrevins ambw ambiwidth arab arabic arshape arabicshape acd autochdir ai autoindent ar autoread asd autoshelldir aw autowrite awa autowriteall bg background bs backspace bk backup bkc backupcopy bdir backupdir bex backupext bsk backupskip bdlay balloondelay beval ballooneval bevalterm balloonevalterm bexpr balloonexpr bo belloff bin binary bomb brk breakat bri breakindent briopt breakindentopt bsdir browsedir bh bufhidden bl buflisted bt buftype cmp casemap cdh cdhome cd cdpath cedit ccv charconvert cin cindent cink cinkeys cino cinoptions cinsd cinscopedecls cinw cinwords cb clipboard ch cmdheight cwh cmdwinheight cc colorcolumn co columns com comments cms commentstring cp compatible cpt complete cfu completefunc skipwhite nextgroup=vimSetEqual,vimSetMod
Doug Kearns818c6412024-10-06 17:00:48 +020045syn keyword vimOption contained cia completeitemalign cot completeopt cpp completepopup csl completeslash cocu concealcursor cole conceallevel cf confirm ci copyindent cpo cpoptions cm cryptmethod cspc cscopepathcomp csprg cscopeprg csqf cscopequickfix csre cscoperelative cst cscopetag csto cscopetagorder csverb cscopeverbose crb cursorbind cuc cursorcolumn cul cursorline culopt cursorlineopt debug def define deco delcombine dict dictionary diff dex diffexpr dip diffopt dg digraph dir directory dy display ead eadirection ed edcompatible emo emoji enc encoding eof endoffile eol endofline ea equalalways ep equalprg eb errorbells ef errorfile efm errorformat ek esckeys ei eventignore et expandtab ex exrc fenc fileencoding fencs fileencodings ff fileformat ffs fileformats skipwhite nextgroup=vimSetEqual,vimSetMod
Yinzuo Jianga2a2fe82024-12-16 21:22:09 +010046syn keyword vimOption contained fic fileignorecase ft filetype fcs fillchars ffu findfunc fixeol fixendofline fcl foldclose fdc foldcolumn fen foldenable fde foldexpr fdi foldignore fdl foldlevel fdls foldlevelstart fmr foldmarker fdm foldmethod fml foldminlines fdn foldnestmax fdo foldopen fdt foldtext fex formatexpr flp formatlistpat fo formatoptions fp formatprg fs fsync gd gdefault gfm grepformat gp grepprg gcr guicursor gfn guifont gfs guifontset gfw guifontwide ghr guiheadroom gli guiligatures go guioptions guipty gtl guitablabel gtt guitabtooltip hf helpfile hh helpheight hlg helplang hid hidden hl highlight hi history hk hkmap hkp hkmapp hls hlsearch icon iconstring ic ignorecase imaf imactivatefunc imak imactivatekey imc imcmdline imd imdisable imi iminsert skipwhite nextgroup=vimSetEqual,vimSetMod
47syn keyword vimOption contained ims imsearch imsf imstatusfunc imst imstyle inc include inex includeexpr is incsearch inde indentexpr indk indentkeys inf infercase im insertmode isf isfname isi isident isk iskeyword isp isprint js joinspaces jop jumpoptions key kmp keymap km keymodel kpc keyprotocol kp keywordprg lmap langmap lm langmenu lnr langnoremap lrm langremap ls laststatus lz lazyredraw lbr linebreak lines lsp linespace lisp lop lispoptions lw lispwords list lcs listchars lpl loadplugins luadll magic mef makeef menc makeencoding mp makeprg mps matchpairs mat matchtime mco maxcombine mfd maxfuncdepth mmd maxmapdepth mm maxmem mmp maxmempattern mmt maxmemtot mis menuitems mopt messagesopt msm mkspellmem ml modeline mle modelineexpr mls modelines ma modifiable skipwhite nextgroup=vimSetEqual,vimSetMod
48syn keyword vimOption contained mod modified more mouse mousef mousefocus mh mousehide mousem mousemodel mousemev mousemoveevent mouses mouseshape mouset mousetime mzq mzquantum mzschemedll mzschemegcdll nf nrformats nu number nuw numberwidth ofu omnifunc odev opendevice opfunc operatorfunc pp packpath para paragraphs paste pt pastetoggle pex patchexpr pm patchmode pa path perldll pi preserveindent pvh previewheight pvp previewpopup pvw previewwindow pdev printdevice penc printencoding pexpr printexpr pfn printfont pheader printheader pmbcs printmbcharset pmbfn printmbfont popt printoptions prompt ph pumheight pw pumwidth pythondll pythonhome pythonthreedll pythonthreehome pyx pyxversion qftf quickfixtextfunc qe quoteescape ro readonly rdt redrawtime re regexpengine skipwhite nextgroup=vimSetEqual,vimSetMod
49syn keyword vimOption contained rnu relativenumber remap rop renderoptions report rs restorescreen ri revins rl rightleft rlc rightleftcmd rubydll ru ruler ruf rulerformat rtp runtimepath scr scroll scb scrollbind scf scrollfocus sj scrolljump so scrolloff sbo scrollopt sect sections secure sel selection slm selectmode ssop sessionoptions sh shell shcf shellcmdflag sp shellpipe shq shellquote srr shellredir ssl shellslash stmp shelltemp st shelltype sxe shellxescape sxq shellxquote sr shiftround sw shiftwidth shm shortmess sn shortname sbr showbreak sc showcmd sloc showcmdloc sft showfulltag sm showmatch smd showmode stal showtabline ss sidescroll siso sidescrolloff scl signcolumn scs smartcase si smartindent sta smarttab sms smoothscroll sts softtabstop spell skipwhite nextgroup=vimSetEqual,vimSetMod
50syn keyword vimOption contained spc spellcapcheck spf spellfile spl spelllang spo spelloptions sps spellsuggest sb splitbelow spk splitkeep spr splitright sol startofline stl statusline su suffixes sua suffixesadd swf swapfile sws swapsync swb switchbuf smc synmaxcol syn syntax tcl tabclose tal tabline tpm tabpagemax ts tabstop tbs tagbsearch tc tagcase tfu tagfunc tl taglength tr tagrelative tag tags tgst tagstack tcldll term tbidi termbidi tenc termencoding tgc termguicolors twk termwinkey twsl termwinscroll tws termwinsize twt termwintype terse ta textauto tx textmode tw textwidth tsr thesaurus tsrfu thesaurusfunc top tildeop to timeout tm timeoutlen title titlelen titleold titlestring tb toolbar tbis toolbariconsize ttimeout ttm ttimeoutlen tbi ttybuiltin skipwhite nextgroup=vimSetEqual,vimSetMod
51syn keyword vimOption contained tf ttyfast ttym ttymouse tsl ttyscroll tty ttytype udir undodir udf undofile ul undolevels ur undoreload uc updatecount ut updatetime vsts varsofttabstop vts vartabstop vbs verbose vfile verbosefile vdir viewdir vop viewoptions vi viminfo vif viminfofile ve virtualedit vb visualbell warn wiv weirdinvert ww whichwrap wc wildchar wcm wildcharm wig wildignore wic wildignorecase wmnu wildmenu wim wildmode wop wildoptions wak winaltkeys wcr wincolor wi window wfb winfixbuf wfh winfixheight wfw winfixwidth wh winheight wmh winminheight wmw winminwidth winptydll wiw winwidth wrap wm wrapmargin ws wrapscan write wa writeany wb writebackup wd writedelay xtermcodes skipwhite nextgroup=vimSetEqual,vimSetMod
Bram Moolenaar071d4272004-06-13 20:20:40 +000052
53" vimOptions: These are the turn-off setting variants {{{2
h-east9b53c052024-02-13 21:09:22 +010054" GEN_SYN_VIM: vimOption turn-off, START_STR='syn keyword vimOption contained', END_STR=''
55syn keyword vimOption contained noari noallowrevins noarab noarabic noarshape noarabicshape noacd noautochdir noai noautoindent noar noautoread noasd noautoshelldir noaw noautowrite noawa noautowriteall nobk nobackup nobeval noballooneval nobevalterm noballoonevalterm nobin nobinary nobomb nobri nobreakindent nobl nobuflisted nocdh nocdhome nocin nocindent nocp nocompatible nocf noconfirm noci nocopyindent nocsre nocscoperelative nocst nocscopetag nocsverb nocscopeverbose nocrb nocursorbind nocuc nocursorcolumn nocul nocursorline nodeco nodelcombine nodiff nodg nodigraph noed noedcompatible noemo noemoji noeof noendoffile noeol noendofline noea noequalalways noeb noerrorbells noek noesckeys noet noexpandtab noex noexrc nofic nofileignorecase nofixeol nofixendofline
56syn keyword vimOption contained nofen nofoldenable nofs nofsync nogd nogdefault noguipty nohid nohidden nohk nohkmap nohkp nohkmapp nohls nohlsearch noicon noic noignorecase noimc noimcmdline noimd noimdisable nois noincsearch noinf noinfercase noim noinsertmode nojs nojoinspaces nolnr nolangnoremap nolrm nolangremap nolz nolazyredraw nolbr nolinebreak nolisp nolist nolpl noloadplugins nomagic noml nomodeline nomle nomodelineexpr noma nomodifiable nomod nomodified nomore nomousef nomousefocus nomh nomousehide nomousemev nomousemoveevent nonu nonumber noodev noopendevice nopaste nopi nopreserveindent nopvw nopreviewwindow noprompt noro noreadonly nornu norelativenumber noremap nors norestorescreen nori norevins norl norightleft noru noruler noscb noscrollbind noscf noscrollfocus
dkearns691aee82024-03-04 05:02:47 +110057syn keyword vimOption contained nosecure nossl noshellslash nostmp noshelltemp nosr noshiftround nosn noshortname nosc noshowcmd nosft noshowfulltag nosm noshowmatch nosmd noshowmode noscs nosmartcase nosi nosmartindent nosta nosmarttab nosms nosmoothscroll nospell nosb nosplitbelow nospr nosplitright nosol nostartofline noswf noswapfile notbs notagbsearch notr notagrelative notgst notagstack notbidi notermbidi notgc notermguicolors noterse nota notextauto notx notextmode notop notildeop noto notimeout notitle nottimeout notbi nottybuiltin notf nottyfast noudf noundofile novb novisualbell nowarn nowiv noweirdinvert nowic nowildignorecase nowmnu nowildmenu nowfb nowinfixbuf nowfh nowinfixheight nowfw nowinfixwidth nowrap nows nowrapscan nowrite nowa nowriteany
58syn keyword vimOption contained nowb nowritebackup noxtermcodes
Bram Moolenaar071d4272004-06-13 20:20:40 +000059
60" vimOptions: These are the invertible variants {{{2
h-east9b53c052024-02-13 21:09:22 +010061" GEN_SYN_VIM: vimOption invertible, START_STR='syn keyword vimOption contained', END_STR=''
62syn keyword vimOption contained invari invallowrevins invarab invarabic invarshape invarabicshape invacd invautochdir invai invautoindent invar invautoread invasd invautoshelldir invaw invautowrite invawa invautowriteall invbk invbackup invbeval invballooneval invbevalterm invballoonevalterm invbin invbinary invbomb invbri invbreakindent invbl invbuflisted invcdh invcdhome invcin invcindent invcp invcompatible invcf invconfirm invci invcopyindent invcsre invcscoperelative invcst invcscopetag invcsverb invcscopeverbose invcrb invcursorbind invcuc invcursorcolumn invcul invcursorline invdeco invdelcombine invdiff invdg invdigraph inved invedcompatible invemo invemoji inveof invendoffile inveol invendofline invea invequalalways inveb inverrorbells invek invesckeys
63syn keyword vimOption contained invet invexpandtab invex invexrc invfic invfileignorecase invfixeol invfixendofline invfen invfoldenable invfs invfsync invgd invgdefault invguipty invhid invhidden invhk invhkmap invhkp invhkmapp invhls invhlsearch invicon invic invignorecase invimc invimcmdline invimd invimdisable invis invincsearch invinf invinfercase invim invinsertmode invjs invjoinspaces invlnr invlangnoremap invlrm invlangremap invlz invlazyredraw invlbr invlinebreak invlisp invlist invlpl invloadplugins invmagic invml invmodeline invmle invmodelineexpr invma invmodifiable invmod invmodified invmore invmousef invmousefocus invmh invmousehide invmousemev invmousemoveevent invnu invnumber invodev invopendevice invpaste invpi invpreserveindent invpvw invpreviewwindow
64syn keyword vimOption contained invprompt invro invreadonly invrnu invrelativenumber invremap invrs invrestorescreen invri invrevins invrl invrightleft invru invruler invscb invscrollbind invscf invscrollfocus invsecure invssl invshellslash invstmp invshelltemp invsr invshiftround invsn invshortname invsc invshowcmd invsft invshowfulltag invsm invshowmatch invsmd invshowmode invscs invsmartcase invsi invsmartindent invsta invsmarttab invsms invsmoothscroll invspell invsb invsplitbelow invspr invsplitright invsol invstartofline invswf invswapfile invtbs invtagbsearch invtr invtagrelative invtgst invtagstack invtbidi invtermbidi invtgc invtermguicolors invterse invta invtextauto invtx invtextmode invtop invtildeop invto invtimeout invtitle invttimeout invtbi invttybuiltin
dkearns691aee82024-03-04 05:02:47 +110065syn keyword vimOption contained invtf invttyfast invudf invundofile invvb invvisualbell invwarn invwiv invweirdinvert invwic invwildignorecase invwmnu invwildmenu invwfb invwinfixbuf invwfh invwinfixheight invwfw invwinfixwidth invwrap invws invwrapscan invwrite invwa invwriteany invwb invwritebackup invxtermcodes
Bram Moolenaar071d4272004-06-13 20:20:40 +000066
67" termcap codes (which can also be set) {{{2
Doug Kearnsddbb6fe2024-07-24 20:21:22 +020068" GEN_SYN_VIM: vimOption term output code, START_STR='syn keyword vimOption contained', END_STR='skipwhite nextgroup=vimSetEqual,vimSetMod'
69syn keyword vimOption contained t_AB t_AF t_AU t_AL t_al t_bc t_BE t_BD t_cd t_ce t_Ce t_CF t_cl t_cm t_Co t_CS t_Cs t_cs t_CV t_da t_db t_DL t_dl t_ds t_Ds t_EC t_EI t_fs t_fd t_fe t_GP t_IE t_IS t_ke t_ks t_le t_mb t_md t_me t_mr t_ms t_nd t_op t_RF t_RB t_RC 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 t_8f t_8b t_8u t_xo skipwhite nextgroup=vimSetEqual,vimSetMod
h-east9b53c052024-02-13 21:09:22 +010070" term key codes
71syn keyword vimOption contained t_F1 t_F2 t_F3 t_F4 t_F5 t_F6 t_F7 t_F8 t_F9 t_k1 t_K1 t_k2 t_k3 t_K3 t_k4 t_K4 t_k5 t_K5 t_k6 t_K6 t_k7 t_K7 t_k8 t_K8 t_k9 t_K9 t_KA t_kb t_kB t_KB t_KC t_kd t_kD t_KD t_KE t_KF t_KG t_kh t_KH t_kI t_KI t_KJ t_KK t_kl t_KL t_kN t_kP t_kr t_ku
Bram Moolenaarb0d45e72017-11-05 18:19:24 +010072syn match vimOption contained "t_%1"
Bram Moolenaar071d4272004-06-13 20:20:40 +000073syn match vimOption contained "t_#2"
74syn match vimOption contained "t_#4"
Bram Moolenaar6d5ad4c2016-10-27 17:00:16 +020075syn match vimOption contained "t_@7"
Bram Moolenaarb0d45e72017-11-05 18:19:24 +010076syn match vimOption contained "t_*7"
77syn match vimOption contained "t_&8"
78syn match vimOption contained "t_%i"
Bram Moolenaar071d4272004-06-13 20:20:40 +000079syn match vimOption contained "t_k;"
80
Bram Moolenaar03413f42016-04-12 21:07:15 +020081" unsupported settings: some were supported by vi but don't do anything in vim {{{2
h-east9b53c052024-02-13 21:09:22 +010082" GEN_SYN_VIM: Missing vimOption, START_STR='syn keyword vimErrSetting contained', END_STR=''
83syn keyword vimErrSetting contained akm altkeymap anti antialias ap autoprint bf beautify biosk bioskey consk conskey fk fkmap fl flash gr graphic ht hardtabs macatsui mesg novice open opt optimize oft osfiletype redraw slow slowopen sourceany w1200 w300 w9600
84syn keyword vimErrSetting contained noakm noaltkeymap noanti noantialias noap noautoprint nobf nobeautify nobiosk nobioskey noconsk noconskey nofk nofkmap nofl noflash nogr nographic nomacatsui nomesg nonovice noopen noopt nooptimize noredraw noslow noslowopen nosourceany
85syn keyword vimErrSetting contained invakm invaltkeymap invanti invantialias invap invautoprint invbf invbeautify invbiosk invbioskey invconsk invconskey invfk invfkmap invfl invflash invgr invgraphic invmacatsui invmesg invnovice invopen invopt invoptimize invredraw invslow invslowopen invsourceany
Bram Moolenaar071d4272004-06-13 20:20:40 +000086
Bram Moolenaar80a94a52006-02-23 21:26:58 +000087" AutoCmd Events {{{2
Bram Moolenaar071d4272004-06-13 20:20:40 +000088syn case ignore
h-east9b53c052024-02-13 21:09:22 +010089" GEN_SYN_VIM: vimAutoEvent, START_STR='syn keyword vimAutoEvent contained', END_STR=''
Doug Kearnse85fdc72024-07-07 20:45:37 +020090syn keyword vimAutoEvent contained BufAdd BufCreate BufDelete BufEnter BufFilePost BufFilePre BufHidden BufLeave BufNew BufNewFile BufRead BufReadCmd BufReadPost BufReadPre BufUnload BufWinEnter BufWinLeave BufWipeout BufWrite BufWriteCmd BufWritePost BufWritePre CmdlineChanged CmdlineEnter CmdlineLeave CmdUndefined CmdwinEnter CmdwinLeave ColorScheme ColorSchemePre CompleteChanged CompleteDone CompleteDonePre CursorHold CursorHoldI CursorMoved CursorMovedC CursorMovedI DiffUpdated DirChanged DirChangedPre EncodingChanged ExitPre FileAppendCmd FileAppendPost FileAppendPre FileChangedRO FileChangedShell FileChangedShellPost FileEncoding FileReadCmd FileReadPost FileReadPre FileType FileWriteCmd FileWritePost FileWritePre FilterReadPost FilterReadPre FilterWritePost
Ernie Rael05124252024-07-11 22:10:45 +020091syn keyword vimAutoEvent contained FilterWritePre FocusGained FocusLost FuncUndefined GUIEnter GUIFailed InsertChange InsertCharPre InsertEnter InsertLeave InsertLeavePre KeyInputPre MenuPopup ModeChanged OptionSet QuickFixCmdPost QuickFixCmdPre QuitPre RemoteReply SafeState SafeStateAgain SessionLoadPost SessionWritePost ShellCmdPost ShellFilterPost SigUSR1 SourceCmd SourcePost SourcePre SpellFileMissing StdinReadPost StdinReadPre SwapExists Syntax TabClosed TabEnter TabLeave TabNew TermChanged TerminalOpen TerminalWinOpen TermResponse TermResponseAll TextChanged TextChangedI TextChangedP TextChangedT TextYankPost User VimEnter VimLeave VimLeavePre VimResized VimResume VimSuspend WinClosed WinEnter WinLeave WinNew WinNewPre WinResized WinScrolled
Bram Moolenaar071d4272004-06-13 20:20:40 +000092
93" Highlight commonly used Groupnames {{{2
Bram Moolenaar51ad4ea2018-04-06 11:14:11 +020094syn 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 +000095
96" Default highlighting groups {{{2
h-east9b53c052024-02-13 21:09:22 +010097" GEN_SYN_VIM: vimHLGroup, START_STR='syn keyword vimHLGroup contained', END_STR=''
Doug Kearns8dec6c22025-01-19 14:02:06 +010098syn keyword vimHLGroup contained ErrorMsg IncSearch ModeMsg NonText StatusLine StatusLineNC EndOfBuffer VertSplit VisualNOS DiffText PmenuSbar TabLineSel TabLineFill Cursor lCursor QuickFixLine CursorLineSign CursorLineFold CurSearch PmenuKind PmenuKindSel PmenuMatch PmenuMatchSel PmenuExtra PmenuExtraSel Normal Directory LineNr CursorLineNr MoreMsg Question Search SpellBad SpellCap SpellRare SpellLocal PmenuThumb Pmenu PmenuSel SpecialKey Title WarningMsg WildMenu Folded FoldColumn SignColumn Visual DiffAdd DiffChange DiffDelete TabLine CursorColumn CursorLine ColorColumn MatchParen StatusLineTerm StatusLineTermNC ToolbarLine ToolbarButton Menu Tooltip Scrollbar CursorIM LineNrAbove LineNrBelow
Christian Brabandt393708c2024-05-27 15:50:07 +020099syn match vimHLGroup contained "\<Conceal\>"
Bram Moolenaar071d4272004-06-13 20:20:40 +0000100syn case match
101
102" Function Names {{{2
h-east9b53c052024-02-13 21:09:22 +0100103" GEN_SYN_VIM: vimFuncName, START_STR='syn keyword vimFuncName contained', END_STR=''
Doug Kearns8dec6c22025-01-19 14:02:06 +0100104syn keyword vimFuncName contained abs acos add and append appendbufline argc argidx arglistid argv asin assert_beeps assert_equal assert_equalfile assert_exception assert_fails assert_false assert_inrange assert_match assert_nobeep assert_notequal assert_notmatch assert_report assert_true atan atan2 autocmd_add autocmd_delete autocmd_get balloon_gettext balloon_show balloon_split base64_decode base64_encode bindtextdomain blob2list blob2str browse browsedir bufadd bufexists buflisted bufload bufloaded bufname bufnr bufwinid bufwinnr byte2line byteidx byteidxcomp call ceil ch_canread ch_close ch_close_in ch_evalexpr ch_evalraw ch_getbufnr ch_getjob ch_info ch_log ch_logfile ch_open ch_read ch_readblob ch_readraw ch_sendexpr ch_sendraw ch_setoptions ch_status changenr
105syn keyword vimFuncName contained char2nr charclass charcol charidx chdir cindent clearmatches col complete complete_add complete_check complete_info confirm copy cos cosh count cscope_connection cursor debugbreak deepcopy delete deletebufline did_filetype diff diff_filler diff_hlID digraph_get digraph_getlist digraph_set digraph_setlist echoraw empty environ err_teapot escape eval eventhandler executable execute exepath exists exists_compiled exp expand expandcmd extend extendnew feedkeys filecopy filereadable filewritable filter finddir findfile flatten flattennew float2nr floor fmod fnameescape fnamemodify foldclosed foldclosedend foldlevel foldtext foldtextresult foreach foreground fullcommand funcref function garbagecollect get getbufinfo getbufline getbufoneline
h-east61397662025-01-03 17:32:54 +0100106syn keyword vimFuncName contained getbufvar getcellpixels getcellwidths getchangelist getchar getcharmod getcharpos getcharsearch getcharstr getcmdcomplpat getcmdcompltype getcmdline getcmdpos getcmdprompt getcmdscreenpos getcmdtype getcmdwintype getcompletion getcurpos getcursorcharpos getcwd getenv getfontname getfperm getfsize getftime getftype getimstatus getjumplist getline getloclist getmarklist getmatches getmousepos getmouseshape getpid getpos getqflist getreg getreginfo getregion getregionpos getregtype getscriptinfo getstacktrace gettabinfo gettabvar gettabwinvar gettagstack gettext getwininfo getwinpos getwinposx getwinposy getwinvar glob glob2regpat globpath has has_key haslocaldir hasmapto histadd histdel histget histnr hlID hlexists hlget hlset hostname
107syn keyword vimFuncName contained iconv id indent index indexof input inputdialog inputlist inputrestore inputsave inputsecret insert instanceof interrupt invert isabsolutepath isdirectory isinf islocked isnan items job_getchannel job_info job_setoptions job_start job_status job_stop join js_decode js_encode json_decode json_encode keys keytrans len libcall libcallnr line line2byte lispindent list2blob list2str listener_add listener_flush listener_remove localtime log log10 luaeval map maparg mapcheck maplist mapnew mapset match matchadd matchaddpos matcharg matchbufline matchdelete matchend matchfuzzy matchfuzzypos matchlist matchstr matchstrlist matchstrpos max menu_info min mkdir mode mzeval nextnonblank nr2char or pathshorten perleval popup_atcursor popup_beval
h-eastf27e80a2024-12-30 15:40:24 +0100108syn keyword vimFuncName contained popup_clear popup_close popup_create popup_dialog popup_filter_menu popup_filter_yesno popup_findecho popup_findinfo popup_findpreview popup_getoptions popup_getpos popup_hide popup_list popup_locate popup_menu popup_move popup_notification popup_setbuf popup_setoptions popup_settext popup_show pow prevnonblank printf prompt_getprompt prompt_setcallback prompt_setinterrupt prompt_setprompt prop_add prop_add_list prop_clear prop_find prop_list prop_remove prop_type_add prop_type_change prop_type_delete prop_type_get prop_type_list pum_getpos pumvisible py3eval pyeval pyxeval rand range readblob readdir readdirex readfile reduce reg_executing reg_recording reltime reltimefloat reltimestr remote_expr remote_foreground remote_peek
109syn keyword vimFuncName contained remote_read remote_send remote_startserver remove rename repeat resolve reverse round rubyeval screenattr screenchar screenchars screencol screenpos screenrow screenstring search searchcount searchdecl searchpair searchpairpos searchpos server2client serverlist setbufline setbufvar setcellwidths setcharpos setcharsearch setcmdline setcmdpos setcursorcharpos setenv setfperm setline setloclist setmatches setpos setqflist setreg settabvar settabwinvar settagstack setwinvar sha256 shellescape shiftwidth sign_define sign_getdefined sign_getplaced sign_jump sign_place sign_placelist sign_undefine sign_unplace sign_unplacelist simplify sin sinh slice sort sound_clear sound_playevent sound_playfile sound_stop soundfold spellbadword spellsuggest
Doug Kearns8dec6c22025-01-19 14:02:06 +0100110syn keyword vimFuncName contained split sqrt srand state str2blob str2float str2list str2nr strcharlen strcharpart strchars strdisplaywidth strftime strgetchar stridx string strlen strpart strptime strridx strtrans strutf16len strwidth submatch substitute swapfilelist swapinfo swapname synID synIDattr synIDtrans synconcealed synstack system systemlist tabpagebuflist tabpagenr tabpagewinnr tagfiles taglist tan tanh tempname term_dumpdiff term_dumpload term_dumpwrite term_getaltscreen term_getansicolors term_getattr term_getcursor term_getjob term_getline term_getscrolled term_getsize term_getstatus term_gettitle term_gettty term_list term_scrape term_sendkeys term_setansicolors term_setapi term_setkill term_setrestore term_setsize term_start term_wait terminalprops
111syn keyword vimFuncName contained test_alloc_fail test_autochdir test_feedinput test_garbagecollect_now test_garbagecollect_soon test_getvalue test_gui_event test_ignore_error test_mswin_event test_null_blob test_null_channel test_null_dict test_null_function test_null_job test_null_list test_null_partial test_null_string test_option_not_set test_override test_refcount test_setmouse test_settime test_srand_seed test_unknown test_void timer_info timer_pause timer_start timer_stop timer_stopall tolower toupper tr trim trunc type typename undofile undotree uniq utf16idx values virtcol virtcol2col visualmode wildmenumode win_execute win_findbuf win_getid win_gettype win_gotoid win_id2tabwin win_id2win win_move_separator win_move_statusline win_screenpos win_splitmove
112syn keyword vimFuncName contained winbufnr wincol windowsversion winheight winlayout winline winnr winrestcmd winrestview winsaveview winwidth wordcount writefile xor
Bram Moolenaar071d4272004-06-13 20:20:40 +0000113
Bram Moolenaarac7bd632013-03-19 11:35:58 +0100114"--- syntax here and above generated by mkvimvim ---
Bram Moolenaarcfbc5ee2004-07-02 15:38:35 +0000115" Special Vim Highlighting (not automatic) {{{1
Bram Moolenaar071d4272004-06-13 20:20:40 +0000116
Doug Kearnsd65e58f2024-07-17 19:34:14 +0200117" Set up commands for this syntax highlighting file {{{2
118
119com! -nargs=* Vim9 execute <q-args> s:vim9script ? "" : "contained"
120com! -nargs=* VimL execute <q-args> s:vim9script ? "contained" : ""
121
Doug Kearns818c6412024-10-06 17:00:48 +0200122if exists("g:vimsyn_folding") && g:vimsyn_folding =~# '[acefhiHlmpPrt]'
Bram Moolenaar51ad4ea2018-04-06 11:14:11 +0200123 if g:vimsyn_folding =~# 'a'
124 com! -nargs=* VimFolda <args> fold
125 else
126 com! -nargs=* VimFolda <args>
Bram Moolenaara0f849e2015-10-30 14:37:44 +0100127 endif
Doug Kearns818c6412024-10-06 17:00:48 +0200128 if g:vimsyn_folding =~# 'c'
129 com! -nargs=* VimFoldc <args> fold
130 else
131 com! -nargs=* VimFoldc <args>
132 endif
133 if g:vimsyn_folding =~# 'e'
134 com! -nargs=* VimFolde <args> fold
135 else
136 com! -nargs=* VimFolde <args>
137 endif
Bram Moolenaar51ad4ea2018-04-06 11:14:11 +0200138 if g:vimsyn_folding =~# 'f'
139 com! -nargs=* VimFoldf <args> fold
140 else
141 com! -nargs=* VimFoldf <args>
Bram Moolenaara0f849e2015-10-30 14:37:44 +0100142 endif
Bram Moolenaar1ff14ba2019-11-02 14:09:23 +0100143 if g:vimsyn_folding =~# 'h'
144 com! -nargs=* VimFoldh <args> fold
145 else
146 com! -nargs=* VimFoldh <args>
147 endif
Doug Kearnsce064932024-04-13 18:24:01 +0200148 if g:vimsyn_folding =~# 'H'
149 com! -nargs=* VimFoldH <args> fold
150 else
151 com! -nargs=* VimFoldH <args>
152 endif
Doug Kearns818c6412024-10-06 17:00:48 +0200153 if g:vimsyn_folding =~# 'i'
154 com! -nargs=* VimFoldi <args> fold
155 else
156 com! -nargs=* VimFoldi <args>
157 endif
Bram Moolenaar51ad4ea2018-04-06 11:14:11 +0200158 if g:vimsyn_folding =~# 'l'
159 com! -nargs=* VimFoldl <args> fold
160 else
161 com! -nargs=* VimFoldl <args>
Bram Moolenaara0f849e2015-10-30 14:37:44 +0100162 endif
Bram Moolenaar51ad4ea2018-04-06 11:14:11 +0200163 if g:vimsyn_folding =~# 'm'
164 com! -nargs=* VimFoldm <args> fold
165 else
166 com! -nargs=* VimFoldm <args>
Bram Moolenaara0f849e2015-10-30 14:37:44 +0100167 endif
Bram Moolenaar51ad4ea2018-04-06 11:14:11 +0200168 if g:vimsyn_folding =~# 'p'
169 com! -nargs=* VimFoldp <args> fold
170 else
171 com! -nargs=* VimFoldp <args>
Bram Moolenaara0f849e2015-10-30 14:37:44 +0100172 endif
Bram Moolenaar51ad4ea2018-04-06 11:14:11 +0200173 if g:vimsyn_folding =~# 'P'
174 com! -nargs=* VimFoldP <args> fold
175 else
176 com! -nargs=* VimFoldP <args>
Bram Moolenaara0f849e2015-10-30 14:37:44 +0100177 endif
Bram Moolenaar51ad4ea2018-04-06 11:14:11 +0200178 if g:vimsyn_folding =~# 'r'
179 com! -nargs=* VimFoldr <args> fold
180 else
181 com! -nargs=* VimFoldr <args>
Bram Moolenaara0f849e2015-10-30 14:37:44 +0100182 endif
Bram Moolenaar51ad4ea2018-04-06 11:14:11 +0200183 if g:vimsyn_folding =~# 't'
184 com! -nargs=* VimFoldt <args> fold
185 else
186 com! -nargs=* VimFoldt <args>
Bram Moolenaara0f849e2015-10-30 14:37:44 +0100187 endif
188else
189 com! -nargs=* VimFolda <args>
Doug Kearns818c6412024-10-06 17:00:48 +0200190 com! -nargs=* VimFoldc <args>
191 com! -nargs=* VimFolde <args>
Bram Moolenaara0f849e2015-10-30 14:37:44 +0100192 com! -nargs=* VimFoldf <args>
Doug Kearns818c6412024-10-06 17:00:48 +0200193 com! -nargs=* VimFoldi <args>
Bram Moolenaar1ff14ba2019-11-02 14:09:23 +0100194 com! -nargs=* VimFoldh <args>
Doug Kearnsce064932024-04-13 18:24:01 +0200195 com! -nargs=* VimFoldH <args>
Bram Moolenaara0f849e2015-10-30 14:37:44 +0100196 com! -nargs=* VimFoldl <args>
197 com! -nargs=* VimFoldm <args>
198 com! -nargs=* VimFoldp <args>
199 com! -nargs=* VimFoldP <args>
200 com! -nargs=* VimFoldr <args>
201 com! -nargs=* VimFoldt <args>
202endif
203
Bram Moolenaar3577c6f2008-06-24 21:16:56 +0000204" Deprecated variable options {{{2
205if exists("g:vim_minlines")
206 let g:vimsyn_minlines= g:vim_minlines
207endif
208if exists("g:vim_maxlines")
209 let g:vimsyn_maxlines= g:vim_maxlines
210endif
211if exists("g:vimsyntax_noerror")
212 let g:vimsyn_noerror= g:vimsyntax_noerror
213endif
214
Bram Moolenaar03413f42016-04-12 21:07:15 +0200215" Variable options {{{2
216if exists("g:vim_maxlines")
217 let s:vimsyn_maxlines= g:vim_maxlines
218else
219 let s:vimsyn_maxlines= 60
220endif
221
Doug Kearnsd65e58f2024-07-17 19:34:14 +0200222" Nulls {{{2
223" =====
224Vim9 syn keyword vim9Null null null_blob null_channel null_class null_dict null_function null_job null_list null_object null_partial null_string
225
226" Booleans {{{2
227" ========
228Vim9 syn keyword vim9Boolean true false
229
Bram Moolenaarcfbc5ee2004-07-02 15:38:35 +0000230" Numbers {{{2
Bram Moolenaar071d4272004-06-13 20:20:40 +0000231" =======
dkearns5cd86c62024-03-12 07:40:58 +1100232syn case ignore
Doug Kearns8dec6c22025-01-19 14:02:06 +0100233syn match vimNumber '\<\d\+\%(\.\d\+\%(e[+-]\=\d\+\)\=\)\=' skipwhite nextgroup=vimGlobal,vimSubst1,@vimComment
234syn match vimNumber '\<0b[01]\+' skipwhite nextgroup=vimGlobal,vimSubst1,@vimComment
235syn match vimNumber '\<0o\=\o\+' skipwhite nextgroup=vimGlobal,vimSubst1,@vimComment
236syn match vimNumber '\<0x\x\+' skipwhite nextgroup=vimGlobal,vimSubst1,@vimComment
237syn match vimNumber '\<0z\>' skipwhite nextgroup=vimGlobal,vimSubst1,@vimComment
238syn match vimNumber '\<0z\%(\x\x\)\+\%(\.\%(\x\x\)\+\)*' skipwhite nextgroup=vimGlobal,vimSubst1,@vimComment
239syn match vimNumber '\%(^\|\A\)\zs#\x\{6}' skipwhite nextgroup=vimGlobal,vimSubst1,@vimComment
dkearns5cd86c62024-03-12 07:40:58 +1100240syn case match
Bram Moolenaar071d4272004-06-13 20:20:40 +0000241
Bram Moolenaar6c1e1572019-06-22 02:13:00 +0200242" All vimCommands are contained by vimIsCommand. {{{2
Doug Kearnsbbe52522024-11-09 19:11:25 +0100243syn cluster vimCmdList contains=vimAbb,vimAddress,vimAutoCmd,vimAugroup,vimBehave,vimCall,vimCatch,vimConst,vimDef,vimDefFold,vimDelcommand,@vimEcho,vimEnddef,vimEndfunction,vimExecute,vimIsCommand,vimExtCmd,vimFor,vimFunction,vimFuncFold,vimGlobal,vimHighlight,vimLet,vimLoadkeymap,vimMap,vimMark,vimMatch,vimNotFunc,vimNormal,vimSet,vimSleep,vimSyntax,vimThrow,vimUnlet,vimUnmap,vimUserCmd,vimMenu,vimMenutranslate,@vim9CmdList
h-east61397662025-01-03 17:32:54 +0100244syn cluster vim9CmdList contains=vim9Abstract,vim9Class,vim9Const,vim9Enum,vim9Export,vim9Final,vim9For,vim9Interface,vim9Type,vim9Var
dkearnsc4aef9a2024-03-04 02:42:47 +1100245syn match vimCmdSep "[:|]\+" skipwhite nextgroup=@vimCmdList,vimSubst1
Doug Kearns1718e7d2025-01-08 18:20:47 +0100246syn match vimIsCommand "\<\%(\h\w*\|[23]mat\%[ch]\)\>" nextgroup=vimBang contains=vimCommand
Doug Kearns3c07eb02024-09-02 10:03:37 +0200247syn match vimBang contained "!"
Bram Moolenaard2855f52018-07-31 22:23:58 +0200248syn match vimVar contained "\<\h[a-zA-Z0-9#_]*\>"
Bram Moolenaarf37506f2016-08-31 22:22:10 +0200249syn match vimVar "\<[bwglstav]:\h[a-zA-Z0-9#_]*\>"
dkearnsf6869212023-12-11 01:53:24 +1100250syn match vimVar "\s\zs&\%([lg]:\)\=\a\+\>"
251syn match vimVar "\s\zs&t_\S[a-zA-Z0-9]\>"
252syn match vimVar "\s\zs&t_k;"
Bram Moolenaarf37506f2016-08-31 22:22:10 +0200253syn match vimFBVar contained "\<[bwglstav]:\h[a-zA-Z0-9#_]*\>"
Bram Moolenaar5c736222010-01-06 20:54:52 +0100254syn keyword vimCommand contained in
Bram Moolenaar071d4272004-06-13 20:20:40 +0000255
Doug Kearnsd65e58f2024-07-17 19:34:14 +0200256syn cluster vimExprList contains=vimEnvvar,vimFunc,vimNumber,vimOper,vimOperParen,vimLetRegister,vimString,vimVar,@vim9ExprList
257syn cluster vim9ExprList contains=vim9Boolean,vim9Null
dkearnsb1427b42024-02-28 05:59:30 +1100258
Bram Moolenaarcfbc5ee2004-07-02 15:38:35 +0000259" Insertions And Appends: insert append {{{2
Bram Moolenaar519cc552021-11-16 19:18:26 +0000260" (buftype != nofile test avoids having append, change, insert show up in the command window)
Bram Moolenaar071d4272004-06-13 20:20:40 +0000261" =======================
Bram Moolenaar519cc552021-11-16 19:18:26 +0000262if &buftype != 'nofile'
dkearns4ba70ca2024-04-15 04:32:56 +1000263 syn region vimInsert matchgroup=vimCommand start="^[: \t]*\(\d\+\(,\d\+\)\=\)\=a\%[ppend]$" matchgroup=vimCommand end="^\.$" extend
264 syn region vimInsert matchgroup=vimCommand start="^[: \t]*\(\d\+\(,\d\+\)\=\)\=c\%[hange]$" matchgroup=vimCommand end="^\.$" extend
265 syn region vimInsert matchgroup=vimCommand start="^[: \t]*\(\d\+\(,\d\+\)\=\)\=i\%[nsert]$" matchgroup=vimCommand end="^\.$" extend
Bram Moolenaar519cc552021-11-16 19:18:26 +0000266endif
Bram Moolenaar071d4272004-06-13 20:20:40 +0000267
Bram Moolenaarcfbc5ee2004-07-02 15:38:35 +0000268" Behave! {{{2
Bram Moolenaar071d4272004-06-13 20:20:40 +0000269" =======
Bram Moolenaar6be7f872012-01-20 21:08:56 +0100270if !exists("g:vimsyn_noerror") && !exists("g:vimsyn_nobehaveerror")
Bram Moolenaarcfbc5ee2004-07-02 15:38:35 +0000271 syn match vimBehaveError contained "[^ ]\+"
272endif
Doug Kearnsfe6d5b02024-02-14 21:17:43 +0100273syn match vimBehave "\<be\%[have]\>" nextgroup=vimBehaveBang,vimBehaveModel,vimBehaveError skipwhite
274syn match vimBehaveBang contained "\a\@1<=!" nextgroup=vimBehaveModel skipwhite
275syn keyword vimBehaveModel contained mswin xterm
Bram Moolenaar071d4272004-06-13 20:20:40 +0000276
Doug Kearns99984fc2024-07-18 20:45:19 +0200277" Call {{{2
278" ====
279syn match vimCall "\<call\=\>" skipwhite nextgroup=vimFunc
280
dkearnsa3bddb72024-06-14 01:48:10 +1000281" Exception Handling {{{2
282syn keyword vimThrow th[row] skipwhite nextgroup=@vimExprList
283syn keyword vimCatch cat[ch] skipwhite nextgroup=vimCatchPattern
284syn region vimCatchPattern contained matchgroup=Delimiter start="\z([!#$%&'()*+,-./:;<=>?@[\]^_`{}~]\)" skip="\\\\\|\\\z1" end="\z1" contains=@vimSubstList oneline
285
Doug Kearns818c6412024-10-06 17:00:48 +0200286" Export {{{2
287" ======
288if s:vim9script
289 syn keyword vim9Export export skipwhite nextgroup=vim9Abstract,vim9ClassBody,vim9Const,vim9Def,vim9EnumBody,vim9Final,vim9InterfaceBody,vim9Type,vim9Var
290endif
291
Bram Moolenaarcfbc5ee2004-07-02 15:38:35 +0000292" Filetypes {{{2
Bram Moolenaar071d4272004-06-13 20:20:40 +0000293" =========
Bram Moolenaar293ee4d2004-12-09 21:34:53 +0000294syn match vimFiletype "\<filet\%[ype]\(\s\+\I\i*\)*" skipwhite contains=vimFTCmd,vimFTOption,vimFTError
Bram Moolenaar6be7f872012-01-20 21:08:56 +0100295if !exists("g:vimsyn_noerror") && !exists("g:vimsyn_vimFTError")
Bram Moolenaarcfbc5ee2004-07-02 15:38:35 +0000296 syn match vimFTError contained "\I\i*"
297endif
Bram Moolenaar071d4272004-06-13 20:20:40 +0000298syn keyword vimFTCmd contained filet[ype]
299syn keyword vimFTOption contained detect indent off on plugin
300
Bram Moolenaarcfbc5ee2004-07-02 15:38:35 +0000301" Augroup : vimAugroupError removed because long augroups caused sync'ing problems. {{{2
Bram Moolenaar071d4272004-06-13 20:20:40 +0000302" ======= : Trade-off: Increasing synclines with slower editing vs augroup END error checking.
dkearns04e53632024-04-11 06:18:37 +1000303syn cluster vimAugroupList contains=@vimCmdList,vimFilter,vimFunc,vimLineComment,vimSpecFile,vimOper,vimNumber,vimOperParen,@vimComment,vimString,vimSubst,vimRegister,vimCmplxRepeat,vimNotation,vimCtrlChar,vimFuncVar,vimContinue
dkearnsc4aef9a2024-03-04 02:42:47 +1100304syn match vimAugroup "\<aug\%[roup]\>" contains=vimAugroupKey,vimAugroupBang skipwhite nextgroup=vimAugroupBang,vimAutoCmdGroup
Bram Moolenaarf3913272016-02-25 00:00:01 +0100305if exists("g:vimsyn_folding") && g:vimsyn_folding =~# 'a'
dkearnsc4aef9a2024-03-04 02:42:47 +1100306 syn region vimAugroup fold start="\<aug\%[roup]\>\ze\s\+\%([eE][nN][dD]\)\@!\S\+" matchgroup=vimAugroupKey end="\<aug\%[roup]\>\ze\s\+[eE][nN][dD]\>" contains=vimAutoCmd,@vimAugroupList,vimAugroupkey skipwhite nextgroup=vimAugroupEnd
Bram Moolenaarb4ff5182015-11-10 21:15:48 +0100307else
dkearnsc4aef9a2024-03-04 02:42:47 +1100308 syn region vimAugroup start="\<aug\%[roup]\>\ze\s\+\%([eE][nN][dD]\)\@!\S\+" matchgroup=vimAugroupKey end="\<aug\%[roup]\>\ze\s\+[eE][nN][dD]\>" contains=vimAutoCmd,@vimAugroupList,vimAugroupkey skipwhite nextgroup=vimAugroupEnd
Bram Moolenaarb4ff5182015-11-10 21:15:48 +0100309endif
Bram Moolenaar6be7f872012-01-20 21:08:56 +0100310if !exists("g:vimsyn_noerror") && !exists("g:vimsyn_noaugrouperror")
dkearnsc4aef9a2024-03-04 02:42:47 +1100311 syn match vimAugroupError "\<aug\%[roup]\>\s\+[eE][nN][dD]\>"
Bram Moolenaarcfbc5ee2004-07-02 15:38:35 +0000312endif
dkearnsc4aef9a2024-03-04 02:42:47 +1100313
314syn match vimAutoCmdGroup contained "\S\+"
315syn match vimAugroupEnd contained "\c\<END\>"
316syn match vimAugroupBang contained "\a\@1<=!" skipwhite nextgroup=vimAutoCmdGroup
317syn keyword vimAugroupKey contained aug[roup] skipwhite nextgroup=vimAugroupBang,vimAutoCmdGroup,vimAugroupEnd
Bram Moolenaar071d4272004-06-13 20:20:40 +0000318
Bram Moolenaarcfbc5ee2004-07-02 15:38:35 +0000319" Operators: {{{2
Bram Moolenaar071d4272004-06-13 20:20:40 +0000320" =========
Doug Kearnsd65e58f2024-07-17 19:34:14 +0200321syn cluster vimOperGroup contains=vimEnvvar,vimFunc,vimFuncVar,vimOper,vimOperParen,vimNumber,vimString,vimRegister,@vimContinue,vim9Comment,vimVar,vimBoolean,vimNull
Doug Kearns8dec6c22025-01-19 14:02:06 +0100322syn match vimOper "\a\@<!!" skipwhite nextgroup=vimString,vimSpecFile
323syn match vimOper "||\|&&\|[-+*/%.]" skipwhite nextgroup=vimString,vimSpecFile
Doug Kearnsc273f1a2025-01-20 21:53:01 +0100324syn match vimOper "?" skipwhite nextgroup=@vimExprList
325" distinguish ternary : from ex-colon
326syn match vimOper "\s\@1<=:\ze\s\|\s\@1<=:$" skipwhite nextgroup=@vimExprList
327syn match vimOper "??" skipwhite nextgroup=@vimExprList
Doug Kearns8dec6c22025-01-19 14:02:06 +0100328syn match vimOper "=" skipwhite nextgroup=vimString,vimSpecFile
329syn match vimOper "\%#=1\%(==\|!=\|>=\|<=\|=\~\|!\~\|>\|<\)[?#]\=" skipwhite nextgroup=vimString,vimSpecFile
330syn match vimOper "\<is\%(not\)\=\>" skipwhite nextgroup=vimString,vimSpecFile
331syn match vimOper "\<is\%(not\)\=[?#]" skipwhite nextgroup=vimString,vimSpecFile
dkearns76d62982024-03-23 05:55:25 +1100332syn region vimOperParen matchgroup=vimParenSep start="(" end=")" contains=@vimOperGroup
Bram Moolenaar4072ba52020-12-23 13:56:35 +0100333syn region vimOperParen matchgroup=vimSep start="#\={" end="}" contains=@vimOperGroup nextgroup=vimVar,vimFuncVar
Bram Moolenaar6be7f872012-01-20 21:08:56 +0100334if !exists("g:vimsyn_noerror") && !exists("g:vimsyn_noopererror")
Bram Moolenaar5c736222010-01-06 20:54:52 +0100335 syn match vimOperError ")"
Bram Moolenaarcfbc5ee2004-07-02 15:38:35 +0000336endif
Bram Moolenaar071d4272004-06-13 20:20:40 +0000337
dkearns4ba70ca2024-04-15 04:32:56 +1000338" Functions: Tag is provided for those who wish to highlight tagged functions {{{2
Bram Moolenaar3577c6f2008-06-24 21:16:56 +0000339" =========
dkearns35e6f4c2024-03-22 06:41:10 +1100340syn cluster vimFuncList contains=vimFuncBang,vimFunctionError,vimFuncKey,vimFuncSID,Tag
341syn cluster vimDefList contains=vimFuncBang,vimFunctionError,vimDefKey,vimFuncSID,Tag
dkearns4ba70ca2024-04-15 04:32:56 +1000342
Doug Kearnsc273f1a2025-01-20 21:53:01 +0100343syn cluster vimFuncBodyCommon contains=@vimCmdList,vimCmplxRepeat,vimContinue,vimCtrlChar,vimDef,vimEnvvar,vimFBVar,vimFunc,vimFunction,vimLetHereDoc,vimNotation,vimNotFunc,vimNumber,vimOper,vimOperParen,vimRegister,vimSpecFile,vimString,vimSubst,vimFuncFold,vimDefFold
344syn cluster vimFuncBodyList contains=@vimFuncBodyCommon,vimComment,vimLineComment,vimFuncVar,vimInsert,vimConst,vimLet,vimSearch
345syn cluster vimDefBodyList contains=@vimFuncBodyCommon,vim9Comment,vim9LineComment,vim9Const,vim9Final,vim9Var,vim9Null,vim9Boolean,vim9For,vim9Search
dkearns35e6f4c2024-03-22 06:41:10 +1100346
347syn region vimFuncPattern contained matchgroup=vimOper start="/" end="$" contains=@vimSubstList
348syn match vimFunction "\<fu\%[nction]\>" skipwhite nextgroup=vimCmdSep,vimComment,vimFuncPattern contains=vimFuncKey
349syn match vimDef "\<def\>" skipwhite nextgroup=vimCmdSep,vimComment,vimFuncPattern contains=vimDefKey
350
351syn match vimFunction "\<fu\%[nction]\>!\=\s*\%(<[sS][iI][dD]>\|[sg]:\)\=\%(\i\|[#.]\|{.\{-1,}}\)\+" contains=@vimFuncList skipwhite nextgroup=vimFuncParams
Doug Kearns818c6412024-10-06 17:00:48 +0200352syn match vimDef "\<def\>!\=\s*\%(<[sS][iI][dD]>\|[sg]:\)\=\%(\i\|[#.]\|{.\{-1,}}\)\+" contains=@vimDefList nextgroup=vimDefParams
dkearns35e6f4c2024-03-22 06:41:10 +1100353
Doug Kearns35699f12024-09-19 19:51:59 +0200354syn match vimFuncComment contained +".*+ skipwhite skipempty nextgroup=vimFuncBody,vimEndfunction
355syn match vimDefComment contained "#.*" skipwhite skipempty nextgroup=vimDefBody,vimEnddef
dkearns35e6f4c2024-03-22 06:41:10 +1100356
357syn match vimFuncBang contained "!"
358syn match vimFuncSID contained "\c<sid>"
359syn match vimFuncSID contained "\<[sg]:"
360syn keyword vimFuncKey contained fu[nction]
361syn keyword vimDefKey contained def
362
Doug Kearns9b67a2e2024-12-26 10:13:45 +0100363syn region vimFuncParams contained matchgroup=Delimiter start="(" skip=+\n\s*\\\|\n\s*"\\ + end=")" skipwhite skipempty nextgroup=vimFuncBody,vimFuncComment,vimEndfunction,vimFuncMod,vim9CommentError contains=vimFuncParam,vimOperParen,@vimContinue
364syn region vimDefParams contained matchgroup=Delimiter start="(" end=")" skipwhite skipempty nextgroup=vimDefBody,vimDefComment,vimEnddef,vimReturnType,vimCommentError contains=vimDefParam,vim9Comment,vimFuncParamEquals,vimOperParen
dkearns35e6f4c2024-03-22 06:41:10 +1100365syn match vimFuncParam contained "\<\h\w*\>\|\.\.\." skipwhite nextgroup=vimFuncParamEquals
366syn match vimDefParam contained "\<\h\w*\>" skipwhite nextgroup=vimParamType,vimFuncParamEquals
367
Doug Kearns35699f12024-09-19 19:51:59 +0200368syn match vimFuncParamEquals contained "=" skipwhite nextgroup=@vimExprList
369syn match vimFuncMod contained "\<\%(abort\|closure\|dict\|range\)\>" skipwhite skipempty nextgroup=vimFuncBody,vimFuncComment,vimEndfunction,vimFuncMod,vim9CommentError
dkearns35e6f4c2024-03-22 06:41:10 +1100370
Doug Kearns35699f12024-09-19 19:51:59 +0200371syn region vimFuncBody contained start="^." matchgroup=vimCmdSep start="|" matchgroup=vimCommand end="\<endfu\%[nction]\>" contains=@vimFuncBodyList skipwhite nextgroup=vimCmdSep,vimComment,vim9CommentError
372syn region vimDefBody contained start="^." matchgroup=vimCmdSep start="|" matchgroup=vimCommand end="\<enddef\>" contains=@vimDefBodyList skipwhite nextgroup=vimCmdSep,vim9Comment,vimCommentError
dkearns35e6f4c2024-03-22 06:41:10 +1100373
Doug Kearnsfc64ac02024-06-22 11:20:36 +0200374syn match vimEndfunction "\<endf\%[unction]\>" skipwhite nextgroup=vimCmdSep,vimComment,vim9CommentError
375syn match vimEnddef "\<enddef\>" skipwhite nextgroup=vimCmdSep,vim9Comment,vimCommentError
Bram Moolenaar3577c6f2008-06-24 21:16:56 +0000376
Bram Moolenaarf3913272016-02-25 00:00:01 +0100377if exists("g:vimsyn_folding") && g:vimsyn_folding =~# 'f'
Doug Kearns818c6412024-10-06 17:00:48 +0200378 syn region vimFuncFold start="\<fu\%[nction]\>!\=\s*\%(<[sS][iI][dD]>\|[sg]:\)\=\%(\i\|[#.]\|{.\{-1,}}\)\+\s*(" end="\<endf\%[unction]\>" contains=vimFunction fold keepend extend transparent
379 syn region vimDefFold start="\<def\>!\=\s*\%(<[sS][iI][dD]>\|[sg]:\)\=\%(\i\|[#.]\)\+(" end="\<enddef\>" contains=vimDef fold keepend extend transparent
Bram Moolenaarb4ff5182015-11-10 21:15:48 +0100380endif
dkearns35e6f4c2024-03-22 06:41:10 +1100381
382syn match vimFuncVar contained "a:\%(\K\k*\|\d\+\)\>"
Bram Moolenaar5c736222010-01-06 20:54:52 +0100383syn match vimFuncBlank contained "\s\+"
384
dkearns35e6f4c2024-03-22 06:41:10 +1100385" Types: {{{2
386" =====
Doug Kearnsd65e58f2024-07-17 19:34:14 +0200387
Doug Kearns35699f12024-09-19 19:51:59 +0200388syn region vimReturnType contained start=":\s" end="$" matchgroup=vim9Comment end="\ze[#"]" skipwhite skipempty nextgroup=vimDefBody,vimDefComment,vimEnddef,vimCommentError contains=vimTypeSep transparent
Doug Kearnsd65e58f2024-07-17 19:34:14 +0200389syn match vimParamType contained ":\s" skipwhite skipnl nextgroup=@vimType contains=vimTypeSep
dkearns35e6f4c2024-03-22 06:41:10 +1100390
391syn match vimTypeSep contained ":\s\@=" skipwhite nextgroup=@vimType
392syn keyword vimType contained any blob bool channel float job number string void
393syn match vimType contained "\<func\>"
394syn region vimCompoundType contained matchgroup=vimType start="\<func(" end=")" nextgroup=vimTypeSep contains=@vimType oneline transparent
395syn region vimCompoundType contained matchgroup=vimType start="\<\%(list\|dict\)<" end=">" contains=@vimType oneline transparent
396syn match vimUserType contained "\<\u\w*\>"
397
398syn cluster vimType contains=vimType,vimCompoundType,vimUserType
Bram Moolenaar4d8f4762021-06-27 15:18:56 +0200399
Doug Kearns818c6412024-10-06 17:00:48 +0200400" Classes, Enums And Interfaces: {{{2
401" =============================
402
403if s:vim9script
404 " Methods {{{3
405 syn match vim9MethodDef contained "\<def\>" skipwhite nextgroup=vim9MethodDefName
406 syn match vim9MethodDefName contained "\<\h\w*\>" nextgroup=vim9MethodDefParams contains=@vim9MethodName
407 syn region vim9MethodDefParams contained
408 \ matchgroup=Delimiter start="(" end=")"
409 \ skipwhite skipnl nextgroup=vim9MethodDefBody,vimDefComment,vimEnddef,vim9MethodDefReturnType,vimCommentError
410 \ contains=vimDefParam,vim9Comment,vimFuncParamEquals
411 syn region vim9MethodDefReturnType contained
412 \ start=":\s" end="$" matchgroup=vim9Comment end="\ze[#"]"
413 \ skipwhite skipnl nextgroup=vim9MethodDefBody,vimDefComment,vimCommentError
414 \ contains=vimTypeSep
415 \ transparent
416 syn region vim9MethodDefBody contained
417 \ start="^.\=" matchgroup=vimCommand end="\<enddef\>"
418 \ skipwhite nextgroup=vimCmdSep,vim9Comment,vimCommentError
419 \ contains=@vim9MethodDefBodyList
420
421 syn cluster vim9MethodDefBodyList contains=@vimDefBodyList,vim9This,vim9Super
422
423 if !exists("g:vimsyn_noerror") && !exists("g:vimsyn_novimfunctionerror")
424 syn match vim9MethodNameError contained "\<[a-z0-9]\i\>"
425 endif
426 syn match vim9MethodName contained "\<new\i*\>"
427 syn keyword vim9MethodName contained empty len string
428
429 syn cluster vim9MethodName contains=vim9MethodName,vim9MethodNameError
430
431 if exists("g:vimsyn_folding") && g:vimsyn_folding =~# 'f'
432 syn region vim9MethodDefFold contained start="\%(^\s*\%(:\=static\s\+\)\=\)\@16<=:\=def\s\+\h\i*(" end="^\s*:\=enddef\>" contains=vim9MethodDef fold keepend extend transparent
433 syn region vim9MethodDefFold contained start="^\s*:\=def\s\+new\i*(" end="^\s*:\=enddef\>" contains=vim9MethodDef fold keepend extend transparent
434 endif
435
436 syn cluster vim9MethodDef contains=vim9MethodDef,vim9MethodDefFold
437
438 " Classes {{{3
439 syn cluster vim9ClassBodyList contains=vim9Abstract,vim9Class,vim9Comment,vim9LineComment,@vim9Continue,@vimExprList,vim9Extends,vim9Implements,@vim9MethodDef,vim9Public,vim9Static,vim9Const,vim9Final,vim9This,vim9Super,vim9Var
440
441 syn match vim9Class contained "\<class\>" skipwhite nextgroup=vim9ClassName
442 syn match vim9ClassName contained "\<\u\w*\>" skipwhite skipnl nextgroup=vim9Extends,vim9Implements
443 syn match vim9SuperClass contained "\<\u\w*\>" skipwhite skipnl nextgroup=vim9Implements
444 syn match vim9ImplementedInterface contained "\<\u\w*\>" skipwhite skipnl nextgroup=vim9InterfaceListComma,vim9Extends
445 syn match vim9InterfaceListComma contained "," skipwhite skipnl nextgroup=vim9ImplementedInterface
446 syn keyword vim9Abstract abstract skipwhite skipnl nextgroup=vim9ClassBody,vim9AbstractDef
447 syn keyword vim9Extends contained extends skipwhite skipnl nextgroup=vim9SuperClass
448 syn keyword vim9Implements contained implements skipwhite skipnl nextgroup=vim9ImplementedInterface
449 syn keyword vim9Public contained public
450 syn keyword vim9Static contained static
451 syn keyword vim9This contained this
452 syn keyword vim9Super contained super
453
454 VimFoldc syn region vim9ClassBody start="\<class\>" matchgroup=vimCommand end="\<endclass\>" contains=@vim9ClassBodyList transparent
455
456 " Enums {{{3
457 syn cluster vim9EnumBodyList contains=vim9Comment,vim9LineComment,@vim9Continue,vim9Enum,vim9Implements,@vim9MethodDef,vim9Const,vim9Final,vim9Var
458
459 syn match vim9Enum contained "\<enum\>" skipwhite nextgroup=vim9EnumName
460 syn match vim9EnumName contained "\<\u\w*\>" skipwhite skipnl nextgroup=vim9Implements
461
462 VimFolde syn region vim9EnumBody start="\<enum\>" matchgroup=vimCommand end="\<endenum\>" contains=@vim9EnumBodyList transparent
463
464 " Interfaces {{{3
465 " TODO: limit to decl only - no init values
466 syn cluster vim9InterfaceBodyList contains=vim9Comment,vim9LineComment,@vim9Continue,vim9Extends,vim9Interface,vim9AbstractDef,vim9Var
467
468 syn match vim9Interface contained "\<interface\>" skipwhite nextgroup=vim9InterfaceName
469 syn match vim9InterfaceName contained "\<\u\w*\>" skipwhite skipnl nextgroup=vim9Extends
470
471 syn keyword vim9AbstractDef contained def skipwhite nextgroup=vim9AbstractDefName
472 syn match vim9AbstractDefName contained "\<\h\w*\>" skipwhite nextgroup=vim9AbstractDefParams contains=@vim9MethodName
473 syn region vim9AbstractDefParams contained
474 \ matchgroup=Delimiter start="(" end=")"
475 \ skipwhite skipnl nextgroup=vimDefComment,vim9AbstractDefReturnType,vimCommentError
476 \ contains=vimDefParam,vim9Comment,vimFuncParamEquals
477 syn region vim9AbstractDefReturnType contained
478 \ start=":\s" end="$" matchgroup=vim9Comment end="\ze[#"]"
479 \ skipwhite skipnl nextgroup=vimDefComment,vimCommentError
480 \ contains=vimTypeSep
481 \ transparent
482
483 VimFoldi syn region vim9InterfaceBody start="\<interface\>" matchgroup=vimCommand end="\<endinterface\>" contains=@vim9InterfaceBodyList transparent
484
485 " type {{{3
486 syn match vim9Type "\<ty\%[pe]\>" skipwhite nextgroup=vim9TypeAlias,vim9TypeAliasError
487 syn match vim9TypeAlias contained "\<\u\w*\>" skipwhite nextgroup=vim9TypeEquals
488 syn match vim9TypeEquals contained "=" skipwhite nextgroup=@vimType
489 if !exists("g:vimsyn_noerror") && !exists("g:vimsyn_notypealiaserror")
490 syn match vim9TypeAliasError contained "\<\U\w*"
491 endif
492endif
493
dkearns04e53632024-04-11 06:18:37 +1000494" Keymaps: {{{2
dkearns69866442023-11-22 05:43:40 +1100495" =======
496
dkearns04e53632024-04-11 06:18:37 +1000497syn match vimKeymapStart "^" contained skipwhite nextgroup=vimKeymapLhs,@vimKeymapLineComment
dkearns69866442023-11-22 05:43:40 +1100498syn match vimKeymapLhs "\S\+" contained skipwhite nextgroup=vimKeymapRhs contains=vimNotation
499syn match vimKeymapRhs "\S\+" contained skipwhite nextgroup=vimKeymapTailComment contains=vimNotation
500syn match vimKeymapTailComment "\S.*" contained
dkearns04e53632024-04-11 06:18:37 +1000501
502" TODO: remove when :" comment is matched in parts as "ex-colon comment" --djk
503if s:vim9script
504 syn match vim9KeymapLineComment "#.*" contained contains=@vimCommentGroup,vimCommentString,vim9CommentTitle
505else
506 syn match vimKeymapLineComment +".*+ contained contains=@vimCommentGroup,vimCommentString,vimCommentTitle
507endif
508syn cluster vimKeymapLineComment contains=vim9\=KeymapLineComment
dkearns69866442023-11-22 05:43:40 +1100509
Doug Kearns7866d542024-08-23 18:37:55 +0200510syn region vimLoadkeymap matchgroup=vimCommand start="\<loadk\%[eymap]\>" end="\%$" contains=vimKeymapStart
dkearns69866442023-11-22 05:43:40 +1100511
Bram Moolenaarcfbc5ee2004-07-02 15:38:35 +0000512" Special Filenames, Modifiers, Extension Removal: {{{2
Bram Moolenaar071d4272004-06-13 20:20:40 +0000513" ===============================================
dkearns2c51e152024-02-27 07:10:18 +1100514syn match vimSpecFile "<c\(word\|WORD\)>" nextgroup=vimSpecFileMod,vimSubst1
515syn match vimSpecFile "<\([acs]file\|amatch\|abuf\)>" nextgroup=vimSpecFileMod,vimSubst1
516syn match vimSpecFile "\s%[ \t:]"ms=s+1,me=e-1 nextgroup=vimSpecFileMod,vimSubst1
517syn match vimSpecFile "\s%$"ms=s+1 nextgroup=vimSpecFileMod,vimSubst1
518syn match vimSpecFile "\s%<"ms=s+1,me=e-1 nextgroup=vimSpecFileMod,vimSubst1
519syn match vimSpecFile "#\d\+\|[#%]<\>" nextgroup=vimSpecFileMod,vimSubst1
Bram Moolenaar5c736222010-01-06 20:54:52 +0100520syn match vimSpecFileMod "\(:[phtre]\)\+" contained
Bram Moolenaar071d4272004-06-13 20:20:40 +0000521
Bram Moolenaarcfbc5ee2004-07-02 15:38:35 +0000522" User-Specified Commands: {{{2
Bram Moolenaar071d4272004-06-13 20:20:40 +0000523" =======================
dkearns04e53632024-04-11 06:18:37 +1000524syn cluster vimUserCmdList contains=@vimCmdList,vimCmplxRepeat,@vimComment,vimCtrlChar,vimEscapeBrace,vimFunc,vimNotation,vimNumber,vimOper,vimRegister,vimSpecFile,vimString,vimSubst,vimSubstRep,vimSubstRange
Doug Kearns3c07eb02024-09-02 10:03:37 +0200525syn keyword vimUserCmdKey contained com[mand]
526syn match vimUserCmdName contained "\<\u[[:alnum:]]*\>" skipwhite nextgroup=vimUserCmdBlock
527syn match vimUserCmd "\<com\%[mand]\>!\=.*$" contains=vimUserCmdKey,vimBang,vimUserCmdAttr,vimUserCmdAttrError,vimUserCmdName,@vimUserCmdList,vimComFilter
528syn match vimUserCmdAttrError contained "-\a\+\ze\%(\s\|=\)"
529syn match vimUserCmdAttr contained "-addr=" contains=vimUserCmdAttrKey nextgroup=vimUserCmdAttrAddr
530syn match vimUserCmdAttr contained "-bang\>" contains=vimUserCmdAttrKey
531syn match vimUserCmdAttr contained "-bar\>" contains=vimUserCmdAttrKey
532syn match vimUserCmdAttr contained "-buffer\>" contains=vimUserCmdAttrKey
533syn match vimUserCmdAttr contained "-complete=" contains=vimUserCmdAttrKey nextgroup=vimUserCmdAttrCmplt,vimUserCmdError
534syn match vimUserCmdAttr contained "-count\>" contains=vimUserCmdAttrKey
535syn match vimUserCmdAttr contained "-count=" contains=vimUserCmdAttrKey nextgroup=vimNumber
536syn match vimUserCmdAttr contained "-keepscript\>" contains=vimUserCmdAttrKey
537syn match vimUserCmdAttr contained "-nargs=" contains=vimUserCmdAttrKey nextgroup=vimUserCmdAttrNargs
538syn match vimUserCmdAttr contained "-range\>" contains=vimUserCmdAttrKey
539syn match vimUserCmdAttr contained "-range=" contains=vimUserCmdAttrKey nextgroup=vimNumber,vimUserCmdAttrRange
540syn match vimUserCmdAttr contained "-register\>" contains=vimUserCmdAttrKey
541
542syn match vimUserCmdAttrNargs contained "[01*?+]"
543syn match vimUserCmdAttrRange contained "%"
544
Bram Moolenaar6be7f872012-01-20 21:08:56 +0100545if !exists("g:vimsyn_noerror") && !exists("g:vimsyn_nousercmderror")
Bram Moolenaar5c736222010-01-06 20:54:52 +0100546 syn match vimUserCmdError contained "\S\+\>"
Bram Moolenaarcfbc5ee2004-07-02 15:38:35 +0000547endif
Bram Moolenaara93fa7e2006-04-17 22:14:47 +0000548
Doug Kearns3c07eb02024-09-02 10:03:37 +0200549syn case ignore
550syn keyword vimUserCmdAttrKey contained a[ddr] ban[g] bar bu[ffer] com[plete] cou[nt] k[eepscript] n[args] ra[nge] re[gister]
551" GEN_SYN_VIM: vimUserCmdAttrCmplt, START_STR='syn keyword vimUserCmdAttrCmplt contained', END_STR=''
Ruslan Russkikh0407d622024-10-08 22:21:05 +0200552syn keyword vimUserCmdAttrCmplt contained arglist augroup behave breakpoint buffer color command compiler cscope diff_buffer dir dir_in_path environment event expression file file_in_path filetype function help highlight history keymap locale mapclear mapping menu messages option packadd runtime scriptnames shellcmd shellcmdline sign syntax syntime tag tag_listfiles user var
Doug Kearns3c07eb02024-09-02 10:03:37 +0200553syn keyword vimUserCmdAttrCmplt contained custom customlist nextgroup=vimUserCmdAttrCmpltFunc,vimUserCmdError
554syn match vimUserCmdAttrCmpltFunc contained ",\%([sS]:\|<[sS][iI][dD]>\)\=\%(\h\w*\%([.#]\h\w*\)\+\|\h\w*\)"hs=s+1 nextgroup=vimUserCmdError
555" GEN_SYN_VIM: vimUserCmdAttrAddr, START_STR='syn keyword vimUserCmdAttrAddr contained', END_STR=''
556syn keyword vimUserCmdAttrAddr contained arguments arg buffers buf lines line loaded_buffers load other quickfix qf tabs tab windows win
557syn match vimUserCmdAttrAddr contained "?"
Bram Moolenaar071d4272004-06-13 20:20:40 +0000558syn case match
Bram Moolenaar071d4272004-06-13 20:20:40 +0000559
dkearns04e53632024-04-11 06:18:37 +1000560syn region vimUserCmdBlock contained matchgroup=vimSep start="{" end="}" contains=@vimDefBodyList
561
Doug Kearns3c07eb02024-09-02 10:03:37 +0200562syn match vimDelcommand "\<delc\%[ommand]\>" skipwhite nextgroup=vimDelcommandAttr
563syn match vimDelcommandAttr contained "-buffer\>"
564
Bram Moolenaarcfbc5ee2004-07-02 15:38:35 +0000565" Lower Priority Comments: after some vim commands... {{{2
Bram Moolenaar071d4272004-06-13 20:20:40 +0000566" =======================
dkearns959c3c82024-06-12 04:18:08 +1000567if get(g:, "vimsyn_comment_strings", 1)
Doug Kearns35699f12024-09-19 19:51:59 +0200568 syn region vimCommentString contained oneline start='\S\s\+"'ms=e end='"' extend
dkearns959c3c82024-06-12 04:18:08 +1000569endif
dkearns04e53632024-04-11 06:18:37 +1000570
571if s:vim9script
dkearns04e53632024-04-11 06:18:37 +1000572 syn cluster vimComment contains=vim9Comment
573else
dkearns04e53632024-04-11 06:18:37 +1000574 syn cluster vimComment contains=vimComment
575endif
Bram Moolenaar071d4272004-06-13 20:20:40 +0000576
Doug Kearns35699f12024-09-19 19:51:59 +0200577VimL syn match vimComment excludenl +\s"[^\-:.%#=*].*$+lc=1 contains=@vimCommentGroup,vimCommentString extend
578VimL syn match vimComment +\<endif\s\+".*$+lc=5 contains=@vimCommentGroup,vimCommentString extend
579VimL syn match vimComment +\<else\s\+".*$+lc=4 contains=@vimCommentGroup,vimCommentString extend
Doug Kearnsd65e58f2024-07-17 19:34:14 +0200580" Vim9 comments - TODO: might be highlighted while they don't work
Doug Kearns35699f12024-09-19 19:51:59 +0200581Vim9 syn match vim9Comment excludenl +\s#[^{].*$+lc=1 contains=@vimCommentGroup,vimCommentString extend
582Vim9 syn match vim9Comment +\<endif\s\+#[^{].*$+lc=5 contains=@vimCommentGroup,vimCommentString extend
583Vim9 syn match vim9Comment +\<else\s\+#[^{].*$+lc=4 contains=@vimCommentGroup,vimCommentString extend
Doug Kearnsd65e58f2024-07-17 19:34:14 +0200584" Vim9 comment inside expression
Doug Kearns35699f12024-09-19 19:51:59 +0200585Vim9 syn match vim9Comment +\s\zs#[^{].*$+ms=s+1 contains=@vimCommentGroup,vimCommentString contained extend
586Vim9 syn match vim9Comment +^\s*#[^{].*$+ contains=@vimCommentGroup,vimCommentString contained extend
587Vim9 syn match vim9Comment +^\s*#$+ contains=@vimCommentGroup,vimCommentString contained extend
Doug Kearnsd65e58f2024-07-17 19:34:14 +0200588
Doug Kearnsfc64ac02024-06-22 11:20:36 +0200589syn match vim9CommentError contained "#.*"
590syn match vimCommentError contained +".*+
591
Bram Moolenaarcfbc5ee2004-07-02 15:38:35 +0000592" Environment Variables: {{{2
Bram Moolenaar071d4272004-06-13 20:20:40 +0000593" =====================
Bram Moolenaar5c736222010-01-06 20:54:52 +0100594syn match vimEnvvar "\$\I\i*"
595syn match vimEnvvar "\${\I\i*}"
Bram Moolenaar071d4272004-06-13 20:20:40 +0000596
Bram Moolenaarcfbc5ee2004-07-02 15:38:35 +0000597" In-String Specials: {{{2
Bram Moolenaar071d4272004-06-13 20:20:40 +0000598" Try to catch strings, if nothing else matches (therefore it must precede the others!)
599" vimEscapeBrace handles ["] []"] (ie. "s don't terminate string inside [])
Bram Moolenaar5c736222010-01-06 20:54:52 +0100600syn region vimEscapeBrace oneline contained transparent start="[^\\]\(\\\\\)*\[\zs\^\=\]\=" skip="\\\\\|\\\]" end="]"me=e-1
601syn match vimPatSepErr contained "\\)"
602syn match vimPatSep contained "\\|"
Bram Moolenaarb730f0c2018-11-25 03:56:26 +0100603syn region vimPatSepZone oneline contained matchgroup=vimPatSepZ start="\\%\=\ze(" skip="\\\\" end="\\)\|[^\\]['"]" contains=@vimStringGroup
Bram Moolenaar5c736222010-01-06 20:54:52 +0100604syn region vimPatRegion contained transparent matchgroup=vimPatSepR start="\\[z%]\=(" end="\\)" contains=@vimSubstList oneline
605syn match vimNotPatSep contained "\\\\"
Bram Moolenaar6ba83ba2022-06-12 22:15:57 +0100606syn cluster vimStringGroup contains=vimEscape,vimEscapeBrace,vimPatSep,vimNotPatSep,vimPatSepErr,vimPatSepZone,@Spell
Doug Kearns695522d2025-01-10 20:02:17 +0100607syn region vimString oneline keepend matchgroup=vimString start=+[^a-zA-Z>\\@]"+lc=1 skip=+\\\\\|\\"+ matchgroup=vimStringEnd end=+"+ contains=@vimStringGroup extend
608syn region vimString oneline matchgroup=vimString start=+[^a-zA-Z>\\@]'+lc=1 end=+'+ contains=vimQuoteEscape extend
Bram Moolenaaracc22402020-06-07 21:07:18 +0200609"syn region vimString oneline start="\s/\s*\A"lc=1 skip="\\\\\|\\+" end="/" contains=@vimStringGroup " see tst45.vim
Bram Moolenaar5c736222010-01-06 20:54:52 +0100610syn match vimString contained +"[^"]*\\$+ skipnl nextgroup=vimStringCont
611syn match vimStringCont contained +\(\\\\\|.\)\{-}[^\\]"+
Doug Kearns695522d2025-01-10 20:02:17 +0100612
Bram Moolenaar6ba83ba2022-06-12 22:15:57 +0100613syn match vimEscape contained "\\."
dkearnse3e39342024-02-02 07:44:26 +1100614" syn match vimEscape contained +\\[befnrt\"]+
615syn match vimEscape contained "\\\o\{1,3}\|\\[xX]\x\{1,2}\|\\u\x\{1,4}\|\\U\x\{1,8}"
616syn match vimEscape contained "\\<" contains=vimNotation
617syn match vimEscape contained "\\<\*[^>]*>\=>"
Doug Kearns695522d2025-01-10 20:02:17 +0100618syn match vimQuoteEscape contained "''"
Bram Moolenaar071d4272004-06-13 20:20:40 +0000619
Doug Kearns695522d2025-01-10 20:02:17 +0100620syn region vimString oneline matchgroup=vimString start=+$'+ skip=+''+ end=+'+ contains=vimQuoteEscape,@vimStringInterpolation extend
621syn region vimString oneline matchgroup=vimString start=+$"+ end=+"+ contains=@vimStringGroup,@vimStringInterpolation extend
dkearnsb1427b42024-02-28 05:59:30 +1100622syn region vimStringInterpolationExpr oneline contained matchgroup=vimSep start=+{+ end=+}+ contains=@vimExprList
623syn match vimStringInterpolationBrace contained "{{"
624syn match vimStringInterpolationBrace contained "}}"
Doug Kearnsd164f2a2024-08-16 21:07:15 +0200625syn cluster vimStringInterpolation contains=vimStringInterpolationExpr,vimStringInterpolationBrace
thincacf8695d2024-01-28 18:57:23 +0100626
Bram Moolenaarcfbc5ee2004-07-02 15:38:35 +0000627" Substitutions: {{{2
Bram Moolenaar071d4272004-06-13 20:20:40 +0000628" =============
Bram Moolenaar5c736222010-01-06 20:54:52 +0100629syn cluster vimSubstList contains=vimPatSep,vimPatRegion,vimPatSepErr,vimSubstTwoBS,vimSubstRange,vimNotation
630syn cluster vimSubstRepList contains=vimSubstSubstr,vimSubstTwoBS,vimNotation
631syn cluster vimSubstList add=vimCollection
Doug Kearns92f4e912024-06-05 19:45:43 +0200632syn match vimSubst "^\s*\%(s\%[ubstitute]\|sm\%[agic]\|sno\%[magic]\)\>" skipwhite nextgroup=vimSubstPat
633syn match vimSubst "^\s*\%(s\%[ubstitute]\|sm\%[agic]\|sno\%[magic]\)[_#]\@=" skipwhite nextgroup=vimSubstPat
634syn match vimSubst1 contained "\%(s\%[ubstitute]\|sm\%[agic]\>\|sno\%[magic]\)\>" skipwhite nextgroup=vimSubstPat
635syn match vimSubst1 contained "\%(s\%[ubstitute]\|sm\%[agic]\>\|sno\%[magic]\)[_#]\@=" skipwhite nextgroup=vimSubstPat
dkearns2c51e152024-02-27 07:10:18 +1100636" TODO: Vim9 illegal separators for abbreviated :s form are [-.:], :su\%[...] required
637" : # is allowed but "not recommended" (see :h pattern-delimiter)
638syn region vimSubstPat contained matchgroup=vimSubstDelim start="\z([!#$%&'()*+,-./:;<=>?@[\]^_`{}~]\)"rs=s+1 skip="\\\\\|\\\z1" end="\z1"re=e-1,me=e-1 contains=@vimSubstList nextgroup=vimSubstRep4 oneline
639syn region vimSubstRep4 contained matchgroup=vimSubstDelim start="\z(.\)" skip="\\\\\|\\\z1" end="\z1" matchgroup=vimNotation end="<[cC][rR]>" contains=@vimSubstRepList nextgroup=vimSubstFlagErr oneline
640syn region vimCollection contained transparent start="\\\@<!\[" skip="\\\[" end="\]" contains=vimCollClass
641syn match vimCollClassErr contained "\[:.\{-\}:\]"
642syn match vimCollClass contained transparent "\%#=1\[:\(alnum\|alpha\|blank\|cntrl\|digit\|graph\|lower\|print\|punct\|space\|upper\|xdigit\|retu\%[rn]\|tab\|escape\|backspace\):\]"
643syn match vimSubstSubstr contained "\\z\=\d"
644syn match vimSubstTwoBS contained "\\\\"
645syn match vimSubstFlagErr contained "[^< \t\r|]\+" contains=vimSubstFlags
646syn match vimSubstFlags contained "[&cegiIlnpr#]\+"
Bram Moolenaar071d4272004-06-13 20:20:40 +0000647
Doug Kearns92f4e912024-06-05 19:45:43 +0200648" Vi compatibility
649syn match vimSubstDelim contained "\\"
650syn match vimSubstPat contained "\\\ze[/?&]" contains=vimSubstDelim nextgroup=vimSubstRep4
651
Bram Moolenaarcfbc5ee2004-07-02 15:38:35 +0000652" 'String': {{{2
Bram Moolenaar5c736222010-01-06 20:54:52 +0100653syn match vimString "[^(,]'[^']\{-}\zs'"
Bram Moolenaar071d4272004-06-13 20:20:40 +0000654
Bram Moolenaarcfbc5ee2004-07-02 15:38:35 +0000655" Marks, Registers, Addresses, Filters: {{{2
dkearns2c51e152024-02-27 07:10:18 +1100656syn match vimMark "'[a-zA-Z0-9]\ze[-+,!]" nextgroup=vimFilter,vimMarkNumber,vimSubst1
Doug Kearnsd8176092024-08-31 16:57:32 +0200657syn match vimMark "'[[\]{}()<>]\ze[-+,!]" nextgroup=vimFilter,vimMarkNumber,vimSubst1
658syn match vimMark ",\zs'[[\]{}()<>]\ze" nextgroup=vimFilter,vimMarkNumber,vimSubst1
dkearns2c51e152024-02-27 07:10:18 +1100659syn match vimMark "[!,:]\zs'[a-zA-Z0-9]" nextgroup=vimFilter,vimMarkNumber,vimSubst1
660syn match vimMark "\<norm\%[al]\s\zs'[a-zA-Z0-9]" nextgroup=vimFilter,vimMarkNumber,vimSubst1
661syn match vimMarkNumber "[-+]\d\+" contained contains=vimOper nextgroup=vimSubst1
Bram Moolenaar5c736222010-01-06 20:54:52 +0100662syn match vimPlainMark contained "'[a-zA-Z0-9]"
Bram Moolenaar6c1e1572019-06-22 02:13:00 +0200663syn match vimRange "[`'][a-zA-Z0-9],[`'][a-zA-Z0-9]" contains=vimMark skipwhite nextgroup=vimFilter
Bram Moolenaar071d4272004-06-13 20:20:40 +0000664
Bram Moolenaarb4ff5182015-11-10 21:15:48 +0100665syn match vimRegister '[^,;[{: \t]\zs"[a-zA-Z0-9.%#:_\-/]\ze[^a-zA-Z_":0-9]'
Bram Moolenaar5c736222010-01-06 20:54:52 +0100666syn match vimRegister '\<norm\s\+\zs"[a-zA-Z0-9]'
667syn match vimRegister '\<normal\s\+\zs"[a-zA-Z0-9]'
668syn match vimRegister '@"'
669syn match vimPlainRegister contained '"[a-zA-Z0-9\-:.%#*+=]'
dkearnsf6869212023-12-11 01:53:24 +1100670syn match vimLetRegister contained '@["0-9\-a-zA-Z#=*+_/]'
Bram Moolenaar071d4272004-06-13 20:20:40 +0000671
Bram Moolenaar5c736222010-01-06 20:54:52 +0100672syn match vimAddress ",\zs[.$]" skipwhite nextgroup=vimSubst1
673syn match vimAddress "%\ze\a" skipwhite nextgroup=vimString,vimSubst1
Bram Moolenaar071d4272004-06-13 20:20:40 +0000674
Bram Moolenaar6c1e1572019-06-22 02:13:00 +0200675syn match vimFilter "^!!\=[^"]\{-}\(|\|\ze\"\|$\)" contains=vimOper,vimSpecFile
Bram Moolenaard58a3bf2020-09-28 21:48:16 +0200676syn match vimFilter contained "!!\=[^"]\{-}\(|\|\ze\"\|$\)" contains=vimOper,vimSpecFile
677syn match vimComFilter contained "|!!\=[^"]\{-}\(|\|\ze\"\|$\)" contains=vimOper,vimSpecFile
Bram Moolenaar071d4272004-06-13 20:20:40 +0000678
Bram Moolenaar1ff14ba2019-11-02 14:09:23 +0100679" Complex Repeats: (:h complex-repeat) {{{2
680" ===============
Bram Moolenaar6be7f872012-01-20 21:08:56 +0100681syn match vimCmplxRepeat '[^a-zA-Z_/\\()]q[0-9a-zA-Z"]\>'lc=1
682syn match vimCmplxRepeat '@[0-9a-z".=@:]\ze\($\|[^a-zA-Z]\>\)'
Bram Moolenaar071d4272004-06-13 20:20:40 +0000683
Bram Moolenaarcfbc5ee2004-07-02 15:38:35 +0000684" Set command and associated set-options (vimOptions) with comment {{{2
Doug Kearnsddbb6fe2024-07-24 20:21:22 +0200685syn match vimSet "\<\%(setl\%[ocal]\|setg\%[lobal]\|se\%[t]\)\>" skipwhite nextgroup=vimSetBang,vimSetRegion
686syn region vimSetRegion contained start="\S" skip=+\\\\\|\\|\|\n\s*\\\|\n\s*["#]\\ + matchgroup=vimCmdSep end="|" end="$" matchgroup=vimNotation end="<[cC][rR]>" keepend contains=@vimComment,@vimContinue,vimErrSetting,vimOption,vimSetAll,vimSetTermcap
687syn region vimSetEqual contained matchgroup=vimOper start="[=:]\|[-+^]=" skip=+\\\\\|\\|\|\\\s\|\n\s*\\\|\n\s*["#]\\ \|^\s*\\\|^\s*["#]\\ + matchgroup=vimCmdSep end="|" end="\ze\s" end="$" contains=@vimContinue,vimCtrlChar,vimEnvvar,vimNotation,vimSetSep
688syn match vimSetBang contained "\a\@1<=!" skipwhite nextgroup=vimSetAll,vimSetTermcap
689syn keyword vimSetAll contained all nextgroup=vimSetMod
690syn keyword vimSetTermcap contained termcap
691syn region vimSetString contained start=+="+hs=s+1 skip=+\\\\\|\\"+ end=+"+ contains=vimCtrlChar
Bram Moolenaar4072ba52020-12-23 13:56:35 +0100692syn match vimSetSep contained "[,:]"
Doug Kearnsddbb6fe2024-07-24 20:21:22 +0200693syn match vimSetMod contained "\a\@1<=\%(&vim\=\|[!&?<]\)"
Bram Moolenaar071d4272004-06-13 20:20:40 +0000694
Doug Kearnsd65e58f2024-07-17 19:34:14 +0200695" Variable Declarations: {{{2
696" =====================
697VimL syn keyword vimLet let skipwhite nextgroup=vimVar,vimFuncVar,vimLetRegister,vimVarList
698VimL syn keyword vimConst cons[t] skipwhite nextgroup=vimVar,vimVarList
699syn region vimVarList contained start="\[" end="]" contains=vimVar,@vimContinue
dkearnsf6869212023-12-11 01:53:24 +1100700
Doug Kearnsd65e58f2024-07-17 19:34:14 +0200701VimL syn keyword vimUnlet unl[et] skipwhite nextgroup=vimUnletBang,vimUnletVars
dkearnsf6869212023-12-11 01:53:24 +1100702syn match vimUnletBang contained "!" skipwhite nextgroup=vimUnletVars
703syn region vimUnletVars contained start="$\I\|\h" skip="\n\s*\\" end="$" end="|" contains=vimVar,vimEnvvar,vimContinue,vimString,vimNumber
704
Doug Kearns7884cc72024-08-23 18:01:35 +0200705VimFoldh syn region vimLetHereDoc matchgroup=vimLetHereDocStart start='\%(^\z(\s*\)\S.*\)\@<==<<\s*trim\%(\s\+\)\@>\z(\L\S*\)' matchgroup=vimLetHereDocStop end='^\z1\=\z2$' extend
Ken Takata95e90782024-08-22 21:29:39 +0200706VimFoldh syn region vimLetHereDoc matchgroup=vimLetHereDocStart start='=<<\%(\s*\)\@>\z(\L\S*\)' matchgroup=vimLetHereDocStop end='^\z1$' extend
Doug Kearns7884cc72024-08-23 18:01:35 +0200707VimFoldh syn region vimLetHereDoc matchgroup=vimLetHereDocStart start='\%(^\z(\s*\)\S.*\)\@<==<<\s*\%(trim\s\+eval\|eval\s\+trim\)\%(\s\+\)\@>\z(\L\S*\)' matchgroup=vimLetHereDocStop end='^\z1\=\z2$' contains=@vimStringInterpolation extend
Ken Takata95e90782024-08-22 21:29:39 +0200708VimFoldh syn region vimLetHereDoc matchgroup=vimLetHereDocStart start='=<<\s*eval\%(\s\+\)\@>\z(\L\S*\)' matchgroup=vimLetHereDocStop end='^\z1$' contains=@vimStringInterpolation extend
Doug Kearnsd65e58f2024-07-17 19:34:14 +0200709
710Vim9 syn keyword vim9Const const skipwhite nextgroup=vim9Variable,vim9VariableList
711Vim9 syn keyword vim9Final final skipwhite nextgroup=vim9Variable,vim9VariableList
712Vim9 syn keyword vim9Var var skipwhite nextgroup=vim9Variable,vim9VariableList
713
Doug Kearns818c6412024-10-06 17:00:48 +0200714syn match vim9Variable contained "\<\h\w*\>" skipwhite nextgroup=vimTypeSep,vimLetHereDoc,vimOper
Doug Kearnsd65e58f2024-07-17 19:34:14 +0200715syn region vim9VariableList contained start="\[" end="]" contains=vim9Variable,@vimContinue
Bram Moolenaar071d4272004-06-13 20:20:40 +0000716
dkearnsf6869212023-12-11 01:53:24 +1100717" For: {{{2
718" ===
Doug Kearnsd65e58f2024-07-17 19:34:14 +0200719if s:vim9script
720 syn keyword vim9For for skipwhite nextgroup=vim9Variable,vim9VariableList
721else
722 syn keyword vimFor for skipwhite nextgroup=vimVar,vimVarList
723endif
dkearns76d62982024-03-23 05:55:25 +1100724
Bram Moolenaar1ff14ba2019-11-02 14:09:23 +0100725" Abbreviations: {{{2
Bram Moolenaare37d50a2008-08-06 17:06:04 +0000726" =============
h-east9b53c052024-02-13 21:09:22 +0100727" GEN_SYN_VIM: vimCommand abbrev, START_STR='syn keyword vimAbb', END_STR='skipwhite nextgroup=vimMapMod,vimMapLhs'
dkearns16249702024-02-23 05:45:05 +1100728syn keyword vimAbb ab[breviate] ca[bbrev] cnorea[bbrev] cuna[bbrev] ia[bbrev] inorea[bbrev] iuna[bbrev] norea[bbrev] una[bbreviate] skipwhite nextgroup=vimMapMod,vimMapLhs
dkearns982e1912024-03-28 20:06:03 +1100729" GEN_SYN_VIM: vimCommand abclear, START_STR='syn keyword vimAbb', END_STR='skipwhite nextgroup=vimMapMod'
730syn keyword vimAbb abc[lear] cabc[lear] iabc[lear] skipwhite nextgroup=vimMapMod
Bram Moolenaare37d50a2008-08-06 17:06:04 +0000731
Bram Moolenaar1ff14ba2019-11-02 14:09:23 +0100732" Autocmd: {{{2
Bram Moolenaar071d4272004-06-13 20:20:40 +0000733" =======
Doug Kearns1718e7d2025-01-08 18:20:47 +0100734syn match vimAutoCmdBang contained "\a\@1<=!" skipwhite nextgroup=vimAutoEventList
735syn match vimAutoEventList contained "\%(\a\+,\)*\a\+" contains=vimAutoEvent nextgroup=vimAutoCmdSpace
Bram Moolenaar5c736222010-01-06 20:54:52 +0100736syn match vimAutoCmdSpace contained "\s\+" nextgroup=vimAutoCmdSfxList
dkearns04e53632024-04-11 06:18:37 +1000737syn match vimAutoCmdSfxList contained "\S*" skipwhite nextgroup=vimAutoCmdMod,vimAutoCmdBlock
Doug Kearns1718e7d2025-01-08 18:20:47 +0100738syn keyword vimAutoCmd au[tocmd] skipwhite nextgroup=vimAutoCmdBang,vimAutoEventList
739syn keyword vimAutoCmd do[autocmd] doautoa[ll] skipwhite nextgroup=vimAutoEventList
dkearns04e53632024-04-11 06:18:37 +1000740syn match vimAutoCmdMod "\(++\)\=\(once\|nested\)" skipwhite nextgroup=vimAutoCmdBlock
741syn region vimAutoCmdBlock contained matchgroup=vimSep start="{" end="}" contains=@vimDefBodyList
Bram Moolenaar071d4272004-06-13 20:20:40 +0000742
Bram Moolenaar1ff14ba2019-11-02 14:09:23 +0100743" Echo And Execute: -- prefer strings! {{{2
Bram Moolenaar071d4272004-06-13 20:20:40 +0000744" ================
dkearns61887b32024-03-15 23:45:48 +1100745" NOTE: No trailing comments
dkearnsb1427b42024-02-28 05:59:30 +1100746
dkearns61887b32024-03-15 23:45:48 +1100747syn region vimEcho
748 \ matchgroup=vimCommand
749 \ start="\<ec\%[ho]\>"
750 \ start="\<echoe\%[rr]\>"
751 \ start="\<echom\%[sg]\>"
752 \ start="\<echoc\%[onsole]\>"
753 \ start="\<echon\>"
754 \ start="\<echow\%[indow]\>"
755 \ skip=+\\|\|\n\s*\\\|\n\s*"\\ +
756 \ matchgroup=vimCmdSep end="|" excludenl end="$" contains=@vimContinue,@vimExprList transparent
757
758syn match vimEchohl "\<echohl\=\>" skipwhite nextgroup=vimGroup,vimHLGroup,vimEchohlNone
Bram Moolenaar071d4272004-06-13 20:20:40 +0000759syn case ignore
dkearns61887b32024-03-15 23:45:48 +1100760syn keyword vimEchohlNone contained none
Bram Moolenaar071d4272004-06-13 20:20:40 +0000761syn case match
762
dkearns35e6f4c2024-03-22 06:41:10 +1100763syn cluster vimEcho contains=vimEcho,vimEchohl
dkearns61887b32024-03-15 23:45:48 +1100764
765syn region vimExecute matchgroup=vimCommand start="\<exe\%[cute]\>" skip=+\\|\|\n\s*\\\|\n\s*"\\ + matchgroup=vimCmdSep end="|" excludenl end="$" contains=@vimContinue,@vimExprList transparent
dkearnsb1427b42024-02-28 05:59:30 +1100766
Bram Moolenaar1ff14ba2019-11-02 14:09:23 +0100767" Maps: {{{2
Bram Moolenaar071d4272004-06-13 20:20:40 +0000768" ====
Doug Kearns99984fc2024-07-18 20:45:19 +0200769" GEN_SYN_VIM: vimCommand map, START_STR='syn keyword vimMap', END_STR='skipwhite nextgroup=vimMapMod,vimMapLhs'
770syn keyword vimMap cm[ap] cno[remap] im[ap] ino[remap] lm[ap] ln[oremap] nm[ap] nn[oremap] om[ap] ono[remap] smap snor[emap] tma[p] tno[remap] vm[ap] vn[oremap] xm[ap] xn[oremap] skipwhite nextgroup=vimMapMod,vimMapLhs
771syn match vimMap "\<map\>" skipwhite nextgroup=vimMapBang,vimMapMod,vimMapLhs
772syn keyword vimMap no[remap] skipwhite nextgroup=vimMapBang,vimMapMod,vimMapLhs
dkearns16249702024-02-23 05:45:05 +1100773" GEN_SYN_VIM: vimCommand mapclear, START_STR='syn keyword vimMap', END_STR='skipwhite nextgroup=vimMapMod'
774syn keyword vimMap cmapc[lear] imapc[lear] lmapc[lear] nmapc[lear] omapc[lear] smapc[lear] tmapc[lear] vmapc[lear] xmapc[lear] skipwhite nextgroup=vimMapMod
Doug Kearns99984fc2024-07-18 20:45:19 +0200775syn keyword vimMap mapc[lear] skipwhite nextgroup=vimMapBang,vimMapMod
776" GEN_SYN_VIM: vimCommand unmap, START_STR='syn keyword vimUnmap', END_STR='skipwhite nextgroup=vimMapMod,vimMapLhs'
777syn keyword vimUnmap cu[nmap] iu[nmap] lu[nmap] nun[map] ou[nmap] sunm[ap] tunma[p] vu[nmap] xu[nmap] skipwhite nextgroup=vimMapMod,vimMapLhs
778syn keyword vimUnmap unm[ap] skipwhite nextgroup=vimMapBang,vimMapMod,vimMapLhs
779
dkearns5d67aef2024-03-10 04:01:22 +1100780syn match vimMapLhs contained "\%(.\|\S\)\+" contains=vimCtrlChar,vimNotation skipwhite nextgroup=vimMapRhs
781syn match vimMapLhs contained "\%(.\|\S\)\+\ze\s*$" contains=vimCtrlChar,vimNotation skipwhite skipnl nextgroup=vimMapRhsContinue
782syn match vimMapBang contained "\a\@1<=!" skipwhite nextgroup=vimMapMod,vimMapLhs
Bram Moolenaar51ad4ea2018-04-06 11:14:11 +0200783syn match vimMapMod contained "\%#=1\c<\(buffer\|expr\|\(local\)\=leader\|nowait\|plug\|script\|sid\|unique\|silent\)\+>" contains=vimMapModKey,vimMapModErr skipwhite nextgroup=vimMapMod,vimMapLhs
dkearns5d67aef2024-03-10 04:01:22 +1100784syn region vimMapRhs contained start="\S" skip=+\\|\|\@1<=|\|\n\s*\\\|\n\s*"\\ + end="|" end="$" contains=@vimContinue,vimCtrlChar,vimNotation skipnl nextgroup=vimMapRhsContinue
785" assume a continuation comment introduces the RHS
786syn region vimMapRhsContinue contained start=+^\s*\%(\\\|"\\ \)+ skip=+\\|\|\@1<=|\|\n\s*\\\|\n\s*"\\ + end="|" end="$" contains=@vimContinue,vimCtrlChar,vimNotation
Bram Moolenaar071d4272004-06-13 20:20:40 +0000787syn case ignore
Bram Moolenaarb4ff5182015-11-10 21:15:48 +0100788syn keyword vimMapModKey contained buffer expr leader localleader nowait plug script sid silent unique
Bram Moolenaar071d4272004-06-13 20:20:40 +0000789syn case match
790
Bram Moolenaar1ff14ba2019-11-02 14:09:23 +0100791" Menus: {{{2
Bram Moolenaar071d4272004-06-13 20:20:40 +0000792" =====
dkearns62b26042024-03-10 03:43:28 +1100793" NOTE: tail comments disallowed
794" GEN_SYN_VIM: vimCommand menu, START_STR='syn keyword vimMenu', END_STR='skipwhite nextgroup=vimMenuBang,vimMenuMod,vimMenuName,vimMenuPriority,vimMenuStatus'
795syn keyword vimMenu 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] sme[nu] snoreme[nu] sunme[nu] tlm[enu] tln[oremenu] tlu[nmenu] tm[enu] tu[nmenu] unme[nu] vme[nu] vnoreme[nu] vunme[nu] xme[nu] xnoreme[nu] xunme[nu] skipwhite nextgroup=vimMenuBang,vimMenuMod,vimMenuName,vimMenuPriority,vimMenuStatus
796syn keyword vimMenu popu[p] skipwhite nextgroup=vimMenuBang,vimMenuName
797syn region vimMenuRhs contained contains=@vimContinue,vimNotation start="|\@!\S" skip=+\\\\\|\\|\|\n\s*\\\|\n\s*"\\ + end="$" matchgroup=vimSep end="|"
798syn region vimMenuRhsContinue contained contains=@vimContinue,vimNotation start=+^\s*\%(\\\|"\\ \)+ skip=+\\\\\|\\|\|\n\s*\\\|\n\s*"\\ + end="$" matchgroup=vimSep end="|"
dkearnsec21baf2024-03-20 04:04:42 +1100799syn match vimMenuName "\.\@!\%(\\\s\|\S\)\+" contained contains=vimMenuNotation,vimNotation skipwhite nextgroup=vimCmdSep,vimMenuRhs
800syn match vimMenuName "\.\@!\%(\\\s\|\S\)\+\ze\s*$" contained contains=vimMenuNotation,vimNotation skipwhite skipnl nextgroup=vimCmdSep,vimMenuRhsContinue
dkearns62b26042024-03-10 03:43:28 +1100801syn match vimMenuNotation "&\a\|&&\|\\\s\|\\\." contained
802syn match vimMenuPriority "\<\d\+\%(\.\d\+\)*\>" contained skipwhite nextgroup=vimMenuName
803syn match vimMenuMod "\c<\%(script\|silent\|special\)>" contained skipwhite nextgroup=vimMenuName,vimMenuPriority,vimMenuMod contains=vimMapModKey,vimMapModErr
804syn keyword vimMenuStatus enable disable nextgroup=vimMenuName skipwhite
805syn match vimMenuBang "\a\@1<=!" contained skipwhite nextgroup=vimMenuName,vimMenuMod
806
807syn region vimMenutranslate
808 \ matchgroup=vimCommand start="\<menut\%[ranslate]\>"
809 \ skip=+\\\\\|\\|\|\n\s*\\\|\n\s*"\\ +
810 \ end="$" matchgroup=vimCmdSep end="|" matchgroup=vimMenuClear end="\<clear\ze\s*\%(["#|]\|$\)"
811 \ contains=@vimContinue,vimMenutranslateName keepend transparent
812" oneline is sufficient to match the current formatting in runtime/lang/*.vim
813syn match vimMenutranslateName "\%(\\\s\|\S\)\+" contained contains=vimMenuNotation,vimNotation
814syn match vimMenutranslateComment +".*+ contained containedin=vimMenutranslate
Bram Moolenaar071d4272004-06-13 20:20:40 +0000815
Bram Moolenaar1ff14ba2019-11-02 14:09:23 +0100816" Angle-Bracket Notation: (tnx to Michael Geddes) {{{2
Bram Moolenaar071d4272004-06-13 20:20:40 +0000817" ======================
818syn case ignore
dkearnse3e39342024-02-02 07:44:26 +1100819syn match vimNotation "\%#=1\%(\\\|<lt>\)\=<\%([scamd]-\)\{0,4}x\=\%(f\d\{1,2}\|[^ \t:]\|space\|bar\|bslash\|nl\|newline\|lf\|linefeed\|cr\|retu\%[rn]\|enter\|k\=del\%[ete]\|bs\|backspace\|tab\|esc\|csi\|right\|paste\%(start\|end\)\|left\|help\|undo\|k\=insert\|ins\|mouse\|[kz]\=home\|[kz]\=end\|kplus\|kminus\|kdivide\|kmultiply\|kenter\|kpoint\|space\|k\=\%(page\)\=\%(\|down\|up\|k\d\>\)\)>" contains=vimBracket
820
821syn match vimNotation "\%#=1\%(\\\|<lt>\)\=<\%([scamd2-4]-\)\{0,4}\%(net\|dec\|jsb\|pterm\|urxvt\|sgr\)mouse>" contains=vimBracket
822syn match vimNotation "\%#=1\%(\\\|<lt>\)\=<\%([scamd2-4]-\)\{0,4}\%(left\|middle\|right\)\%(mouse\|drag\|release\)>" contains=vimBracket
823syn match vimNotation "\%#=1\%(\\\|<lt>\)\=<\%([scamd2-4]-\)\{0,4}left\%(mouse\|release\)nm>" contains=vimBracket
824syn match vimNotation "\%#=1\%(\\\|<lt>\)\=<\%([scamd2-4]-\)\{0,4}x[12]\%(mouse\|drag\|release\)>" contains=vimBracket
825syn match vimNotation "\%#=1\%(\\\|<lt>\)\=<\%([scamd2-4]-\)\{0,4}sgrmouserelease>" contains=vimBracket
826syn match vimNotation "\%#=1\%(\\\|<lt>\)\=<\%([scamd2-4]-\)\{0,4}mouse\%(up\|down\|move\)>" contains=vimBracket
827syn match vimNotation "\%#=1\%(\\\|<lt>\)\=<\%([scamd2-4]-\)\{0,4}scrollwheel\%(up\|down\|right\|left\)>" contains=vimBracket
828
829syn match vimNotation "\%#=1\%(\\\|<lt>\)\=<\%(sid\|nop\|nul\|lt\|drop\)>" contains=vimBracket
830syn match vimNotation "\%#=1\%(\\\|<lt>\)\=<\%(snr\|plug\|cursorhold\|ignore\|cmd\|scriptcmd\|focus\%(gained\|lost\)\)>" contains=vimBracket
831syn match vimNotation '\%(\\\|<lt>\)\=<C-R>[0-9a-z"%#:.\-=]'he=e-1 contains=vimBracket
832syn match vimNotation '\%#=1\%(\\\|<lt>\)\=<\%(q-\)\=\%(line[12]\|count\|bang\|reg\|args\|mods\|f-args\|f-mods\|lt\)>' contains=vimBracket
833syn match vimNotation "\%#=1\%(\\\|<lt>\)\=<\%([cas]file\|abuf\|amatch\|cexpr\|cword\|cWORD\|client\|stack\|script\|sf\=lnum\)>" contains=vimBracket
834syn match vimNotation "\%#=1\%(\\\|<lt>\)\=<\%([scamd]-\)\{0,4}char-\%(\d\+\|0\o\+\|0x\x\+\)>" contains=vimBracket
835
Bram Moolenaar5c736222010-01-06 20:54:52 +0100836syn match vimBracket contained "[\\<>]"
Bram Moolenaar071d4272004-06-13 20:20:40 +0000837syn case match
838
Bram Moolenaar1ff14ba2019-11-02 14:09:23 +0100839" User Function Highlighting: {{{2
Bram Moolenaar3577c6f2008-06-24 21:16:56 +0000840" (following Gautam Iyer's suggestion)
Bram Moolenaar071d4272004-06-13 20:20:40 +0000841" ==========================
dkearnsb4b3d7d2024-03-16 04:53:53 +1100842syn match vimFunc "\%(\%([sSgGbBwWtTlL]:\|<[sS][iI][dD]>\)\=\%(\w\+\.\)*\I[a-zA-Z0-9_.]*\)\ze\s*(" contains=vimFuncEcho,vimFuncName,vimUserFunc,vimExecute
Doug Kearns818c6412024-10-06 17:00:48 +0200843syn match vimUserFunc contained "\%(\%([sSgGbBwWtTlL]:\|<[sS][iI][dD]>\)\=\%(\w\+\.\)*\I[a-zA-Z0-9_.]*\)\|\<\u[a-zA-Z0-9.]*\>\|\<if\>" contains=vimNotation,vim9MethodName
dkearnsb4b3d7d2024-03-16 04:53:53 +1100844syn keyword vimFuncEcho contained ec ech echo
845
Doug Kearns99984fc2024-07-18 20:45:19 +0200846syn match vimMap "\<map\%(\s\+(\)\@=" skipwhite nextgroup=vimMapBang,vimMapMod,vimMapLhs
847
Bram Moolenaar2547aa92020-07-26 17:00:44 +0200848" User Command Highlighting: {{{2
Bram Moolenaard2ea7cf2021-05-30 20:54:13 +0200849syn match vimUsrCmd '^\s*\zs\u\%(\w*\)\@>\%([(#[]\|\s\+\%([-+*/%]\=\|\.\.\)=\)\@!'
Bram Moolenaar2547aa92020-07-26 17:00:44 +0200850
Bram Moolenaar3577c6f2008-06-24 21:16:56 +0000851" Errors And Warnings: {{{2
852" ====================
Bram Moolenaar6be7f872012-01-20 21:08:56 +0100853if !exists("g:vimsyn_noerror") && !exists("g:vimsyn_novimfunctionerror")
Doug Kearns818c6412024-10-06 17:00:48 +0200854 syn match vimFunctionError "\s\zs[a-z0-9]\i\{-}\ze\s*(" contained contains=vimFuncKey,vimFuncBlank
Bram Moolenaar6c1e1572019-06-22 02:13:00 +0200855 syn match vimFunctionError "\s\zs\%(<[sS][iI][dD]>\|[sSgGbBwWtTlL]:\)\d\i\{-}\ze\s*(" contained contains=vimFuncKey,vimFuncBlank
Bram Moolenaar5c736222010-01-06 20:54:52 +0100856 syn match vimElseIfErr "\<else\s\+if\>"
857 syn match vimBufnrWarn /\<bufnr\s*(\s*["']\.['"]\s*)/
Bram Moolenaar3577c6f2008-06-24 21:16:56 +0000858endif
859
Doug Kearns4d427d42024-09-15 19:21:18 +0200860syn match vimNotFunc "\<if\>\|\<el\%[seif]\>\|\<retu\%[rn]\>\|\<while\>" skipwhite nextgroup=@vimExprList,vimNotation
Bram Moolenaar6c1e1572019-06-22 02:13:00 +0200861
Doug Kearnse85fdc72024-07-07 20:45:37 +0200862" Match: {{{2
863" =====
864syn match vimMatch "\<[23]\=mat\%[ch]\>" skipwhite nextgroup=vimMatchGroup,vimMatchNone
865syn match vimMatchGroup contained "[[:alnum:]._-]\+" skipwhite nextgroup=vimMatchPattern
866syn case ignore
867syn keyword vimMatchNone contained none
868syn case match
869syn region vimMatchPattern contained matchgroup=Delimiter start="\z([!#$%&'()*+,-./:;<=>?@[\]^_`{}~]\)" skip="\\\\\|\\\z1" end="\z1" contains=@vimSubstList oneline
870
Doug Kearnsbbe52522024-11-09 19:11:25 +0100871" Normal: {{{2
872" ======
873syn match vimNormal "\<norm\%[al]\>!\=" skipwhite nextgroup=vimNormalArg contains=vimBang
874syn region vimNormalArg contained start="\S" skip=+\n\s*\\\|\n\s*["#]\\ + end="$" contains=@vimContinue
Bram Moolenaar05159a02005-02-26 23:04:13 +0000875
Doug Kearns262e25e2024-06-14 20:16:35 +0200876" Sleep: {{{2
877" =====
878syn keyword vimSleep sl[eep] skipwhite nextgroup=vimSleepBang,vimSleepArg
879syn match vimSleepBang contained "\a\@1<=!" skipwhite nextgroup=vimSleepArg
880syn match vimSleepArg contained "\<\%(\d\+\)\=m\=\>"
881
Bram Moolenaar1ff14ba2019-11-02 14:09:23 +0100882" Syntax: {{{2
Bram Moolenaar071d4272004-06-13 20:20:40 +0000883"=======
dkearns21ce1592024-01-29 04:54:08 +1100884syn match vimGroupList contained "[^[:space:],]\+\%(\s*,\s*[^[:space:],]\+\)*" contains=vimGroupSpecial
885syn region vimGroupList contained start=/^\s*["#]\\ \|^\s*\\\|[^[:space:],]\+\s*,/ skip=/\s*\n\s*\\\|\s*\n\s*["#]\\ \|^\s*\\\|^\s*["#]\\ / end=/[^[:space:],]\s*$\|[^[:space:],]\ze\s\+\w/ contains=@vimContinue,vimGroupSpecial
886syn keyword vimGroupSpecial contained ALL ALLBUT CONTAINED TOP
887
Bram Moolenaar6be7f872012-01-20 21:08:56 +0100888if !exists("g:vimsyn_noerror") && !exists("g:vimsyn_novimsynerror")
Bram Moolenaar5c736222010-01-06 20:54:52 +0100889 syn match vimSynError contained "\i\+"
890 syn match vimSynError contained "\i\+=" nextgroup=vimGroupList
Bram Moolenaarcfbc5ee2004-07-02 15:38:35 +0000891endif
dkearns21ce1592024-01-29 04:54:08 +1100892syn match vimSynContains contained "\<contain\%(s\|edin\)=" skipwhite skipnl nextgroup=vimGroupList
893syn match vimSynKeyContainedin contained "\<containedin=" skipwhite skipnl nextgroup=vimGroupList
894syn match vimSynNextgroup contained "\<nextgroup=" skipwhite skipnl nextgroup=vimGroupList
dkearnsc79646d2024-01-05 08:58:48 +1100895if has("conceal")
dkearns21ce1592024-01-29 04:54:08 +1100896 " no whitespace allowed after '='
dkearnsc79646d2024-01-05 08:58:48 +1100897 syn match vimSynCchar contained "\<cchar=" nextgroup=vimSynCcharValue
898 syn match vimSynCcharValue contained "\S"
899endif
900
dkearns04e53632024-04-11 06:18:37 +1000901syn match vimSyntax "\<sy\%[ntax]\>" contains=vimCommand skipwhite nextgroup=vimSynType,@vimComment
Bram Moolenaard960d762011-09-21 19:22:10 +0200902syn cluster vimFuncBodyList add=vimSyntax
Bram Moolenaar071d4272004-06-13 20:20:40 +0000903
Bram Moolenaarcfbc5ee2004-07-02 15:38:35 +0000904" Syntax: case {{{2
Bram Moolenaar5c736222010-01-06 20:54:52 +0100905syn keyword vimSynType contained case skipwhite nextgroup=vimSynCase,vimSynCaseError
Bram Moolenaar6be7f872012-01-20 21:08:56 +0100906if !exists("g:vimsyn_noerror") && !exists("g:vimsyn_novimsyncaseerror")
Bram Moolenaar5c736222010-01-06 20:54:52 +0100907 syn match vimSynCaseError contained "\i\+"
Bram Moolenaarcfbc5ee2004-07-02 15:38:35 +0000908endif
Bram Moolenaar5c736222010-01-06 20:54:52 +0100909syn keyword vimSynCase contained ignore match
Bram Moolenaar071d4272004-06-13 20:20:40 +0000910
Bram Moolenaarcfbc5ee2004-07-02 15:38:35 +0000911" Syntax: clear {{{2
Bram Moolenaar5c736222010-01-06 20:54:52 +0100912syn keyword vimSynType contained clear skipwhite nextgroup=vimGroupList
Bram Moolenaar071d4272004-06-13 20:20:40 +0000913
Bram Moolenaarcfbc5ee2004-07-02 15:38:35 +0000914" Syntax: cluster {{{2
Bram Moolenaar5c736222010-01-06 20:54:52 +0100915syn keyword vimSynType contained cluster skipwhite nextgroup=vimClusterName
dkearns21ce1592024-01-29 04:54:08 +1100916syn region vimClusterName contained keepend matchgroup=vimGroupName start="\h\w*\>" skip=+\\\\\|\\\|\n\s*\\\|\n\s*"\\ + matchgroup=vimCmdSep end="$\||" contains=@vimContinue,vimGroupAdd,vimGroupRem,vimSynContains,vimSynError
917syn match vimGroupAdd contained keepend "\<add=" skipwhite skipnl nextgroup=vimGroupList
918syn match vimGroupRem contained keepend "\<remove=" skipwhite skipnl nextgroup=vimGroupList
Bram Moolenaar071d4272004-06-13 20:20:40 +0000919
Brad Kingd4634a22024-01-03 10:17:24 -0500920" Syntax: foldlevel {{{2
921syn keyword vimSynType contained foldlevel skipwhite nextgroup=vimSynFoldMethod,vimSynFoldMethodError
922if !exists("g:vimsyn_noerror") && !exists("g:vimsyn_novimsynfoldmethoderror")
923 syn match vimSynFoldMethodError contained "\i\+"
924endif
925syn keyword vimSynFoldMethod contained start minimum
926
Bram Moolenaar13d5aee2016-01-21 23:36:05 +0100927" Syntax: iskeyword {{{2
928syn keyword vimSynType contained iskeyword skipwhite nextgroup=vimIskList
929syn match vimIskList contained '\S\+' contains=vimIskSep
930syn match vimIskSep contained ','
931
Bram Moolenaarcfbc5ee2004-07-02 15:38:35 +0000932" Syntax: include {{{2
Bram Moolenaar5c736222010-01-06 20:54:52 +0100933syn keyword vimSynType contained include skipwhite nextgroup=vimGroupList
Bram Moolenaar071d4272004-06-13 20:20:40 +0000934
Bram Moolenaarcfbc5ee2004-07-02 15:38:35 +0000935" Syntax: keyword {{{2
dkearns21ce1592024-01-29 04:54:08 +1100936syn cluster vimSynKeyGroup contains=@vimContinue,vimSynCchar,vimSynNextgroup,vimSynKeyOpt,vimSynKeyContainedin
Bram Moolenaar5c736222010-01-06 20:54:52 +0100937syn keyword vimSynType contained keyword skipwhite nextgroup=vimSynKeyRegion
dkearns21ce1592024-01-29 04:54:08 +1100938syn region vimSynKeyRegion contained keepend matchgroup=vimGroupName start="\h\w*\>" skip=+\\\\\|\\|\|\n\s*\\\|\n\s*"\\ + matchgroup=vimCmdSep end="|\|$" contains=@vimSynKeyGroup
Bram Moolenaar51ad4ea2018-04-06 11:14:11 +0200939syn match vimSynKeyOpt contained "\%#=1\<\(conceal\|contained\|transparent\|skipempty\|skipwhite\|skipnl\)\>"
Bram Moolenaar071d4272004-06-13 20:20:40 +0000940
Bram Moolenaarcfbc5ee2004-07-02 15:38:35 +0000941" Syntax: match {{{2
dkearns21ce1592024-01-29 04:54:08 +1100942syn cluster vimSynMtchGroup contains=@vimContinue,vimSynCchar,vimSynContains,vimSynError,vimSynMtchOpt,vimSynNextgroup,vimSynRegPat,vimNotation,vimMtchComment
Bram Moolenaar5c736222010-01-06 20:54:52 +0100943syn keyword vimSynType contained match skipwhite nextgroup=vimSynMatchRegion
dkearns21ce1592024-01-29 04:54:08 +1100944syn region vimSynMatchRegion contained keepend matchgroup=vimGroupName start="\h\w*\>" skip=+\\\\\|\\|\|\n\s*\\\|\n\s*"\\ + matchgroup=vimCmdSep end="|\|$" contains=@vimSynMtchGroup
Bram Moolenaar51ad4ea2018-04-06 11:14:11 +0200945syn match vimSynMtchOpt contained "\%#=1\<\(conceal\|transparent\|contained\|excludenl\|keepend\|skipempty\|skipwhite\|display\|extend\|skipnl\|fold\)\>"
Bram Moolenaar071d4272004-06-13 20:20:40 +0000946
Bram Moolenaarcfbc5ee2004-07-02 15:38:35 +0000947" Syntax: off and on {{{2
Bram Moolenaar5c736222010-01-06 20:54:52 +0100948syn keyword vimSynType contained enable list manual off on reset
Bram Moolenaar071d4272004-06-13 20:20:40 +0000949
Bram Moolenaarcfbc5ee2004-07-02 15:38:35 +0000950" Syntax: region {{{2
dkearns21ce1592024-01-29 04:54:08 +1100951syn cluster vimSynRegPatGroup contains=@vimContinue,vimPatSep,vimNotPatSep,vimSynPatRange,vimSynNotPatRange,vimSubstSubstr,vimPatRegion,vimPatSepErr,vimNotation
952syn cluster vimSynRegGroup contains=@vimContinue,vimSynCchar,vimSynContains,vimSynNextgroup,vimSynRegOpt,vimSynReg,vimSynMtchGrp
Bram Moolenaar5c736222010-01-06 20:54:52 +0100953syn keyword vimSynType contained region skipwhite nextgroup=vimSynRegion
dkearns21ce1592024-01-29 04:54:08 +1100954syn region vimSynRegion contained keepend matchgroup=vimGroupName start="\h\w*" skip=+\\\\\|\\\|\n\s*\\\|\n\s*"\\ + end="|\|$" contains=@vimSynRegGroup
Bram Moolenaar51ad4ea2018-04-06 11:14:11 +0200955syn match vimSynRegOpt contained "\%#=1\<\(conceal\(ends\)\=\|transparent\|contained\|excludenl\|skipempty\|skipwhite\|display\|keepend\|oneline\|extend\|skipnl\|fold\)\>"
dkearns21ce1592024-01-29 04:54:08 +1100956syn match vimSynReg contained "\<\%(start\|skip\|end\)=" nextgroup=vimSynRegPat
Bram Moolenaar5c736222010-01-06 20:54:52 +0100957syn match vimSynMtchGrp contained "matchgroup=" nextgroup=vimGroup,vimHLGroup
dkearns21ce1592024-01-29 04:54:08 +1100958syn region vimSynRegPat contained extend start="\z([-`~!@#$%^&*_=+;:'",./?]\)" skip=/\\\\\|\\\z1\|\n\s*\\\|\n\s*"\\ / end="\z1" contains=@vimSynRegPatGroup skipwhite nextgroup=vimSynPatMod,vimSynReg
Bram Moolenaar51ad4ea2018-04-06 11:14:11 +0200959syn match vimSynPatMod contained "\%#=1\(hs\|ms\|me\|hs\|he\|rs\|re\)=[se]\([-+]\d\+\)\="
960syn match vimSynPatMod contained "\%#=1\(hs\|ms\|me\|hs\|he\|rs\|re\)=[se]\([-+]\d\+\)\=," nextgroup=vimSynPatMod
Bram Moolenaar5c736222010-01-06 20:54:52 +0100961syn match vimSynPatMod contained "lc=\d\+"
962syn match vimSynPatMod contained "lc=\d\+," nextgroup=vimSynPatMod
963syn region vimSynPatRange contained start="\[" skip="\\\\\|\\]" end="]"
964syn match vimSynNotPatRange contained "\\\\\|\\\["
965syn match vimMtchComment contained '"[^"]\+$'
Bram Moolenaar071d4272004-06-13 20:20:40 +0000966
Bram Moolenaarcfbc5ee2004-07-02 15:38:35 +0000967" Syntax: sync {{{2
Bram Moolenaar071d4272004-06-13 20:20:40 +0000968" ============
Bram Moolenaardf177f62005-02-22 08:39:57 +0000969syn keyword vimSynType contained sync skipwhite nextgroup=vimSyncC,vimSyncLines,vimSyncMatch,vimSyncError,vimSyncLinebreak,vimSyncLinecont,vimSyncRegion
Bram Moolenaar6be7f872012-01-20 21:08:56 +0100970if !exists("g:vimsyn_noerror") && !exists("g:vimsyn_novimsyncerror")
Bram Moolenaar5c736222010-01-06 20:54:52 +0100971 syn match vimSyncError contained "\i\+"
Bram Moolenaarcfbc5ee2004-07-02 15:38:35 +0000972endif
Bram Moolenaar5c736222010-01-06 20:54:52 +0100973syn keyword vimSyncC contained ccomment clear fromstart
974syn keyword vimSyncMatch contained match skipwhite nextgroup=vimSyncGroupName
975syn keyword vimSyncRegion contained region skipwhite nextgroup=vimSynReg
976syn match vimSyncLinebreak contained "\<linebreaks=" skipwhite nextgroup=vimNumber
977syn keyword vimSyncLinecont contained linecont skipwhite nextgroup=vimSynRegPat
978syn match vimSyncLines contained "\(min\|max\)\=lines=" nextgroup=vimNumber
Bram Moolenaara0f849e2015-10-30 14:37:44 +0100979syn match vimSyncGroupName contained "\h\w*" skipwhite nextgroup=vimSyncKey
Bram Moolenaar5c736222010-01-06 20:54:52 +0100980syn match vimSyncKey contained "\<groupthere\|grouphere\>" skipwhite nextgroup=vimSyncGroup
Bram Moolenaara0f849e2015-10-30 14:37:44 +0100981syn match vimSyncGroup contained "\h\w*" skipwhite nextgroup=vimSynRegPat,vimSyncNone
Bram Moolenaar5c736222010-01-06 20:54:52 +0100982syn keyword vimSyncNone contained NONE
Bram Moolenaar071d4272004-06-13 20:20:40 +0000983
Bram Moolenaar1ff14ba2019-11-02 14:09:23 +0100984" Additional IsCommand: here by reasons of precedence {{{2
Bram Moolenaar071d4272004-06-13 20:20:40 +0000985" ====================
Bram Moolenaar5c736222010-01-06 20:54:52 +0100986syn match vimIsCommand "<Bar>\s*\a\+" transparent contains=vimCommand,vimNotation
Bram Moolenaar071d4272004-06-13 20:20:40 +0000987
Bram Moolenaar1ff14ba2019-11-02 14:09:23 +0100988" Highlighting: {{{2
Bram Moolenaar071d4272004-06-13 20:20:40 +0000989" ============
dkearns04e53632024-04-11 06:18:37 +1000990syn cluster vimHighlightCluster contains=vimHiLink,vimHiClear,vimHiKeyList,@vimComment
Bram Moolenaar6be7f872012-01-20 21:08:56 +0100991if !exists("g:vimsyn_noerror") && !exists("g:vimsyn_novimhictermerror")
Bram Moolenaar51ad4ea2018-04-06 11:14:11 +0200992 syn match vimHiCtermError contained "\D\i*"
Bram Moolenaar6be7f872012-01-20 21:08:56 +0100993endif
Bram Moolenaar5c736222010-01-06 20:54:52 +0100994syn match vimHighlight "\<hi\%[ghlight]\>" skipwhite nextgroup=vimHiBang,@vimHighlightCluster
dkearns9530fe42024-03-19 05:19:51 +1100995syn match vimHiBang contained "\a\@1<=!" skipwhite nextgroup=@vimHighlightCluster
Bram Moolenaard960d762011-09-21 19:22:10 +0200996
Bram Moolenaar5c736222010-01-06 20:54:52 +0100997syn match vimHiGroup contained "\i\+"
Bram Moolenaar071d4272004-06-13 20:20:40 +0000998syn case ignore
dkearnsb614b282024-02-12 03:13:34 +1100999syn keyword vimHiAttrib contained none bold inverse italic nocombine reverse standout strikethrough underline undercurl underdashed underdotted underdouble
Bram Moolenaar5c736222010-01-06 20:54:52 +01001000syn keyword vimFgBgAttrib contained none bg background fg foreground
Bram Moolenaar071d4272004-06-13 20:20:40 +00001001syn case match
Bram Moolenaar5c736222010-01-06 20:54:52 +01001002syn match vimHiAttribList contained "\i\+" contains=vimHiAttrib
1003syn match vimHiAttribList contained "\i\+,"he=e-1 contains=vimHiAttrib nextgroup=vimHiAttribList
Bram Moolenaar071d4272004-06-13 20:20:40 +00001004syn case ignore
Bram Moolenaard2ea7cf2021-05-30 20:54:13 +02001005syn 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 +01001006syn match vimHiCtermColor contained "\<color\d\{1,3}\>"
Bram Moolenaar071d4272004-06-13 20:20:40 +00001007
1008syn case match
Bram Moolenaar5c736222010-01-06 20:54:52 +01001009syn match vimHiFontname contained "[a-zA-Z\-*]\+"
1010syn match vimHiGuiFontname contained "'[a-zA-Z\-* ]\+'"
1011syn match vimHiGuiRgb contained "#\x\{6}"
Bram Moolenaar071d4272004-06-13 20:20:40 +00001012
Bram Moolenaarcfbc5ee2004-07-02 15:38:35 +00001013" Highlighting: hi group key=arg ... {{{2
dkearnsb614b282024-02-12 03:13:34 +11001014syn cluster vimHiCluster contains=vimGroup,vimHiGroup,vimHiTerm,vimHiCTerm,vimHiStartStop,vimHiCtermFgBg,vimHiCtermul,vimHiCtermfont,vimHiGui,vimHiGuiFont,vimHiGuiFgBg,vimHiKeyError,vimNotation,vimComment,vim9comment
dkearns9530fe42024-03-19 05:19:51 +11001015syn region vimHiKeyList contained start="\i\+" skip=+\\\\\|\\|\|\n\s*\\\|\n\s*"\\ + matchgroup=vimCmdSep end="|" excludenl end="$" contains=@vimContinue,@vimHiCluster
Bram Moolenaar6be7f872012-01-20 21:08:56 +01001016if !exists("g:vimsyn_noerror") && !exists("g:vimsyn_vimhikeyerror")
Bram Moolenaar5c736222010-01-06 20:54:52 +01001017 syn match vimHiKeyError contained "\i\+="he=e-1
Bram Moolenaarcfbc5ee2004-07-02 15:38:35 +00001018endif
Bram Moolenaar5c736222010-01-06 20:54:52 +01001019syn match vimHiTerm contained "\cterm="he=e-1 nextgroup=vimHiAttribList
dkearns9530fe42024-03-19 05:19:51 +11001020syn match vimHiStartStop contained "\c\%(start\|stop\)="he=e-1 nextgroup=vimHiTermcap,vimOption
Bram Moolenaar5c736222010-01-06 20:54:52 +01001021syn match vimHiCTerm contained "\ccterm="he=e-1 nextgroup=vimHiAttribList
Bram Moolenaar83d1b192015-04-13 14:22:40 +02001022syn match vimHiCtermFgBg contained "\ccterm[fb]g="he=e-1 nextgroup=vimHiNmbr,vimHiCtermColor,vimFgBgAttrib,vimHiCtermError
Bram Moolenaar2547aa92020-07-26 17:00:44 +02001023syn match vimHiCtermul contained "\cctermul="he=e-1 nextgroup=vimHiNmbr,vimHiCtermColor,vimFgBgAttrib,vimHiCtermError
PMuncha606f3a2023-11-15 15:35:49 +01001024syn match vimHiCtermfont contained "\cctermfont="he=e-1 nextgroup=vimHiNmbr,vimHiCtermColor,vimFgBgAttrib,vimHiCtermError
Bram Moolenaar5c736222010-01-06 20:54:52 +01001025syn match vimHiGui contained "\cgui="he=e-1 nextgroup=vimHiAttribList
1026syn match vimHiGuiFont contained "\cfont="he=e-1 nextgroup=vimHiFontname
1027syn match vimHiGuiFgBg contained "\cgui\%([fb]g\|sp\)="he=e-1 nextgroup=vimHiGroup,vimHiGuiFontname,vimHiGuiRgb,vimFgBgAttrib
1028syn match vimHiTermcap contained "\S\+" contains=vimNotation
Bram Moolenaar83d1b192015-04-13 14:22:40 +02001029syn match vimHiNmbr contained '\d\+'
Bram Moolenaar071d4272004-06-13 20:20:40 +00001030
Bram Moolenaarcfbc5ee2004-07-02 15:38:35 +00001031" Highlight: clear {{{2
dkearns9530fe42024-03-19 05:19:51 +11001032syn keyword vimHiClear contained clear skipwhite nextgroup=vimGroup,vimHiGroup
Bram Moolenaar071d4272004-06-13 20:20:40 +00001033
Bram Moolenaarcfbc5ee2004-07-02 15:38:35 +00001034" Highlight: link {{{2
Bram Moolenaard2855f52018-07-31 22:23:58 +02001035" see tst24 (hi def vs hi) (Jul 06, 2018)
1036"syn region vimHiLink contained oneline matchgroup=vimCommand start="\(\<hi\%[ghlight]\s\+\)\@<=\(\(def\%[ault]\s\+\)\=link\>\|\<def\>\)" end="$" contains=vimHiGroup,vimGroup,vimHLGroup,vimNotation
dkearns9530fe42024-03-19 05:19:51 +11001037" TODO: simplify and allow line continuations --djk
1038syn region vimHiLink contained matchgroup=Type start="\%(\<hi\%[ghlight]!\=\s\+\)\@<=\%(\%(def\%[ault]\s\+\)\=link\>\|\<def\%[ault]\>\)" skip=+\\\\\|\\|\|\n\s*\\\|\n\s*"\\ + matchgroup=vimCmdSep end="|" excludenl end="$" contains=@vimContinue,@vimHiCluster
Bram Moolenaar071d4272004-06-13 20:20:40 +00001039
Bram Moolenaar1ff14ba2019-11-02 14:09:23 +01001040" Control Characters: {{{2
Bram Moolenaar071d4272004-06-13 20:20:40 +00001041" ==================
Bram Moolenaar5c736222010-01-06 20:54:52 +01001042syn match vimCtrlChar "[- -]"
Bram Moolenaar071d4272004-06-13 20:20:40 +00001043
Bram Moolenaarcfbc5ee2004-07-02 15:38:35 +00001044" Beginners - Patterns that involve ^ {{{2
Bram Moolenaar071d4272004-06-13 20:20:40 +00001045" =========
Doug Kearns35699f12024-09-19 19:51:59 +02001046Vim9 syn region vim9LineComment start=+^[ \t:]*\zs#.*$+ skip=+\n\s*\\\|\n\s*#\\ + end="$" contains=@vimCommentGroup,vimCommentString,vim9CommentTitle extend
1047VimL syn region vimLineComment start=+^[ \t:]*\zs".*$+ skip=+\n\s*\\\|\n\s*"\\ + end="$" contains=@vimCommentGroup,vimCommentString,vimCommentTitle extend
Doug Kearnsd65e58f2024-07-17 19:34:14 +02001048
Bram Moolenaar5c736222010-01-06 20:54:52 +01001049syn match vimCommentTitle '"\s*\%([sS]:\|\h\w*#\)\=\u\w*\(\s\+\u\w*\)*:'hs=s+1 contained contains=vimCommentTitleLeader,vimTodo,@vimCommentGroup
dkearns04e53632024-04-11 06:18:37 +10001050syn match vim9CommentTitle '#\s*\%([sS]:\|\h\w*#\)\=\u\w*\(\s\+\u\w*\)*:'hs=s+1 contained contains=vim9CommentTitleLeader,vimTodo,@vimCommentGroup
dkearns059cbe82024-06-12 03:27:53 +10001051
dkearnsae321b52024-06-15 23:06:17 +10001052" allowed anywhere in the file
1053if !s:vim9script
1054 syn match vimShebangError "^\s*\zs#!.*" display
1055endif
1056syn match vimShebang "\%^#!.*" display
1057
dkearns21ce1592024-01-29 04:54:08 +11001058syn match vimContinue "^\s*\zs\\"
dkearns059cbe82024-06-12 03:27:53 +10001059syn match vimContinueComment '^\s*\zs["#]\\ .*'
Doug Kearns818c6412024-10-06 17:00:48 +02001060syn match vim9ContinueComment "^\s*\zs#\\ .*"
1061syn cluster vimContinue contains=vimContinue,vimContinueComment
1062syn cluster vim9Continue contains=vimContinue,vim9ContinueComment
1063
Bram Moolenaar5c736222010-01-06 20:54:52 +01001064syn region vimString start="^\s*\\\z(['"]\)" skip='\\\\\|\\\z1' end="\z1" oneline keepend contains=@vimStringGroup,vimContinue
1065syn match vimCommentTitleLeader '"\s\+'ms=s+1 contained
dkearns04e53632024-04-11 06:18:37 +10001066syn match vim9CommentTitleLeader '#\s\+'ms=s+1 contained
Bram Moolenaar071d4272004-06-13 20:20:40 +00001067
Bram Moolenaar18144c82006-04-12 21:52:12 +00001068" Searches And Globals: {{{2
1069" ====================
Doug Kearnsc273f1a2025-01-20 21:53:01 +01001070VimL syn match vimSearch '^\s*[/?].*' contains=vimSearchDelim
Bram Moolenaar5c736222010-01-06 20:54:52 +01001071syn match vimSearchDelim '^\s*\zs[/?]\|[/?]$' contained
Doug Kearnsc273f1a2025-01-20 21:53:01 +01001072Vim9 syn match vim9Search '^\s*:[/?].*' contains=vim9SearchDelim
1073syn match vim9SearchDelim '^\s*\zs:[/?]\|[/?]$' contained contains=vimCmdSep
dkearns2c51e152024-02-27 07:10:18 +11001074syn region vimGlobal matchgroup=Statement start='\<g\%[lobal]!\=/' skip='\\.' end='/' skipwhite nextgroup=vimSubst1
1075syn region vimGlobal matchgroup=Statement start='\<v\%[global]!\=/' skip='\\.' end='/' skipwhite nextgroup=vimSubst1
Bram Moolenaare2f98b92006-03-29 21:18:24 +00001076
dkearns04e53632024-04-11 06:18:37 +10001077" Vim9 Script Regions: {{{2
1078" ==================
1079
1080if s:vim9script
Doug Kearnsce064932024-04-13 18:24:01 +02001081 syn cluster vimLegacyTop contains=TOP,vim9LegacyHeader,vim9Comment,vim9LineComment
1082 VimFoldH syn region vim9LegacyHeader start="\%^" end="^\ze\s*vim9s\%[cript]\>" contains=@vimLegacyTop,vimComment,vimLineComment
dkearns04e53632024-04-11 06:18:37 +10001083
Doug Kearnsce064932024-04-13 18:24:01 +02001084 syn keyword vim9Vim9ScriptArg noclear contained
1085 syn keyword vim9Vim9Script vim9s[cript] nextgroup=vim9Vim9ScriptArg skipwhite
dkearns04e53632024-04-11 06:18:37 +10001086endif
1087
Bram Moolenaar1ff14ba2019-11-02 14:09:23 +01001088" Embedded Scripts: {{{2
1089" ================
1090" perl,ruby : Benoit Cerrina
1091" python,tcl : Johannes Zellner
1092" mzscheme, lua : Charles Campbell
Bram Moolenaar071d4272004-06-13 20:20:40 +00001093
Bram Moolenaar3577c6f2008-06-24 21:16:56 +00001094" Allows users to specify the type of embedded script highlighting
1095" they want: (perl/python/ruby/tcl support)
1096" g:vimsyn_embed == 0 : don't embed any scripts
Doug Kearnsfc64ac02024-06-22 11:20:36 +02001097" g:vimsyn_embed =~# 'l' : embed Lua (but only if vim supports it)
1098" g:vimsyn_embed =~# 'm' : embed MzScheme (but only if vim supports it)
1099" g:vimsyn_embed =~# 'p' : embed Perl (but only if vim supports it)
1100" g:vimsyn_embed =~# 'P' : embed Python (but only if vim supports it)
1101" g:vimsyn_embed =~# 'r' : embed Ruby (but only if vim supports it)
1102" g:vimsyn_embed =~# 't' : embed Tcl (but only if vim supports it)
Bram Moolenaar7cba6c02013-09-05 22:13:31 +02001103if !exists("g:vimsyn_embed")
Bram Moolenaara0f849e2015-10-30 14:37:44 +01001104 let g:vimsyn_embed= "lmpPr"
Bram Moolenaar7cba6c02013-09-05 22:13:31 +02001105endif
Bram Moolenaar071d4272004-06-13 20:20:40 +00001106
Bram Moolenaar4b22cdb2010-08-02 22:12:46 +02001107" [-- lua --] {{{3
Bram Moolenaaradc21822011-04-01 18:03:16 +02001108let s:luapath= fnameescape(expand("<sfile>:p:h")."/lua.vim")
Bram Moolenaar4b22cdb2010-08-02 22:12:46 +02001109if !filereadable(s:luapath)
Bram Moolenaara0f849e2015-10-30 14:37:44 +01001110 for s:luapath in split(globpath(&rtp,"syntax/lua.vim"),"\n")
1111 if filereadable(fnameescape(s:luapath))
1112 let s:luapath= fnameescape(s:luapath)
Bram Moolenaar9da7ff72015-01-14 12:52:36 +01001113 break
1114 endif
1115 endfor
Bram Moolenaar4b22cdb2010-08-02 22:12:46 +02001116endif
Bram Moolenaarf3913272016-02-25 00:00:01 +01001117if (g:vimsyn_embed =~# 'l' && has("lua")) && filereadable(s:luapath)
Bram Moolenaar4b22cdb2010-08-02 22:12:46 +02001118 unlet! b:current_syntax
Bram Moolenaar51ad4ea2018-04-06 11:14:11 +02001119 syn cluster vimFuncBodyList add=vimLuaRegion
Bram Moolenaar4b22cdb2010-08-02 22:12:46 +02001120 exe "syn include @vimLuaScript ".s:luapath
Ken Takata95e90782024-08-22 21:29:39 +02001121 VimFoldl syn region vimLuaRegion matchgroup=vimScriptDelim start=+^\z(\s*\)lua\s*<<\s*trim\s\+\z(\S\+\)+ end=+^\z1\z2$+ contains=@vimLuaScript
1122 VimFoldl syn region vimLuaRegion matchgroup=vimScriptDelim start=+lua\s*<<\s*\z(\S*\)+ end=+^\z1$+ contains=@vimLuaScript
1123 VimFoldl syn region vimLuaRegion matchgroup=vimScriptDelim start=+^\z(\s*\)lua\s*<<\s*trim\s*$+ end=+^\z1\.$+ contains=@vimLuaScript
1124 VimFoldl syn region vimLuaRegion matchgroup=vimScriptDelim start=+lua\s*<<\s*$+ end=+^\.$+ contains=@vimLuaScript
Bram Moolenaar4b22cdb2010-08-02 22:12:46 +02001125 syn cluster vimFuncBodyList add=vimLuaRegion
1126else
Ken Takata95e90782024-08-22 21:29:39 +02001127 syn region vimEmbedError start=+^\z(\s*\)lua\s*<<\s*trim\s\+\z(\S\+\)+ end=+^\z1\z2$+
1128 syn region vimEmbedError start=+lua\s*<<\s*\z(\S*\)+ end=+^\z1$+
1129 syn region vimEmbedError start=+^\z(\s*\)lua\s*<<\s*trim\s\*$+ end=+^\z1\.$+
1130 syn region vimEmbedError start=+lua\s*<<\s*$+ end=+^\.$+
Bram Moolenaar4b22cdb2010-08-02 22:12:46 +02001131endif
1132unlet s:luapath
1133
Bram Moolenaarcfbc5ee2004-07-02 15:38:35 +00001134" [-- perl --] {{{3
Bram Moolenaaradc21822011-04-01 18:03:16 +02001135let s:perlpath= fnameescape(expand("<sfile>:p:h")."/perl.vim")
Bram Moolenaar5c736222010-01-06 20:54:52 +01001136if !filereadable(s:perlpath)
Bram Moolenaara0f849e2015-10-30 14:37:44 +01001137 for s:perlpath in split(globpath(&rtp,"syntax/perl.vim"),"\n")
1138 if filereadable(fnameescape(s:perlpath))
1139 let s:perlpath= fnameescape(s:perlpath)
Bram Moolenaar9da7ff72015-01-14 12:52:36 +01001140 break
1141 endif
1142 endfor
Bram Moolenaar5c736222010-01-06 20:54:52 +01001143endif
Bram Moolenaarf3913272016-02-25 00:00:01 +01001144if (g:vimsyn_embed =~# 'p' && has("perl")) && filereadable(s:perlpath)
Bram Moolenaar071d4272004-06-13 20:20:40 +00001145 unlet! b:current_syntax
Bram Moolenaar51ad4ea2018-04-06 11:14:11 +02001146 syn cluster vimFuncBodyList add=vimPerlRegion
Bram Moolenaar5c736222010-01-06 20:54:52 +01001147 exe "syn include @vimPerlScript ".s:perlpath
Ken Takata95e90782024-08-22 21:29:39 +02001148 VimFoldp syn region vimPerlRegion matchgroup=vimScriptDelim start=+^\z(\s*\)pe\%[rl]\s*<<\s*trim\s\+\z(\S\+\)+ end=+^\z1\z2$+ contains=@vimPerlScript
1149 VimFoldp syn region vimPerlRegion matchgroup=vimScriptDelim start=+pe\%[rl]\s*<<\s*\z(\S*\)+ end=+^\z1$+ contains=@vimPerlScript
1150 VimFoldp syn region vimPerlRegion matchgroup=vimScriptDelim start=+^\z(\s*\)pe\%[rl]\s*<<\s*trim\s*$+ end=+^\z1\.$+ contains=@vimPerlScript
1151 VimFoldp syn region vimPerlRegion matchgroup=vimScriptDelim start=+pe\%[rl]\s*<<\s*$+ end=+\.$+ contains=@vimPerlScript
Bram Moolenaar5c736222010-01-06 20:54:52 +01001152 syn cluster vimFuncBodyList add=vimPerlRegion
Bram Moolenaarc236c162008-07-13 17:41:49 +00001153else
Ken Takata95e90782024-08-22 21:29:39 +02001154 syn region vimEmbedError start=+^\z(\s*\)pe\%[rl]\s*<<\s*trim\s\+\z(\S\+\)+ end=+^\z1\z2$+
1155 syn region vimEmbedError start=+pe\%[rl]\s*<<\s*\z(\S*\)+ end=+^\z1$+
1156 syn region vimEmbedError start=+^\z(\s*\)pe\%[rl]\s*<<\s*trim\s\*$+ end=+^\z1\.$+
1157 syn region vimEmbedError start=+pe\%[rl]\s*<<\s*$+ end=+^\.$+
Bram Moolenaar071d4272004-06-13 20:20:40 +00001158endif
Bram Moolenaar5c736222010-01-06 20:54:52 +01001159unlet s:perlpath
Bram Moolenaar071d4272004-06-13 20:20:40 +00001160
Bram Moolenaarcfbc5ee2004-07-02 15:38:35 +00001161" [-- ruby --] {{{3
Bram Moolenaaradc21822011-04-01 18:03:16 +02001162let s:rubypath= fnameescape(expand("<sfile>:p:h")."/ruby.vim")
Bram Moolenaar5c736222010-01-06 20:54:52 +01001163if !filereadable(s:rubypath)
Bram Moolenaara0f849e2015-10-30 14:37:44 +01001164 for s:rubypath in split(globpath(&rtp,"syntax/ruby.vim"),"\n")
1165 if filereadable(fnameescape(s:rubypath))
1166 let s:rubypath= fnameescape(s:rubypath)
Bram Moolenaar9da7ff72015-01-14 12:52:36 +01001167 break
1168 endif
1169 endfor
Bram Moolenaar5c736222010-01-06 20:54:52 +01001170endif
Bram Moolenaarf3913272016-02-25 00:00:01 +01001171if (g:vimsyn_embed =~# 'r' && has("ruby")) && filereadable(s:rubypath)
Bram Moolenaar51ad4ea2018-04-06 11:14:11 +02001172 syn cluster vimFuncBodyList add=vimRubyRegion
Bram Moolenaar071d4272004-06-13 20:20:40 +00001173 unlet! b:current_syntax
Bram Moolenaar5c736222010-01-06 20:54:52 +01001174 exe "syn include @vimRubyScript ".s:rubypath
Ken Takata95e90782024-08-22 21:29:39 +02001175 VimFoldr syn region vimRubyRegion matchgroup=vimScriptDelim start=+^\z(\s*\)rub\%[y]\s*<<\s*trim\s\+\z(\S\+\)+ end=+^\z1\z2$+ contains=@vimRubyScript
1176 VimFoldr syn region vimRubyRegion matchgroup=vimScriptDelim start=+rub\%[y]\s*<<\s*\z(\S*\)+ end=+^\z1$+ contains=@vimRubyScript
1177 VimFoldr syn region vimRubyRegion matchgroup=vimScriptDelim start=+^\z(\s*\)rub\%[y]\s*<<\s*trim\s*$+ end=+^\z1\.$+ contains=@vimRubyScript
1178 VimFoldr syn region vimRubyRegion matchgroup=vimScriptDelim start=+rub\%[y]\s*<<\s*$+ end=+\.$+ contains=@vimRubyScript
Bram Moolenaar5c736222010-01-06 20:54:52 +01001179 syn cluster vimFuncBodyList add=vimRubyRegion
Bram Moolenaarc236c162008-07-13 17:41:49 +00001180else
Ken Takata95e90782024-08-22 21:29:39 +02001181 syn region vimEmbedError start=+^\z(\s*\)rub\%[y]\s*<<\s*trim\s\+\z(\S\+\)+ end=+^\z1\z2$+
1182 syn region vimEmbedError start=+rub\%[y]\s*<<\s*\z(\S.*\)+ end=+^\z1$+
1183 syn region vimEmbedError start=+^\z(\s*\)rub\%[y]\s*<<\s*trim\s\*$+ end=+^\z1\.$+
1184 syn region vimEmbedError start=+rub\%[y]\s*<<\s*$+ end=+^\.$+
Bram Moolenaar071d4272004-06-13 20:20:40 +00001185endif
Bram Moolenaar5c736222010-01-06 20:54:52 +01001186unlet s:rubypath
Bram Moolenaar071d4272004-06-13 20:20:40 +00001187
Bram Moolenaarcfbc5ee2004-07-02 15:38:35 +00001188" [-- python --] {{{3
Bram Moolenaaradc21822011-04-01 18:03:16 +02001189let s:pythonpath= fnameescape(expand("<sfile>:p:h")."/python.vim")
Bram Moolenaar5c736222010-01-06 20:54:52 +01001190if !filereadable(s:pythonpath)
Bram Moolenaara0f849e2015-10-30 14:37:44 +01001191 for s:pythonpath in split(globpath(&rtp,"syntax/python.vim"),"\n")
1192 if filereadable(fnameescape(s:pythonpath))
1193 let s:pythonpath= fnameescape(s:pythonpath)
Bram Moolenaar9da7ff72015-01-14 12:52:36 +01001194 break
1195 endif
1196 endfor
Bram Moolenaar5c736222010-01-06 20:54:52 +01001197endif
Bram Moolenaar51ad4ea2018-04-06 11:14:11 +02001198if g:vimsyn_embed =~# 'P' && has("pythonx") && filereadable(s:pythonpath)
Bram Moolenaar071d4272004-06-13 20:20:40 +00001199 unlet! b:current_syntax
Bram Moolenaar51ad4ea2018-04-06 11:14:11 +02001200 syn cluster vimFuncBodyList add=vimPythonRegion
Bram Moolenaar5c736222010-01-06 20:54:52 +01001201 exe "syn include @vimPythonScript ".s:pythonpath
Ken Takata95e90782024-08-22 21:29:39 +02001202 VimFoldP syn region vimPythonRegion matchgroup=vimScriptDelim start=+^\z(\s*\)py\%[thon][3x]\=\s*<<\s*trim\s\+\z(\S\+\)+ end=+^\z1\z2$+ contains=@vimPythonScript
1203 VimFoldP syn region vimPythonRegion matchgroup=vimScriptDelim start=+py\%[thon][3x]\=\s*<<\s*\z(\S\+\)+ end=+^\z1$+ contains=@vimPythonScript
1204 VimFoldP syn region vimPythonRegion matchgroup=vimScriptDelim start=+^\z(\s*\)py\%[thon][3x]\=\s*<<\s*trim\s*$+ end=+^\z1\.$+ contains=@vimPythonScript
1205 VimFoldP syn region vimPythonRegion matchgroup=vimScriptDelim start=+py\%[thon][3x]\=\s*<<\s*$+ end=+^\.$+ contains=@vimPythonScript
1206 VimFoldP syn region vimPythonRegion matchgroup=vimScriptDelim start=+Py\%[thon]2or3\s*<<\s*\%(trim\s*\)\=\z(\S\+\)+ end=+^\z1$+ contains=@vimPythonScript
1207 VimFoldP syn region vimPythonRegion matchgroup=vimScriptDelim start=+Py\%[thon]2or3\s*<<\s*\%(trim\s*\)\=$+ end=+^\.$+ contains=@vimPythonScript
Bram Moolenaar5c736222010-01-06 20:54:52 +01001208 syn cluster vimFuncBodyList add=vimPythonRegion
Bram Moolenaarc236c162008-07-13 17:41:49 +00001209else
Ken Takata95e90782024-08-22 21:29:39 +02001210 syn region vimEmbedError start=+^\z(\s*\)py\%[thon][3x]\=\s*<<\s*trim\s\+\z(\S\+\)+ end=+^\z1\z2$+
1211 syn region vimEmbedError start=+py\%[thon][3x]\=\s*<<\s*\z(\S\+\)+ end=+^\z1$+
1212 syn region vimEmbedError start=+^\z(\s*\)py\%[thon][3x]\=\s*<<\s*trim\s*$+ end=+^\z1\.$+
1213 syn region vimEmbedError start=+py\%[thon][3x]\=\s*<<\s*$+ end=+^\.$+
Bram Moolenaar071d4272004-06-13 20:20:40 +00001214endif
Bram Moolenaar5c736222010-01-06 20:54:52 +01001215unlet s:pythonpath
Bram Moolenaar071d4272004-06-13 20:20:40 +00001216
Bram Moolenaarcfbc5ee2004-07-02 15:38:35 +00001217" [-- tcl --] {{{3
Bram Moolenaara0f849e2015-10-30 14:37:44 +01001218if has("win32") || has("win95") || has("win64") || has("win16")
1219 " apparently has("tcl") has been hanging vim on some windows systems with cygwin
1220 let s:trytcl= (&shell !~ '\<\%(bash\>\|4[nN][tT]\|\<zsh\)\>\%(\.exe\)\=$')
1221else
1222 let s:trytcl= 1
1223endif
Bram Moolenaara6878372014-03-22 21:02:50 +01001224if s:trytcl
1225 let s:tclpath= fnameescape(expand("<sfile>:p:h")."/tcl.vim")
1226 if !filereadable(s:tclpath)
Bram Moolenaara0f849e2015-10-30 14:37:44 +01001227 for s:tclpath in split(globpath(&rtp,"syntax/tcl.vim"),"\n")
1228 if filereadable(fnameescape(s:tclpath))
1229 let s:tclpath= fnameescape(s:tclpath)
Bram Moolenaar9da7ff72015-01-14 12:52:36 +01001230 break
1231 endif
1232 endfor
Bram Moolenaar5c736222010-01-06 20:54:52 +01001233 endif
Bram Moolenaarf3913272016-02-25 00:00:01 +01001234 if (g:vimsyn_embed =~# 't' && has("tcl")) && filereadable(s:tclpath)
Bram Moolenaara6878372014-03-22 21:02:50 +01001235 unlet! b:current_syntax
Bram Moolenaar51ad4ea2018-04-06 11:14:11 +02001236 syn cluster vimFuncBodyList add=vimTclRegion
Bram Moolenaara6878372014-03-22 21:02:50 +01001237 exe "syn include @vimTclScript ".s:tclpath
Ken Takata95e90782024-08-22 21:29:39 +02001238 VimFoldt syn region vimTclRegion matchgroup=vimScriptDelim start=+^\z(\s*\)tc\%[l]\s*<<\s*trim\s\+\z(\S\+\)+ end=+^\z1\z2$+ contains=@vimTclScript
1239 VimFoldt syn region vimTclRegion matchgroup=vimScriptDelim start=+tc\%[l]\=\s*<<\s*\z(\S*\)+ end=+^\z1$+ contains=@vimTclScript
1240 VimFoldt syn region vimTclRegion matchgroup=vimScriptDelim start=+^\z(\s*\)tc\%[l]\s*<<\s*trim\s*$+ end=+^\z1\.$+ contains=@vimTclScript
1241 VimFoldt syn region vimTclRegion matchgroup=vimScriptDelim start=+tc\%[l]\=\s*<<\s*$+ end=+^\.$+ contains=@vimTclScript
Bram Moolenaara6878372014-03-22 21:02:50 +01001242 syn cluster vimFuncBodyList add=vimTclScript
1243 else
Ken Takata95e90782024-08-22 21:29:39 +02001244 syn region vimEmbedError start=+^\z(\s*\)tc\%[l]\s*<<\s*trim\s\+\z(\S\+\)+ end=+^\z1\z2$+
1245 syn region vimEmbedError start=+tc\%[l]\=\s*<<\s*\z(\S*\)+ end=+^\z1$+
1246 syn region vimEmbedError start=+^\z(\s*\)tc\%[l]\s*<<\s*trim\s\*$+ end=+^\z1\.$+
1247 syn region vimEmbedError start=+tc\%[l]\=\s*<<\s*$+ end=+^\.$+
Bram Moolenaara6878372014-03-22 21:02:50 +01001248 endif
1249 unlet s:tclpath
Bram Moolenaarc236c162008-07-13 17:41:49 +00001250else
Ken Takata95e90782024-08-22 21:29:39 +02001251 syn region vimEmbedError start=+^\z(\s*\)tc\%[l]\s*<<\s*trim\s\+\z(\S\+\)+ end=+^\z1\z2$+
1252 syn region vimEmbedError start=+tc\%[l]\=\s*<<\s*\z(\S*\)+ end=+^\z1$+
1253 syn region vimEmbedError start=+^\z(\s*\)tc\%[l]\s*<<\s*trim\s\*$+ end=+^\z1\.$+
1254 syn region vimEmbedError start=+tc\%[l]\=\s*<<\s*$+ end=+^\.$+
Bram Moolenaar9964e462007-05-05 17:54:07 +00001255endif
Bram Moolenaara6878372014-03-22 21:02:50 +01001256unlet s:trytcl
Bram Moolenaar071d4272004-06-13 20:20:40 +00001257
Bram Moolenaar8299df92004-07-10 09:47:34 +00001258" [-- mzscheme --] {{{3
Bram Moolenaaradc21822011-04-01 18:03:16 +02001259let s:mzschemepath= fnameescape(expand("<sfile>:p:h")."/scheme.vim")
Bram Moolenaar5c736222010-01-06 20:54:52 +01001260if !filereadable(s:mzschemepath)
Bram Moolenaara0f849e2015-10-30 14:37:44 +01001261 for s:mzschemepath in split(globpath(&rtp,"syntax/mzscheme.vim"),"\n")
1262 if filereadable(fnameescape(s:mzschemepath))
1263 let s:mzschemepath= fnameescape(s:mzschemepath)
Bram Moolenaar9da7ff72015-01-14 12:52:36 +01001264 break
1265 endif
1266 endfor
Bram Moolenaar5c736222010-01-06 20:54:52 +01001267endif
Bram Moolenaarf3913272016-02-25 00:00:01 +01001268if (g:vimsyn_embed =~# 'm' && has("mzscheme")) && filereadable(s:mzschemepath)
Bram Moolenaar8299df92004-07-10 09:47:34 +00001269 unlet! b:current_syntax
Bram Moolenaar03413f42016-04-12 21:07:15 +02001270 let s:iskKeep= &isk
Bram Moolenaar51ad4ea2018-04-06 11:14:11 +02001271 syn cluster vimFuncBodyList add=vimMzSchemeRegion
Bram Moolenaar5c736222010-01-06 20:54:52 +01001272 exe "syn include @vimMzSchemeScript ".s:mzschemepath
Bram Moolenaar03413f42016-04-12 21:07:15 +02001273 let &isk= s:iskKeep
1274 unlet s:iskKeep
Ken Takata95e90782024-08-22 21:29:39 +02001275 VimFoldm syn region vimMzSchemeRegion matchgroup=vimScriptDelim start=+^\z(\s*\)mz\%[scheme]\s*<<\s*trim\s\+\z(\S\+\)+ end=+^\z1\z2$+ contains=@vimMzSchemeScript
1276 VimFoldm syn region vimMzSchemeRegion matchgroup=vimScriptDelim start=+mz\%[scheme]\s*<<\s*\z(\S*\)+ end=+^\z1$+ contains=@vimMzSchemeScript
1277 VimFoldm syn region vimMzSchemeRegion matchgroup=vimScriptDelim start=+^\z(\s*\)mz\%[scheme]\s*<<\s*trim\s*$+ end=+^\z1\.$+ contains=@vimMzSchemeScript
1278 VimFoldm syn region vimMzSchemeRegion matchgroup=vimScriptDelim start=+mz\%[scheme]\s*<<\s*$+ end=+^\.$+ contains=@vimMzSchemeScript
Bram Moolenaar5c736222010-01-06 20:54:52 +01001279 syn cluster vimFuncBodyList add=vimMzSchemeRegion
Bram Moolenaarc236c162008-07-13 17:41:49 +00001280else
Ken Takata95e90782024-08-22 21:29:39 +02001281 syn region vimEmbedError start=+^\z(\s*\)mz\%[scheme]\s*<<\s*trim\s\+\z(\S\+\)+ end=+^\z1\z2$+
1282 syn region vimEmbedError start=+mz\%[scheme]\s*<<\s*\z(\S*\)+ end=+^\z1$+
1283 syn region vimEmbedError start=+^\z(\s*\)mz\%[scheme]\s*<<\s*trim\s\*$+ end=+^\z1\.$+
1284 syn region vimEmbedError start=+mz\%[scheme]\s*<<\s*$+ end=+^\.$+
Bram Moolenaar8299df92004-07-10 09:47:34 +00001285endif
Bram Moolenaar5c736222010-01-06 20:54:52 +01001286unlet s:mzschemepath
Bram Moolenaar8299df92004-07-10 09:47:34 +00001287
Bram Moolenaarcfbc5ee2004-07-02 15:38:35 +00001288" Synchronize (speed) {{{2
Bram Moolenaar071d4272004-06-13 20:20:40 +00001289"============
Bram Moolenaar3577c6f2008-06-24 21:16:56 +00001290if exists("g:vimsyn_minlines")
1291 exe "syn sync minlines=".g:vimsyn_minlines
Bram Moolenaar071d4272004-06-13 20:20:40 +00001292endif
Bram Moolenaar03413f42016-04-12 21:07:15 +02001293exe "syn sync maxlines=".s:vimsyn_maxlines
Bram Moolenaar071d4272004-06-13 20:20:40 +00001294syn sync linecont "^\s\+\\"
dkearns62b26042024-03-10 03:43:28 +11001295syn sync linebreaks=1
Bram Moolenaar071d4272004-06-13 20:20:40 +00001296syn sync match vimAugroupSyncA groupthere NONE "\<aug\%[roup]\>\s\+[eE][nN][dD]"
1297
Bram Moolenaar5c736222010-01-06 20:54:52 +01001298" ====================
Bram Moolenaarcfbc5ee2004-07-02 15:38:35 +00001299" Highlighting Settings {{{2
Bram Moolenaar071d4272004-06-13 20:20:40 +00001300" ====================
1301
Bram Moolenaarf37506f2016-08-31 22:22:10 +02001302if !exists("skip_vim_syntax_inits")
1303 if !exists("g:vimsyn_noerror")
1304 hi def link vimBehaveError vimError
1305 hi def link vimCollClassErr vimError
1306 hi def link vimErrSetting vimError
1307 hi def link vimEmbedError vimError
1308 hi def link vimFTError vimError
1309 hi def link vimFunctionError vimError
1310 hi def link vimFunc vimError
1311 hi def link vimHiAttribList vimError
1312 hi def link vimHiCtermError vimError
1313 hi def link vimHiKeyError vimError
Bram Moolenaarf37506f2016-08-31 22:22:10 +02001314 hi def link vimMapModErr vimError
dkearnsae321b52024-06-15 23:06:17 +10001315 hi def link vimShebangError vimError
Bram Moolenaarf37506f2016-08-31 22:22:10 +02001316 hi def link vimSubstFlagErr vimError
1317 hi def link vimSynCaseError vimError
Brad Kingd4634a22024-01-03 10:17:24 -05001318 hi def link vimSynFoldMethodError vimError
Bram Moolenaarf37506f2016-08-31 22:22:10 +02001319 hi def link vimBufnrWarn vimWarn
Doug Kearns818c6412024-10-06 17:00:48 +02001320
1321 hi def link vim9TypeAliasError vimError
Bram Moolenaarf37506f2016-08-31 22:22:10 +02001322 endif
Bram Moolenaarcfbc5ee2004-07-02 15:38:35 +00001323
Bram Moolenaarf37506f2016-08-31 22:22:10 +02001324 hi def link vimAbb vimCommand
1325 hi def link vimAddress vimMark
dkearnsc4aef9a2024-03-04 02:42:47 +11001326 hi def link vimAugroupBang vimBang
Bram Moolenaarf37506f2016-08-31 22:22:10 +02001327 hi def link vimAugroupError vimError
1328 hi def link vimAugroupKey vimCommand
Bram Moolenaarf37506f2016-08-31 22:22:10 +02001329 hi def link vimAutoCmd vimCommand
Doug Kearns1718e7d2025-01-08 18:20:47 +01001330 hi def link vimAutoCmdBang vimBang
Bram Moolenaarf37506f2016-08-31 22:22:10 +02001331 hi def link vimAutoEvent Type
Bram Moolenaard58a3bf2020-09-28 21:48:16 +02001332 hi def link vimAutoCmdMod Special
dkearnsb614b282024-02-12 03:13:34 +11001333 hi def link vimBang vimOper
dkearns2c51e152024-02-27 07:10:18 +11001334 hi def link vimBehaveBang vimBang
Bram Moolenaarf37506f2016-08-31 22:22:10 +02001335 hi def link vimBehaveModel vimBehave
1336 hi def link vimBehave vimCommand
1337 hi def link vimBracket Delimiter
Doug Kearns99984fc2024-07-18 20:45:19 +02001338 hi def link vimCall vimCommand
dkearnsa3bddb72024-06-14 01:48:10 +10001339 hi def link vimCatch vimCommand
Bram Moolenaarf37506f2016-08-31 22:22:10 +02001340 hi def link vimCmplxRepeat SpecialChar
1341 hi def link vimCommand Statement
1342 hi def link vimComment Comment
Doug Kearnsfc64ac02024-06-22 11:20:36 +02001343 hi def link vimCommentError vimError
Bram Moolenaarf37506f2016-08-31 22:22:10 +02001344 hi def link vimCommentString vimString
1345 hi def link vimCommentTitle PreProc
1346 hi def link vimCondHL vimCommand
dkearnsf6869212023-12-11 01:53:24 +11001347 hi def link vimConst vimCommand
Bram Moolenaarf37506f2016-08-31 22:22:10 +02001348 hi def link vimContinue Special
dkearns21ce1592024-01-29 04:54:08 +11001349 hi def link vimContinueComment vimComment
Bram Moolenaarf37506f2016-08-31 22:22:10 +02001350 hi def link vimCtrlChar SpecialChar
Doug Kearnsfc64ac02024-06-22 11:20:36 +02001351 hi def link vimDefComment vim9Comment
dkearns35e6f4c2024-03-22 06:41:10 +11001352 hi def link vimDefKey vimCommand
1353 hi def link vimDefParam vimVar
Doug Kearns3c07eb02024-09-02 10:03:37 +02001354 hi def link vimDelcommand vimCommand
1355 hi def link vimDelcommandAttr vimUserCmdAttr
dkearnsb1427b42024-02-28 05:59:30 +11001356 hi def link vimEcho vimCommand
dkearns61887b32024-03-15 23:45:48 +11001357 hi def link vimEchohlNone vimGroup
1358 hi def link vimEchohl vimCommand
Bram Moolenaarf37506f2016-08-31 22:22:10 +02001359 hi def link vimElseIfErr Error
dkearns35e6f4c2024-03-22 06:41:10 +11001360 hi def link vimEndfunction vimCommand
1361 hi def link vimEnddef vimCommand
Bram Moolenaarf37506f2016-08-31 22:22:10 +02001362 hi def link vimEnvvar PreProc
1363 hi def link vimError Error
Bram Moolenaar6ba83ba2022-06-12 22:15:57 +01001364 hi def link vimEscape Special
Bram Moolenaarf37506f2016-08-31 22:22:10 +02001365 hi def link vimFBVar vimVar
1366 hi def link vimFgBgAttrib vimHiAttrib
Bram Moolenaarcbaff5e2022-04-08 17:45:08 +01001367 hi def link vimFuncEcho vimCommand
dkearns1c97b5c2023-12-13 02:47:43 +11001368 hi def link vimFor vimCommand
Bram Moolenaarf37506f2016-08-31 22:22:10 +02001369 hi def link vimFTCmd vimCommand
1370 hi def link vimFTOption vimSynType
dkearns35e6f4c2024-03-22 06:41:10 +11001371 hi def link vimFuncBang vimBang
1372 hi def link vimFuncComment vimComment
Bram Moolenaarf37506f2016-08-31 22:22:10 +02001373 hi def link vimFuncKey vimCommand
1374 hi def link vimFuncName Function
dkearns35e6f4c2024-03-22 06:41:10 +11001375 hi def link vimFuncMod Special
1376 hi def link vimFuncParam vimVar
1377 hi def link vimFuncParamEquals vimOper
Bram Moolenaarf37506f2016-08-31 22:22:10 +02001378 hi def link vimFuncSID Special
1379 hi def link vimFuncVar Identifier
1380 hi def link vimGroupAdd vimSynOption
1381 hi def link vimGroupName vimGroup
1382 hi def link vimGroupRem vimSynOption
1383 hi def link vimGroupSpecial Special
1384 hi def link vimGroup Type
1385 hi def link vimHiAttrib PreProc
dkearnsb614b282024-02-12 03:13:34 +11001386 hi def link vimHiBang vimBang
dkearns9530fe42024-03-19 05:19:51 +11001387 hi def link vimHiClear Type
1388 hi def link vimHiCtermColor Constant
Bram Moolenaarf37506f2016-08-31 22:22:10 +02001389 hi def link vimHiCtermFgBg vimHiTerm
dkearns9530fe42024-03-19 05:19:51 +11001390 hi def link vimHiCtermfont vimHiTerm
1391 hi def link vimHiCtermul vimHiTerm
Bram Moolenaarf37506f2016-08-31 22:22:10 +02001392 hi def link vimHiCTerm vimHiTerm
1393 hi def link vimHighlight vimCommand
1394 hi def link vimHiGroup vimGroupName
1395 hi def link vimHiGuiFgBg vimHiTerm
1396 hi def link vimHiGuiFont vimHiTerm
1397 hi def link vimHiGuiRgb vimNumber
1398 hi def link vimHiGui vimHiTerm
1399 hi def link vimHiNmbr Number
1400 hi def link vimHiStartStop vimHiTerm
1401 hi def link vimHiTerm Type
1402 hi def link vimHLGroup vimGroup
Bram Moolenaarf37506f2016-08-31 22:22:10 +02001403 hi def link vimInsert vimString
1404 hi def link vimIskSep Delimiter
dkearns04e53632024-04-11 06:18:37 +10001405 hi def link vim9KeymapLineComment vimKeymapLineComment
dkearns69866442023-11-22 05:43:40 +11001406 hi def link vimKeymapLineComment vimComment
1407 hi def link vimKeymapTailComment vimComment
Bram Moolenaarf37506f2016-08-31 22:22:10 +02001408 hi def link vimLet vimCommand
Bram Moolenaar1ff14ba2019-11-02 14:09:23 +01001409 hi def link vimLetHereDoc vimString
1410 hi def link vimLetHereDocStart Special
1411 hi def link vimLetHereDocStop Special
dkearnsf6869212023-12-11 01:53:24 +11001412 hi def link vimLetRegister Special
Bram Moolenaarf37506f2016-08-31 22:22:10 +02001413 hi def link vimLineComment vimComment
dkearnsb614b282024-02-12 03:13:34 +11001414 hi def link vimMapBang vimBang
Bram Moolenaarf37506f2016-08-31 22:22:10 +02001415 hi def link vimMapModKey vimFuncSID
1416 hi def link vimMapMod vimBracket
1417 hi def link vimMap vimCommand
1418 hi def link vimMark Number
1419 hi def link vimMarkNumber vimNumber
Doug Kearnse85fdc72024-07-07 20:45:37 +02001420 hi def link vimMatch vimCommand
1421 hi def link vimMatchGroup vimGroup
1422 hi def link vimMatchNone vimGroup
dkearnsb614b282024-02-12 03:13:34 +11001423 hi def link vimMenuBang vimBang
dkearns62b26042024-03-10 03:43:28 +11001424 hi def link vimMenuClear Special
Bram Moolenaarf37506f2016-08-31 22:22:10 +02001425 hi def link vimMenuMod vimMapMod
Bram Moolenaarf37506f2016-08-31 22:22:10 +02001426 hi def link vimMenuName PreProc
dkearns62b26042024-03-10 03:43:28 +11001427 hi def link vimMenu vimCommand
1428 hi def link vimMenuNotation vimNotation
1429 hi def link vimMenuPriority Number
1430 hi def link vimMenuStatus Special
1431 hi def link vimMenutranslateComment vimComment
Doug Kearns818c6412024-10-06 17:00:48 +02001432 hi def link vim9MethodName vimFuncName
Bram Moolenaarf37506f2016-08-31 22:22:10 +02001433 hi def link vimMtchComment vimComment
Doug Kearnsbbe52522024-11-09 19:11:25 +01001434 hi def link vimNormal vimCommand
Bram Moolenaarf37506f2016-08-31 22:22:10 +02001435 hi def link vimNotation Special
1436 hi def link vimNotFunc vimCommand
1437 hi def link vimNotPatSep vimString
1438 hi def link vimNumber Number
1439 hi def link vimOperError Error
1440 hi def link vimOper Operator
1441 hi def link vimOption PreProc
1442 hi def link vimParenSep Delimiter
Bram Moolenaard2855f52018-07-31 22:23:58 +02001443 hi def link vimPatSepErr vimError
Bram Moolenaarf37506f2016-08-31 22:22:10 +02001444 hi def link vimPatSepR vimPatSep
1445 hi def link vimPatSep SpecialChar
1446 hi def link vimPatSepZone vimString
1447 hi def link vimPatSepZ vimPatSep
1448 hi def link vimPattern Type
1449 hi def link vimPlainMark vimMark
1450 hi def link vimPlainRegister vimRegister
Doug Kearns695522d2025-01-10 20:02:17 +01001451 hi def link vimQuoteEscape vimEscape
Bram Moolenaarf37506f2016-08-31 22:22:10 +02001452 hi def link vimRegister SpecialChar
1453 hi def link vimScriptDelim Comment
Bram Moolenaarf37506f2016-08-31 22:22:10 +02001454 hi def link vimSearch vimString
Doug Kearnsc273f1a2025-01-20 21:53:01 +01001455 hi def link vimSearchDelim Delimiter
Bram Moolenaarf37506f2016-08-31 22:22:10 +02001456 hi def link vimSep Delimiter
Doug Kearnsddbb6fe2024-07-24 20:21:22 +02001457 hi def link vimSet vimCommand
1458 hi def link vimSetAll vimOption
1459 hi def link vimSetBang vimBang
Bram Moolenaarf37506f2016-08-31 22:22:10 +02001460 hi def link vimSetMod vimOption
Doug Kearnsddbb6fe2024-07-24 20:21:22 +02001461 hi def link vimSetSep vimSep
Bram Moolenaarf37506f2016-08-31 22:22:10 +02001462 hi def link vimSetString vimString
Doug Kearnsddbb6fe2024-07-24 20:21:22 +02001463 hi def link vimSetTermcap vimOption
dkearnsae321b52024-06-15 23:06:17 +10001464 hi def link vimShebang PreProc
Doug Kearns262e25e2024-06-14 20:16:35 +02001465 hi def link vimSleep vimCommand
1466 hi def link vimSleepArg Constant
1467 hi def link vimSleepBang vimBang
Bram Moolenaarf37506f2016-08-31 22:22:10 +02001468 hi def link vimSpecFile Identifier
1469 hi def link vimSpecFileMod vimSpecFile
1470 hi def link vimSpecial Type
Bram Moolenaarf37506f2016-08-31 22:22:10 +02001471 hi def link vimStringCont vimString
1472 hi def link vimString String
Bram Moolenaard2855f52018-07-31 22:23:58 +02001473 hi def link vimStringEnd vimString
thincacf8695d2024-01-28 18:57:23 +01001474 hi def link vimStringInterpolationBrace vimEscape
Bram Moolenaarf37506f2016-08-31 22:22:10 +02001475 hi def link vimSubst1 vimSubst
1476 hi def link vimSubstDelim Delimiter
1477 hi def link vimSubstFlags Special
1478 hi def link vimSubstSubstr SpecialChar
1479 hi def link vimSubstTwoBS vimString
1480 hi def link vimSubst vimCommand
1481 hi def link vimSynCaseError Error
1482 hi def link vimSynCase Type
1483 hi def link vimSyncC Type
1484 hi def link vimSyncError Error
1485 hi def link vimSyncGroupName vimGroupName
1486 hi def link vimSyncGroup vimGroupName
1487 hi def link vimSyncKey Type
1488 hi def link vimSyncNone Type
1489 hi def link vimSynContains vimSynOption
1490 hi def link vimSynError Error
Brad Kingd4634a22024-01-03 10:17:24 -05001491 hi def link vimSynFoldMethodError Error
1492 hi def link vimSynFoldMethod Type
Bram Moolenaarf37506f2016-08-31 22:22:10 +02001493 hi def link vimSynKeyContainedin vimSynContains
1494 hi def link vimSynKeyOpt vimSynOption
dkearnsc79646d2024-01-05 08:58:48 +11001495 hi def link vimSynCchar vimSynOption
1496 hi def link vimSynCcharValue Character
Bram Moolenaarf37506f2016-08-31 22:22:10 +02001497 hi def link vimSynMtchGrp vimSynOption
1498 hi def link vimSynMtchOpt vimSynOption
1499 hi def link vimSynNextgroup vimSynOption
1500 hi def link vimSynNotPatRange vimSynRegPat
1501 hi def link vimSynOption Special
1502 hi def link vimSynPatRange vimString
1503 hi def link vimSynRegOpt vimSynOption
1504 hi def link vimSynRegPat vimString
1505 hi def link vimSynReg Type
1506 hi def link vimSyntax vimCommand
1507 hi def link vimSynType vimSpecial
dkearnsa3bddb72024-06-14 01:48:10 +10001508 hi def link vimThrow vimCommand
Bram Moolenaarf37506f2016-08-31 22:22:10 +02001509 hi def link vimTodo Todo
Bram Moolenaar4d8f4762021-06-27 15:18:56 +02001510 hi def link vimType Type
dkearnsf6869212023-12-11 01:53:24 +11001511 hi def link vimUnlet vimCommand
dkearnsb614b282024-02-12 03:13:34 +11001512 hi def link vimUnletBang vimBang
Bram Moolenaarf37506f2016-08-31 22:22:10 +02001513 hi def link vimUnmap vimMap
Doug Kearns3c07eb02024-09-02 10:03:37 +02001514 hi def link vimUserCmdAttrAddr vimSpecial
1515 hi def link vimUserCmdAttrCmplt vimSpecial
1516 hi def link vimUserCmdAttrNargs vimSpecial
1517 hi def link vimUserCmdAttrRange vimSpecial
1518 hi def link vimUserCmdAttrKey vimUserCmdAttr
1519 hi def link vimUserCmdAttr Special
1520 hi def link vimUserCmdAttrError Error
Bram Moolenaarf37506f2016-08-31 22:22:10 +02001521 hi def link vimUserCmdError Error
Doug Kearns3c07eb02024-09-02 10:03:37 +02001522 hi def link vimUserCmdKey vimCommand
Bram Moolenaarf37506f2016-08-31 22:22:10 +02001523 hi def link vimUserFunc Normal
1524 hi def link vimVar Identifier
1525 hi def link vimWarn WarningMsg
Doug Kearnsd65e58f2024-07-17 19:34:14 +02001526
Doug Kearns818c6412024-10-06 17:00:48 +02001527 hi def link vim9Abstract vimCommand
Doug Kearnsd65e58f2024-07-17 19:34:14 +02001528 hi def link vim9Boolean Boolean
Doug Kearns818c6412024-10-06 17:00:48 +02001529 hi def link vim9Class vimCommand
Doug Kearnsd65e58f2024-07-17 19:34:14 +02001530 hi def link vim9Comment Comment
1531 hi def link vim9CommentError vimError
1532 hi def link vim9CommentTitle PreProc
1533 hi def link vim9Const vimCommand
Doug Kearns818c6412024-10-06 17:00:48 +02001534 hi def link vim9ContinueComment vimContinueComment
1535 hi def link vim9Enum vimCommand
1536 hi def link vim9Export vimCommand
1537 hi def link vim9Extends Keyword
Doug Kearnsd65e58f2024-07-17 19:34:14 +02001538 hi def link vim9Final vimCommand
1539 hi def link vim9For vimCommand
Doug Kearns818c6412024-10-06 17:00:48 +02001540 hi def link vim9Implements Keyword
1541 hi def link vim9AbstractDef vimCommand
1542 hi def link vim9Interface vimCommand
Doug Kearnsd65e58f2024-07-17 19:34:14 +02001543 hi def link vim9LineComment vimComment
Doug Kearns818c6412024-10-06 17:00:48 +02001544 hi def link vim9MethodDef vimCommand
1545 hi def link vim9MethodNameError vimFunctionError
Doug Kearnsd65e58f2024-07-17 19:34:14 +02001546 hi def link vim9Null Constant
Doug Kearns818c6412024-10-06 17:00:48 +02001547 hi def link vim9Public vimCommand
Doug Kearnsc273f1a2025-01-20 21:53:01 +01001548 hi def link vim9Search vimString
1549 hi def link vim9SearchDelim Delimiter
Doug Kearns818c6412024-10-06 17:00:48 +02001550 hi def link vim9Static vimCommand
1551 hi def link vim9Super Identifier
1552 hi def link vim9This Identifier
1553 hi def link vim9Type vimCommand
1554 hi def link vim9TypeEquals vimOper
Doug Kearnsd65e58f2024-07-17 19:34:14 +02001555 hi def link vim9Variable vimVar
Doug Kearns818c6412024-10-06 17:00:48 +02001556 hi def link vim9Var vimCommand
Doug Kearnsd65e58f2024-07-17 19:34:14 +02001557 hi def link vim9Vim9ScriptArg Special
Doug Kearns818c6412024-10-06 17:00:48 +02001558 hi def link vim9Vim9Script vimCommand
Bram Moolenaarf37506f2016-08-31 22:22:10 +02001559endif
Bram Moolenaar071d4272004-06-13 20:20:40 +00001560
Bram Moolenaarcfbc5ee2004-07-02 15:38:35 +00001561" Current Syntax Variable: {{{2
Bram Moolenaar071d4272004-06-13 20:20:40 +00001562let b:current_syntax = "vim"
Bram Moolenaar6be7f872012-01-20 21:08:56 +01001563
1564" ---------------------------------------------------------------------
1565" Cleanup: {{{1
Doug Kearnsd65e58f2024-07-17 19:34:14 +02001566delc Vim9
1567delc VimL
Bram Moolenaara0f849e2015-10-30 14:37:44 +01001568delc VimFolda
Doug Kearns818c6412024-10-06 17:00:48 +02001569delc VimFoldc
1570delc VimFolde
Bram Moolenaara0f849e2015-10-30 14:37:44 +01001571delc VimFoldf
Doug Kearnsce064932024-04-13 18:24:01 +02001572delc VimFoldh
1573delc VimFoldH
Doug Kearns818c6412024-10-06 17:00:48 +02001574delc VimFoldi
Bram Moolenaara0f849e2015-10-30 14:37:44 +01001575delc VimFoldl
1576delc VimFoldm
1577delc VimFoldp
1578delc VimFoldP
1579delc VimFoldr
1580delc VimFoldt
Bram Moolenaar6be7f872012-01-20 21:08:56 +01001581let &cpo = s:keepcpo
dkearns04e53632024-04-11 06:18:37 +10001582unlet s:keepcpo s:vim9script
dkearns5d67aef2024-03-10 04:01:22 +11001583" vim:ts=18 fdm=marker ft=vim