0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

runtime(vim): Update base-syntax, match types in Vim9 variable declarations

Match types in Vim9 variable declarations.

Match Vim9 boolean and null literals. These are not matched in all
contexts yet.

related: #15277

Signed-off-by: Doug Kearns <dougkearns@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Doug Kearns
2024-07-17 19:34:14 +02:00
committed by Christian Brabandt
parent 30d54fdddf
commit d65e58f6f9
151 changed files with 3396 additions and 683 deletions

View File

@@ -299,8 +299,11 @@ function! s:get_vim_command_type(cmd_name)
enddef
endfunction
execute
final
for
function
insert
let
map
mapclear
match
@@ -316,6 +319,7 @@ function! s:get_vim_command_type(cmd_name)
substitute
syntax
throw
unlet
var
vim9script
EOL