summaryrefslogtreecommitdiffstats
path: root/syntax/modules/alacner-lua.vim
blob: 1772422d5736cd06af4c33830c5bc3c3b257d7a2 (plain) (blame)
1
2
3
4
5
6
7
8
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