summaryrefslogtreecommitdiffstats
path: root/packages.yaml
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2020-10-26 08:45:34 +0100
committerAdam Stankiewicz <sheerun@sher.pl>2020-10-26 08:45:34 +0100
commit740a60811c4647eecf3e2f82a24dccc1abbd686a (patch)
treebbd2f09772ccdbb9ee846522ac14779477917b53 /packages.yaml
parent28388008327aacfc48db3c31f415564d93cd983f (diff)
downloadvim-polyglot-740a60811c4647eecf3e2f82a24dccc1abbd686a.tar.gz
vim-polyglot-740a60811c4647eecf3e2f82a24dccc1abbd686a.zip
Use nroff filetype for man pages, closes #611
Diffstat (limited to 'packages.yaml')
-rw-r--r--packages.yaml7
1 files changed, 2 insertions, 5 deletions
diff --git a/packages.yaml b/packages.yaml
index dc24c858..2e4cdb87 100644
--- a/packages.yaml
+++ b/packages.yaml
@@ -3864,6 +3864,8 @@ remote: vim/vim:runtime
glob: "**/nroff.vim"
filetypes:
- name: nroff
+ linguist: Roff Manpage
+- name: nroff
patterns:
- pattern: "*.tr,*.nr,*.roff,*.tmac,*.mom"
description: Nroff/Troff (*.ms and *.t are checked below)
@@ -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"