summaryrefslogtreecommitdiffstats
path: root/ftplugin/stylus.vim
diff options
context:
space:
mode:
Diffstat (limited to 'ftplugin/stylus.vim')
-rw-r--r--ftplugin/stylus.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/ftplugin/stylus.vim b/ftplugin/stylus.vim
index 17386596..419f4713 100644
--- a/ftplugin/stylus.vim
+++ b/ftplugin/stylus.vim
@@ -45,6 +45,8 @@ endif
setlocal comments= commentstring=//\ %s
+setlocal suffixesadd=.styl
+
" Add '-' and '#' to the what makes up a keyword.
" This means that 'e' and 'w' work properly now, for properties
" and valid variable names.