fix sass delims

This commit is contained in:
Martin Grenfell
2009-03-06 16:12:29 +13:00
parent 11114745bd
commit 0bd4d5bbca
2 changed files with 2 additions and 2 deletions

View File

@@ -807,7 +807,7 @@ if your face looked like a toaster and a t-rex put together? :(
- add support for javacc, thanks to Matt Tolton. - add support for javacc, thanks to Matt Tolton.
- make <%# %> the default delims for eruby, thanks to tpope. - make <%# %> the default delims for eruby, thanks to tpope.
- add support for javascript.jquery, thanks to Ivan Devat. - add support for javascript.jquery, thanks to Ivan Devat.
- add support for cucumber, thanks to tpope - add support for cucumber, fix sass delims, thanks to tpope
2.2.1 2.2.1
- add support for newlisp and clojure, thanks to Matthew Lee Hinman. - add support for newlisp and clojure, thanks to Matthew Lee Hinman.

View File

@@ -711,7 +711,7 @@ function s:SetUpForNewFiletype(filetype, forceReset)
elseif a:filetype ==? "sas" elseif a:filetype ==? "sas"
call s:MapDelimiters('/*','*/') call s:MapDelimiters('/*','*/')
elseif a:filetype ==? "sass" elseif a:filetype ==? "sass"
call s:MapDelimitersWithAlternative('//','', '/*', '*/') call s:MapDelimitersWithAlternative('//','', '/*', '')
elseif a:filetype ==? "sather" elseif a:filetype ==? "sather"
call s:MapDelimiters('--', '') call s:MapDelimiters('--', '')
elseif a:filetype ==? "scala" elseif a:filetype ==? "scala"