Skip to content

Commit b418a51

Browse files
authored
runtime(vim): Update syntax file (#13919)
Add foreach() function. Signed-off-by: Doug Kearns <dougkearns@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
1 parent 4d49643 commit b418a51

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

runtime/syntax/vim.vim

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
" 2024 Jan 15 by Vim Project (:hi ctermfont attribute)
1313
" 2024 Jan 23 by Vim Project (add :[23]match commands)
1414
" 2024 Jan 25 by Vim Project (WinNewPre autocommand)
15+
" 2024 Jan 27 by Vim Project (add foreach() function)
1516
" Version: 9.0-25
1617
" URL: http://www.drchip.org/astronaut/vim/index.html#SYNTAX_VIM
1718
" Automatically generated keyword lists: {{{1
@@ -99,6 +100,7 @@ syn keyword vimFuncName contained appendbufline assert_beeps assert_inrange asse
99100
"--- syntax here and above generated by mkvimvim ---
100101

101102
syn keyword vimCommand contained 2mat[ch] 3mat[ch]
103+
syn keyword vimFuncName contained foreach
102104

103105
" Special Vim Highlighting (not automatic) {{{1
104106

0 commit comments

Comments
 (0)