runtime(apache): Update syntax keyword definition Commit: https://github.com/vim/vim/commit/4dd6c22ebeea86b9522e650d133f6b109a39177e Author: nisbet-hubbard <87453615+nisbet-hubb...@users.noreply.github.com> Date: Sat Nov 23 13:14:47 2024 +0100
runtime(apache): Update syntax keyword definition closes: https://github.com/vim/vim/issues/16105 Signed-off-by: nisbet-hubbard <87453615+nisbet-hubb...@users.noreply.github.com> Signed-off-by: Christian Brabandt <c...@256bit.org> diff --git a/runtime/syntax/apache.vim b/runtime/syntax/apache.vim index e73045e4c..d2b8be733 100644 --- a/runtime/syntax/apache.vim +++ b/runtime/syntax/apache.vim @@ -3,7 +3,7 @@ " Maintainer: David Necas (Yeti) <y...@physics.muni.cz> " License: This file can be redistribued and/or modified under the same terms " as Vim itself. -" Last Change: 2022 Apr 25 +" Last Change: 2024 Nov 23 " Notes: Last synced with apache-2.2.3, version 1.x is no longer supported " TODO: see particular FIXME's scattered through the file " make it really linewise? @@ -14,6 +14,7 @@ if exists("b:current_syntax") finish endif +syn iskeyword @,48-57,_,192-255,- syn case ignore " Base constructs -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to vim_dev+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/vim_dev/E1tEpH5-00GcqX-UU%40256bit.org.