summaryrefslogtreecommitdiffstats
path: root/syntax/modules/notice.vim
diff options
context:
space:
mode:
Diffstat (limited to 'syntax/modules/notice.vim')
-rw-r--r--syntax/modules/notice.vim9
1 files changed, 0 insertions, 9 deletions
diff --git a/syntax/modules/notice.vim b/syntax/modules/notice.vim
deleted file mode 100644
index db503143..00000000
--- a/syntax/modules/notice.vim
+++ /dev/null
@@ -1,9 +0,0 @@
-if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
-
-" Nginx Notice Module <https://github.com/kr/nginx-notice>
-" Serve static file to POST requests.
-syn keyword ngxDirectiveThirdParty notice
-syn keyword ngxDirectiveThirdParty notice_type
-
-
-endif