mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-10 20:43:52 -05:00
Update
This commit is contained in:
17
syntax/modules/sass.vim
Normal file
17
syntax/modules/sass.vim
Normal file
@@ -0,0 +1,17 @@
|
||||
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
|
||||
|
||||
" Syntactically Awesome Module <https://github.com/mneudert/sass-nginx-module>
|
||||
" Providing on-the-fly compiling of Sass files as an NGINX module.
|
||||
syn keyword ngxDirectiveThirdParty sass_compile
|
||||
syn keyword ngxDirectiveThirdParty sass_error_log
|
||||
syn keyword ngxDirectiveThirdParty sass_include_path
|
||||
syn keyword ngxDirectiveThirdParty sass_indent
|
||||
syn keyword ngxDirectiveThirdParty sass_is_indented_syntax
|
||||
syn keyword ngxDirectiveThirdParty sass_linefeed
|
||||
syn keyword ngxDirectiveThirdParty sass_precision
|
||||
syn keyword ngxDirectiveThirdParty sass_output_style
|
||||
syn keyword ngxDirectiveThirdParty sass_source_comments
|
||||
syn keyword ngxDirectiveThirdParty sass_source_map_embed
|
||||
|
||||
|
||||
endif
|
||||
Reference in New Issue
Block a user