mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-10 12:33:51 -05:00
Update
This commit is contained in:
11
syntax/modules/js.vim
Normal file
11
syntax/modules/js.vim
Normal file
@@ -0,0 +1,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
|
||||
Reference in New Issue
Block a user