diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2017-05-17 11:28:13 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2017-05-17 11:28:13 +0200 |
commit | 7dd2e1169849b7e5cae67d5056f0a379f3da67b5 (patch) | |
tree | ba85e65b887c6a77e8400627e0f7ea7c0f08b84c /syntax/modules/sass.vim | |
parent | 9197c69900514524a0101d88e663b452de09a98d (diff) | |
download | vim-polyglot-2.16.0.tar.gz vim-polyglot-2.16.0.zip |
Switch nginx vendor to chr4/nginx.vim, closes #205v2.16.0
Diffstat (limited to 'syntax/modules/sass.vim')
-rw-r--r-- | syntax/modules/sass.vim | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/syntax/modules/sass.vim b/syntax/modules/sass.vim deleted file mode 100644 index 397b74f6..00000000 --- a/syntax/modules/sass.vim +++ /dev/null @@ -1,17 +0,0 @@ -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 |