diff options
Diffstat (limited to '')
| -rw-r--r-- | ftplugin/stylus.vim | 2 | 
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. | 
