mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-09 03:54:47 +08:00
support slim.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
function! zencoding#haml#parseIntoTree(abbr, type)
|
||||
return zencoding#html#parseIntoTree(a:abbr, a:type)
|
||||
endfunction
|
||||
|
||||
function! zencoding#haml#toString(settings, current, type, inline, filters, itemno, indent)
|
||||
let settings = a:settings
|
||||
let current = a:current
|
||||
|
||||
Reference in New Issue
Block a user