mirror of
https://github.com/vim/vim.git
synced 2026-04-26 21:45:40 +02: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:
committed by
Christian Brabandt
parent
30d54fdddf
commit
d65e58f6f9
@@ -4,7 +4,7 @@ vim9script
|
||||
|
||||
scriptencoding utf-8
|
||||
|
||||
let b:keymap_name = "syntax-test"
|
||||
b:keymap_name = "syntax-test"
|
||||
|
||||
loadkeymap
|
||||
|
||||
|
||||
Reference in New Issue
Block a user