Support quoted strings after @import

This commit is contained in:
Tim Pope
2010-07-25 13:16:33 -04:00
parent 980b746e31
commit 6228a6a1ef

View File

@@ -13,6 +13,6 @@ let b:undo_ftplugin = "setl cms< inc< ofu<"
setlocal commentstring=//\ %s
setlocal omnifunc=csscomplete#CompleteCSS
let &l:include = '^\s*@import\s\+\%(url(\)\='
let &l:include = '^\s*@import\s\+\%(url(\)\=["'']\='
" vim:set sw=2: