summaryrefslogtreecommitdiffstats
path: root/syntax/modules/alacner-lua.vim
diff options
context:
space:
mode:
Diffstat (limited to 'syntax/modules/alacner-lua.vim')
-rw-r--r--syntax/modules/alacner-lua.vim8
1 files changed, 0 insertions, 8 deletions
diff --git a/syntax/modules/alacner-lua.vim b/syntax/modules/alacner-lua.vim
deleted file mode 100644
index e884c4bd..00000000
--- a/syntax/modules/alacner-lua.vim
+++ /dev/null
@@ -1,8 +0,0 @@
-if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
-
-" Lua Module <https://github.com/alacner/nginx_lua_module>
-" You can be very simple to execute lua code for nginx
-syn keyword ngxDirectiveThirdParty lua_file
-
-
-endif