Use nroff filetype for man pages, closes #611

This commit is contained in:
Adam Stankiewicz
2020-10-26 08:45:34 +01:00
parent 2838800832
commit 740a60811c
5 changed files with 6 additions and 13 deletions

View File

@@ -3863,6 +3863,8 @@ name: nroff
remote: vim/vim:runtime
glob: "**/nroff.vim"
filetypes:
- name: nroff
linguist: Roff Manpage
- name: nroff
patterns:
- pattern: "*.tr,*.nr,*.roff,*.tmac,*.mom"
@@ -5509,11 +5511,6 @@ filetypes:
patterns:
- pattern: "XF86Config-4*,XF86Config*,*/xorg.conf.d/*.conf,xorg.conf,xorg.conf-4"
---
name: man
filetypes:
- name: man
linguist: Roff Manpage
---
name: xpm
remote: vim/vim:runtime
glob: "**/xpm.vim"