mirror of
https://github.com/vim/vim.git
synced 2025-09-30 04:44:14 -04:00
runtime(apache): Update syntax keyword definition
closes: #16105 Signed-off-by: nisbet-hubbard <87453615+nisbet-hubbard@users.noreply.github.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
9c69453f0e
commit
4dd6c22ebe
@@ -3,7 +3,7 @@
|
|||||||
" Maintainer: David Necas (Yeti) <yeti@physics.muni.cz>
|
" Maintainer: David Necas (Yeti) <yeti@physics.muni.cz>
|
||||||
" License: This file can be redistribued and/or modified under the same terms
|
" License: This file can be redistribued and/or modified under the same terms
|
||||||
" as Vim itself.
|
" 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
|
" Notes: Last synced with apache-2.2.3, version 1.x is no longer supported
|
||||||
" TODO: see particular FIXME's scattered through the file
|
" TODO: see particular FIXME's scattered through the file
|
||||||
" make it really linewise?
|
" make it really linewise?
|
||||||
@@ -14,6 +14,7 @@ if exists("b:current_syntax")
|
|||||||
finish
|
finish
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
syn iskeyword @,48-57,_,192-255,-
|
||||||
syn case ignore
|
syn case ignore
|
||||||
|
|
||||||
" Base constructs
|
" Base constructs
|
||||||
|
Reference in New Issue
Block a user