diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-09-28 03:00:01 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-09-28 03:00:01 +0200 |
commit | 6a086b0c797f703b713bc887b1a4cee5a70d01ec (patch) | |
tree | 4964e746d73ba8dfeb1ecb6ab5eb6d14680cf8d4 /packages.yaml | |
parent | 692db4dc29293f713999cab70740e9f39cc71c40 (diff) | |
download | vim-polyglot-6a086b0c797f703b713bc887b1a4cee5a70d01ec.tar.gz vim-polyglot-6a086b0c797f703b713bc887b1a4cee5a70d01ec.zip |
Fix many extensions detection
Diffstat (limited to 'packages.yaml')
-rw-r--r-- | packages.yaml | 23 |
1 files changed, 14 insertions, 9 deletions
diff --git a/packages.yaml b/packages.yaml index e0c4be4c..4796a1b5 100644 --- a/packages.yaml +++ b/packages.yaml @@ -1176,6 +1176,9 @@ remote: vim-perl/vim-perl filetypes: - name: perl linguist: Perl + extra_filenames: + - example.gitolite.rc + - .gitolite.rc - name: pod extensions: - pod @@ -1215,6 +1218,8 @@ remote: StanAngeloff/php.vim filetypes: - name: php linguist: PHP + extra_extensions: + - phtml --- name: blade remote: jwalton512/vim-blade @@ -1284,6 +1289,11 @@ filetypes: linguist: Python ignored_filenames: - 'lit.*cfg' + extra_extensions: + - ptl + extra_filenames: + - '.pythonrc' + - '.pythonstartup' --- name: python-indent remote: Vimjas/vim-python-pep8-indent @@ -1487,13 +1497,8 @@ filetypes: - '.zlogin' - '.zprofile' - '.zlogout' - - 'zshrc' - - 'zshenv' - - 'zlogin' - - 'zprofile' - - 'zlogout' - extra_filenames: # Udev symlinks config + extra_filenames: - '*/etc/udev/cdsymlinks.conf' - name: zsh extensions: @@ -1743,11 +1748,11 @@ filetypes: - tpm - csproj.user - wpl - - fglrxrc extra_filenames: - '*/etc/blkid.tab' - '*/etc/blkid.tab.old' - '*/etc/xdg/menus/*.menu' + - '*fglrxrc' ignored_extensions: - ts - tsx @@ -1869,8 +1874,6 @@ filetypes: - '*/etc/yum.repos.d/*' ignored_extensions: - cfg - ignored_warnings: - - '*.php.ini' --- name: odin remote: Tetralux/odin.vim @@ -1894,6 +1897,8 @@ glob: '**/prolog.vim' filetypes: - name: prolog linguist: Prolog + extra_extensions: + - pdb --- name: tads remote: vim/vim:runtime |