]> git.ipfire.org Git - thirdparty/vim.git/commit
runtime(vim): Update base syntax, match "any" type distinctly
authorDoug Kearns <dougkearns@gmail.com>
Thu, 17 Jul 2025 19:19:55 +0000 (21:19 +0200)
committerChristian Brabandt <cb@256bit.org>
Thu, 17 Jul 2025 19:19:55 +0000 (21:19 +0200)
commit97501afda34c77b07782a365fcc2299165e66f69
tree4982396f26d6475666c98eda44e8378c4a3e1a27
parent138381bde006e035fb42b52e714b4c6b3760a406
runtime(vim): Update base syntax, match "any" type distinctly

Allow for special highlighting of the "any" Vim9 type.

Addresses comment
https://github.com/vim/vim/pull/17722#issuecomment-3075531052

closes: #17769

Signed-off-by: Doug Kearns <dougkearns@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/syntax/generator/vim.vim.base
runtime/syntax/testdir/dumps/vim9_types_00.dump [new file with mode: 0644]
runtime/syntax/testdir/input/vim9_types.vim [new file with mode: 0644]
runtime/syntax/vim.vim