File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ let s:mx = '\([+>]\|[<^]\+\)\{-}'
6
6
\ .' \%('
7
7
\ .' \%(#{[{}a-zA-Z0-9_\-\$]\+\|#[a-zA-Z0-9_\-\$]\+\)'
8
8
\ .' \|\%(\[\%(\[[^\]]*\]\|"[^"]*"\|[^"\[\]]*\)\+\]\)'
9
- \ .' \|\%(\.{[{}a-zA-Z0-9_\-\$\.]\+\|\.[a-zA-Z0-9_\-\$]\+\)'
9
+ \ .' \|\%(\.{[{}a-zA-Z0-9_\-\$/: \.]\+\|\.[a-zA-Z0-9_\-\$/: ]\+\)'
10
10
\ .' \)*'
11
11
\ .' \)'
12
12
\ .' \%(\(' . s: bx . ' \+\)\)\{0,1}'
@@ -265,7 +265,7 @@ function! emmet#lang#html#parseIntoTree(abbr, type) abort
265
265
if len (attributes)
266
266
let attr = attributes
267
267
while len (attr)
268
- let item = matchstr (attr, ' \(\%(\%(#[{}a-zA-Z0-9_\-\$]\+\)\|\%(\[\%(\[[^\]]*\]\|"[^"]*"\|[^"\[\]]*\)\+\]\)\|\%(\.[{}a-zA-Z0-9_\-\$]\+\)*\)\)' )
268
+ let item = matchstr (attr, ' \(\%(\%(#[{}a-zA-Z0-9_\-\$]\+\)\|\%(\[\%(\[[^\]]*\]\|"[^"]*"\|[^"\[\]]*\)\+\]\)\|\%(\.[{}a-zA-Z0-9_\-\$/: ]\+\)*\)\)' )
269
269
if g: emmet_debug > 1
270
270
echomsg ' attr=' . item
271
271
endif
You can’t perform that action at this time.
0 commit comments