We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d49643 commit b418a51Copy full SHA for b418a51
1 file changed
runtime/syntax/vim.vim
@@ -12,6 +12,7 @@
12
" 2024 Jan 15 by Vim Project (:hi ctermfont attribute)
13
" 2024 Jan 23 by Vim Project (add :[23]match commands)
14
" 2024 Jan 25 by Vim Project (WinNewPre autocommand)
15
+" 2024 Jan 27 by Vim Project (add foreach() function)
16
" Version: 9.0-25
17
" URL: http://www.drchip.org/astronaut/vim/index.html#SYNTAX_VIM
18
" Automatically generated keyword lists: {{{1
@@ -99,6 +100,7 @@ syn keyword vimFuncName contained appendbufline assert_beeps assert_inrange asse
99
100
"--- syntax here and above generated by mkvimvim ---
101
102
syn keyword vimCommand contained 2mat[ch] 3mat[ch]
103
+syn keyword vimFuncName contained foreach
104
105
" Special Vim Highlighting (not automatic) {{{1
106
0 commit comments