0
0
mirror of https://github.com/vim/vim.git synced 2025-09-26 04:04:07 -04:00

runtime(vim): Update base-syntax, improve :import highlighting

- Match "autoload" as a keyword in :import commands.
- Match an expression argument for the filename.

closes: #15375

Signed-off-by: Doug Kearns <dougkearns@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Doug Kearns
2025-05-18 20:37:34 +02:00
committed by Christian Brabandt
parent 0816f17e9a
commit 7b5550fac7
21 changed files with 618 additions and 8 deletions

View File

@@ -0,0 +1 @@
hi link vimVar Identifier