diff options
author | Omar Polo <op@omarpolo.com> | 2024-01-09 09:47:44 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2024-01-09 09:47:44 +0000 |
commit | ef5057cdec1086930831b44ffdd9cac4606f953d (patch) | |
tree | 443c045de1b7d28ecc3d81fb1f8b5747e413e8a5 | |
parent | e6adaaba61266eeac639cfc067a452f7681dea14 (diff) |
adjust vim syntax file: `fastcgi param' is not deprecated
Only a server-level bare `param' is (and in hindsight it was just
a terrible idea to add it in the first place.)
-rw-r--r-- | contrib/vim/syntax/gmid.vim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/vim/syntax/gmid.vim b/contrib/vim/syntax/gmid.vim index 3a52b10..24be9a5 100644 --- a/contrib/vim/syntax/gmid.vim +++ b/contrib/vim/syntax/gmid.vim @@ -51,7 +51,6 @@ syn cluster gmidValues contains=gmidNumber, " TODO: write comprehensive syntax rules so it can be checked with: " syn match gmidError '.' syn keyword gmidDeprecated ipv6 nextgroup=gmidBoolean skipwhite -syn match gmidDeprecated "\<fastcgi\s\+param\>" display " Comments: {{{2 " ========= |