Skip to content

Commit b85c265

Browse files
committed
Add picture, p in indent tags
1 parent 1113c24 commit b85c265

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

indent/html.vim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ call s:AddITags(s:indent_tags, [
222222
\ 'form', 'frameset', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'head', 'html',
223223
\ 'i', 'iframe', 'ins', 'kbd', 'label', 'legend', 'li',
224224
\ 'map', 'menu', 'noframes', 'noscript', 'object', 'ol',
225-
\ 'optgroup', 'q', 's', 'samp', 'select', 'small', 'span', 'strong', 'sub',
225+
\ 'optgroup', 'p', 'q', 's', 'samp', 'select', 'small', 'span', 'strong', 'sub',
226226
\ 'sup', 'table', 'textarea', 'title', 'tt', 'u', 'ul', 'var', 'th', 'td',
227227
\ 'tr', 'tbody', 'tfoot', 'thead'])
228228

@@ -231,7 +231,7 @@ call s:AddITags(s:indent_tags, [
231231
\ 'area', 'article', 'aside', 'audio', 'bdi', 'canvas',
232232
\ 'command', 'data', 'datalist', 'details', 'dislog', 'embed', 'figcaption',
233233
\ 'figure', 'footer', 'header', 'keygen', 'main', 'mark', 'meter', 'nav', 'output',
234-
\ 'progress', 'rp', 'rt', 'ruby', 'section', 'source', 'summary', 'svg',
234+
\ 'picture', 'progress', 'rp', 'rt', 'ruby', 'section', 'source', 'summary', 'svg',
235235
\ 'time', 'track', 'video', 'wbr'])
236236

237237
" Tags added for web components:

0 commit comments

Comments
 (0)