mirror of
https://github.com/tpope/vim-haml.git
synced 2026-02-26 22:57:17 +08:00
Support quoted strings after @import
This commit is contained in:
@@ -13,6 +13,6 @@ let b:undo_ftplugin = "setl cms< inc< ofu<"
|
|||||||
setlocal commentstring=//\ %s
|
setlocal commentstring=//\ %s
|
||||||
setlocal omnifunc=csscomplete#CompleteCSS
|
setlocal omnifunc=csscomplete#CompleteCSS
|
||||||
|
|
||||||
let &l:include = '^\s*@import\s\+\%(url(\)\='
|
let &l:include = '^\s*@import\s\+\%(url(\)\=["'']\='
|
||||||
|
|
||||||
" vim:set sw=2:
|
" vim:set sw=2:
|
||||||
|
|||||||
Reference in New Issue
Block a user