diff options
author | Omar Polo <op@omarpolo.com> | 2021-07-11 14:49:20 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-07-11 14:49:20 +0000 |
commit | e2d3a8f2220ffc04472c552e69749b2f75f03778 (patch) | |
tree | 733586dfccad032ea11237d98fa19f108c4ce793 /contrib | |
parent | 1a115616cb276d48b468e6c647beef116ade36a9 (diff) |
add missing `env' keyword
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/vim/syntax/gmid.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/vim/syntax/gmid.vim b/contrib/vim/syntax/gmid.vim index 68526cd..9be6323 100644 --- a/contrib/vim/syntax/gmid.vim +++ b/contrib/vim/syntax/gmid.vim @@ -61,6 +61,7 @@ syn keyword gmidDirective cert syn keyword gmidDirective cgi syn match gmidDirective "\<default\s\+type>" display syn keyword gmidDirective entrypoint +syn keyword gmidDirective env syn keyword gmidDirective fastcgi syn keyword gmidDirectiveContinuation tcp syn keyword gmidDirective index |