Fix script indentation inside html, closes #693

This commit is contained in:
Adam Stankiewicz
2021-06-09 16:54:25 +02:00
parent 4dd1f8f2be
commit 1a096f0901
15 changed files with 226 additions and 1704 deletions

View File

@@ -5518,16 +5518,8 @@ glob: "**/autodoc.vim"
# Needed by c, cmod, and pike
filetypes: []
---
name: html
remote: vim/vim:runtime
glob: "**/html.vim"
filetypes:
- name: html
linguist: HTML
---
# TODO: change after https://github.com/othree/html5.vim/pull/106 is merged
name: html5
remote: sheerun/html5.vim
remote: othree/html5.vim
dependencies: html
filetypes: []
---