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.)
This commit is contained in:
Omar Polo 2024-01-09 09:47:44 +00:00
parent e6adaaba61
commit ef5057cdec
1 changed files with 0 additions and 1 deletions

View File

@ -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
" =========