0
0
mirror of https://github.com/vim/vim.git synced 2025-09-29 04:34:16 -04:00

runtime(vim): Update base-syntax, improve :mark and :substitute highlighting

- Match full :mark and :k commands.
- Match 2 and 3 letter :s repeat commands.
- Match :s [count] argument.

closes: #17408

Signed-off-by: Doug Kearns <dougkearns@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Doug Kearns
2025-05-31 17:52:48 +02:00
committed by Christian Brabandt
parent 54a09e7e86
commit 086b3b5b79
30 changed files with 783 additions and 107 deletions

View File

@@ -1,7 +1,7 @@
" Vim syntax file generator
" Language: Vim script
" Maintainer: Hirohito Higashi (h_east)
" Last Change: 2025 May 17
" Last Change: 2025 May 28
let s:keepcpo= &cpo
set cpo&vim
@@ -296,6 +296,7 @@ function s:get_vim_command_type(cmd_name)
import
interface
insert
k
let
loadkeymap
lhelpgrep
@@ -307,6 +308,7 @@ function s:get_vim_command_type(cmd_name)
luafile
map
mapclear
mark
match
mzscheme
mzfile