From e8c16931f9ff5f61b50f74e290dd77e44d03e2f2 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Mon, 16 Sep 2013 02:07:41 +0200 Subject: Update stylus and clojure syntaxes --- ftplugin/stylus.vim | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ftplugin') 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. -- cgit v1.2.3