summaryrefslogtreecommitdiffstats
path: root/syntax/stylus.vim
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--syntax/stylus.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/syntax/stylus.vim b/syntax/stylus.vim
index bbdc2229..36972ad6 100644
--- a/syntax/stylus.vim
+++ b/syntax/stylus.vim
@@ -1,4 +1,5 @@
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'stylus') == -1
+
" Vim syntax file
" Language: CSS3
" Maintainer: Hsiaoming Yang <lepture@me.com>
@@ -375,4 +376,5 @@ hi def link stylusIdChar Special
let b:current_syntax = "stylus"
" vim:set sw=2:
+
endif