Skip to content

Commit 8ec5af0

Browse files
committed
autocomplete for dialog element
1 parent 03acdc6 commit 8ec5af0

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

autoload/xml/html5.vim

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -490,6 +490,10 @@ let g:xmldata_html5 = {
490490
\ filter(copy(phrasing_elements), "!(v:val =~ 'dfn')"),
491491
\ global_attributes
492492
\ ],
493+
\ 'dialog': [
494+
\ flow_elements,
495+
\ extend(copy(global_attributes), {'open': []})
496+
\ ],
493497
\ 'div': [
494498
\ flow_elements + ['style'],
495499
\ global_attributes

0 commit comments

Comments
 (0)