0
0
mirror of https://github.com/vim/vim.git synced 2025-10-17 07:44:28 -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

@@ -1,7 +1,7 @@
" Vim syntax file generator
" Language: Vim script
" Maintainer: Hirohito Higashi (h_east)
" Last Change: 2025 May 16
" Last Change: 2025 May 17
let s:keepcpo= &cpo
set cpo&vim
@@ -293,6 +293,7 @@ function s:get_vim_command_type(cmd_name)
grepadd
helpgrep
if
import
interface
insert
let