0
0
mirror of https://github.com/vim/vim.git synced 2025-10-20 08:14:18 -04:00

runtime(vim): Update base syntax, match null_tuple literal

closes: #18404

Signed-off-by: Doug Kearns <dougkearns@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Doug Kearns
2025-09-26 16:28:00 +00:00
committed by Christian Brabandt
parent 9cc58faeac
commit 7bb733f6bf
16 changed files with 181 additions and 152 deletions

View File

@@ -2,6 +2,10 @@ vim9script
# Vim9 expressions
# Boolean
echo true false
# Number
# ' separated
@@ -18,6 +22,11 @@ echo -0b1000'0000
echo -0o1000'0000
echo -0x1000'0000
# Null
echo null null_blob null_channel null_class null_dict null_function null_job
echo null_list null_object null_partial null_string null_tuple
# Dictionary
echo {}