forked from aniani/vim
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