mirror of
https://github.com/neovim/neovim.git
synced 2025-10-04 00:46:30 +00:00
vim-patch:7bb733f: runtime(vim): Update base syntax, match null_tuple literal
closes: vim/vim#18404
7bb733f6bf
Co-authored-by: Doug Kearns <dougkearns@gmail.com>
This commit is contained in:
@@ -213,7 +213,7 @@ endif
|
|||||||
|
|
||||||
" Nulls {{{2
|
" Nulls {{{2
|
||||||
" =====
|
" =====
|
||||||
Vim9 syn keyword vim9Null null null_blob null_channel null_class null_dict null_function null_job null_list null_object null_partial null_string
|
Vim9 syn keyword vim9Null null null_blob null_channel null_class null_dict null_function null_job null_list null_object null_partial null_string null_tuple
|
||||||
|
|
||||||
" Booleans {{{2
|
" Booleans {{{2
|
||||||
" ========
|
" ========
|
||||||
|
Reference in New Issue
Block a user