summaryrefslogblamecommitdiffstats
path: root/syntax/modules/js.vim
blob: 756a6c1e61a4fcee2dbebd60eaa93001a14cb439 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                                              
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
  
" JS Module <https://github.com/peter-leonov/ngx_http_js_module>
" Reflect the nginx functionality in JS
syn keyword ngxDirectiveThirdParty js
syn keyword ngxDirectiveThirdParty js_access
syn keyword ngxDirectiveThirdParty js_load
syn keyword ngxDirectiveThirdParty js_set


endif