1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-06 17:14:12 +01:00

add map, mapclear, noremap and unmap commands to the vimperatorCommand

highlight group
This commit is contained in:
Doug Kearns
2007-07-22 15:15:27 +00:00
parent caa9fb529c
commit 3e5ce46b61

View File

@@ -1,7 +1,7 @@
" Vim syntax file
" Language: VIMperator configuration file
" Maintainer: Doug Kearns <dougkearns@gmail.com>
" Latest Revision: 2007 May 21
" Latest Revision: 2007 July 22
if exists("b:current_syntax")
finish
@@ -18,10 +18,11 @@ syn match vimperatorComment +".*$+ contains=vimperatorTodo,@Spell
syn keyword vimperatorCommand addo[ns] ba[ck] bd[elete] bw[ipeout] bun[load] tabc[lose] beep bma[dd] bmd[el] bookm[arks] bm
\ b[uffer] buffers files ls delm[arks] downl[oads] dl ec[ho] echoe[rr] exe[cute] exu[sage] fo[rward] fw ha[rdcopy] h[elp]
\ hist[ory] hs javas[cript] js ma[rk] marks o[pen] e[dit] pc[lose] pref[erences] prefs q[uit] quita[ll] qa[ll] re[load]
\ reloada[ll] res[tart] sav[eas] se[t] so[urce] st[op] tab tabl[ast] tabm[ove] tabn[ext] tn[ext] tabo[nly] tabopen t[open]
\ tabnew tabe[dit] tabp[revious] tp[revious] tabN[ext] tN[ext] tabr[ewind] tabfir[st] u[ndo] qmarka[dd] qma[dd] qmarkd[el]
\ qmd[el] qmarks qms ve[rsion] viu[sage] win[open] w[open] wine[dit] wqa[ll] wq xa[ll] zo[om] noh[ilight]
\ hist[ory] hs javas[cript] js map mapc[lear] ma[rk] marks no[remap] o[pen] e[dit] pc[lose] pref[erences] prefs q[uit]
\ quita[ll] qa[ll] re[load] reloada[ll] res[tart] sav[eas] se[t] so[urce] st[op] tab tabl[ast] tabm[ove] tabn[ext] tn[ext]
\ tabo[nly] tabopen t[open] tabnew tabe[dit] tabp[revious] tp[revious] tabN[ext] tN[ext] tabr[ewind] tabfir[st] u[ndo]
\ qmarka[dd] qma[dd] qmarkd[el] qmd[el] qmarks qms unm[ap] ve[rsion] viu[sage] win[open] w[open] wine[dit] wqa[ll] wq
\ xa[ll] zo[om] noh[ilight]
\ contained
" FIXME