mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-07 03:04:27 +08:00
Fix attrs_order
This commit is contained in:
@@ -153,6 +153,7 @@ function! zencoding#lang#haml#parseTag(tag)
|
||||
let current.attr[name] = value
|
||||
let attrs = attrs[stridx(attrs, match) + len(match):]
|
||||
endwhile
|
||||
let current.attrs_order = keys(current.attr)
|
||||
return current
|
||||
endfunction
|
||||
|
||||
|
||||
@@ -131,6 +131,7 @@ function! zencoding#lang#slim#parseTag(tag)
|
||||
let current.attr[name] = value
|
||||
let attrs = attrs[stridx(attrs, match) + len(match):]
|
||||
endwhile
|
||||
let current.attrs_order = keys(current.attr)
|
||||
return current
|
||||
endfunction
|
||||
|
||||
|
||||
Reference in New Issue
Block a user