mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-08 03:24:45 +08:00
Fixes #329
This commit is contained in:
@@ -353,6 +353,8 @@ function! emmet#lang#html#parseIntoTree(abbr, type) abort
|
|||||||
let last = parent
|
let last = parent
|
||||||
let last.pos += 1
|
let last.pos += 1
|
||||||
endif
|
endif
|
||||||
|
elseif n =~ '^*[0-9]\+$'
|
||||||
|
let last.child[-1].multiplier = 0 + n[1:]
|
||||||
elseif len(n)
|
elseif len(n)
|
||||||
let cl = last.child
|
let cl = last.child
|
||||||
let cls = []
|
let cls = []
|
||||||
|
|||||||
Reference in New Issue
Block a user