summaryrefslogtreecommitdiffstats
path: root/syntax/modules/alacner-lua.vim
blob: e884c4bd5be0bb205762f9bde6c544410c909905 (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