summaryrefslogtreecommitdiffstats
path: root/packages.yaml
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2020-10-08 00:40:28 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2020-10-08 00:40:28 +0200
commitbb3de8fa5e509d5f5faf173fd1a92635a0023274 (patch)
treea6401fbc683b8213f008d0564fa40e7f81e1c6f2 /packages.yaml
parentb3763a917a6a3ca85ae51086fc8d29b28f66fc88 (diff)
downloadvim-polyglot-bb3de8fa5e509d5f5faf173fd1a92635a0023274.tar.gz
vim-polyglot-bb3de8fa5e509d5f5faf173fd1a92635a0023274.zip
Fix markdown and other highlighting, #578
Diffstat (limited to 'packages.yaml')
-rw-r--r--packages.yaml20
1 files changed, 13 insertions, 7 deletions
diff --git a/packages.yaml b/packages.yaml
index e8a136fa..e160bfd6 100644
--- a/packages.yaml
+++ b/packages.yaml
@@ -792,13 +792,6 @@ filetypes:
extra_extensions:
- ql
---
-# TODO: change after https://github.com/othree/html5.vim/pull/106 is merged
-name: html5
-remote: sheerun/html5.vim
-filetypes:
-- name: html
- linguist: HTML
----
name: i3
remote: mboughaba/i3config.vim
filetypes:
@@ -5485,3 +5478,16 @@ remote: vim/vim:runtime
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
+dependencies: html
+filetypes: []