mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-08 11:33:52 -05:00
Fix markdown and other highlighting, #578
This commit is contained in:
@@ -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: []
|
||||
|
||||
Reference in New Issue
Block a user