diff options
author | Christian Clason <c.clason@uni-graz.at> | 2024-11-23 13:43:58 +0100 |
---|---|---|
committer | Christian Clason <ch.clason+github@icloud.com> | 2024-11-23 14:08:16 +0100 |
commit | 91295db97d89b140849e7dc9e3bcb1c5a9208f62 (patch) | |
tree | ffc2474af7180422d91d4a7f33ca514856de7290 | |
parent | 8516c2dc1f301c439695629fff771227dbe00d30 (diff) | |
download | rneovim-91295db97d89b140849e7dc9e3bcb1c5a9208f62.tar.gz rneovim-91295db97d89b140849e7dc9e3bcb1c5a9208f62.tar.bz2 rneovim-91295db97d89b140849e7dc9e3bcb1c5a9208f62.zip |
vim-patch:4dd6c22: runtime(apache): Update syntax keyword definition
closes: vim/vim#16105
https://github.com/vim/vim/commit/4dd6c22ebeea86b9522e650d133f6b109a39177e
Co-authored-by: nisbet-hubbard <87453615+nisbet-hubbard@users.noreply.github.com>
-rw-r--r-- | runtime/syntax/apache.vim | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/syntax/apache.vim b/runtime/syntax/apache.vim index e73045e4c8..d2b8be733b 100644 --- a/runtime/syntax/apache.vim +++ b/runtime/syntax/apache.vim @@ -3,7 +3,7 @@ " Maintainer: David Necas (Yeti) <yeti@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 |