summaryrefslogtreecommitdiffstats
path: root/packages.yaml
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2020-09-15 11:19:56 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2020-09-15 11:19:56 +0200
commit271679272c7bb1a281c7404408a2414068abf91c (patch)
tree2fc9d0360160659640ea75eefc1243c377507e35 /packages.yaml
parentd43d269bedbb6bcf725eaf5bb5b3c5a0bcfcb0c0 (diff)
downloadvim-polyglot-271679272c7bb1a281c7404408a2414068abf91c.tar.gz
vim-polyglot-271679272c7bb1a281c7404408a2414068abf91c.zip
Fix eruby filetype detect, closes #547v4.9.10v4.10.1
Diffstat (limited to 'packages.yaml')
-rw-r--r--packages.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages.yaml b/packages.yaml
index c2e0d312..372abc94 100644
--- a/packages.yaml
+++ b/packages.yaml
@@ -1197,7 +1197,6 @@ remote: StanAngeloff/php.vim
filetypes:
- name: php
linguist: PHP
-# Needs to be after .php (can be .blade.php)
---
name: blade
remote: jwalton512/vim-blade
@@ -1825,6 +1824,8 @@ filetypes:
- 'php.ini-*'
- '*/etc/yum.conf'
- '*/etc/yum.repos.d/*'
+ ignored_extensions:
+ - cfg
ignored_warnings:
- php.ini
---