runtime(vim): Update syntax file (#14009)

- allow comments after :highight commands
- match the bang in a :highlight[!] command
- highlight the bang in :map[!], :menu[!] and :unlet[!] with vimOper
  like all other commands

Signed-off-by: Doug Kearns <dougkearns@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
dkearns
2024-02-12 03:13:34 +11:00
committed by GitHub
parent be156a31c5
commit b614b284ee
4 changed files with 74 additions and 18 deletions

View File

@ -0,0 +1,9 @@
" Vim map commands
map!
map! lhs rhs
map
map lhs rhs
call map(list, 'v:val')
call map (list, 'v:val')