diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-09-10 14:07:02 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-09-10 14:07:02 +0200 |
commit | 1eed30b2af57538496943da09e298a6facc33002 (patch) | |
tree | 49e29b23caf76fdc888dd6628321a7125c1d8514 /packages.yaml | |
parent | be092d6f430ca802d7200e68a5c987195bccd0e9 (diff) | |
download | vim-polyglot-1eed30b2af57538496943da09e298a6facc33002.tar.gz vim-polyglot-1eed30b2af57538496943da09e298a6facc33002.zip |
Fix filetype detection and docini filetypesv4.9.9
Diffstat (limited to 'packages.yaml')
-rw-r--r-- | packages.yaml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/packages.yaml b/packages.yaml index 48367254..4d302f11 100644 --- a/packages.yaml +++ b/packages.yaml @@ -904,6 +904,8 @@ filetypes: extra_extensions: - jsonp - template + extra_filenames: + - Pipfile.lock --- name: jsonnet remote: google/vim-jsonnet @@ -1025,6 +1027,7 @@ filetypes: linguist: Mathematica extra_extensions: - wls + - mma --- name: markdown remote: plasticboy/vim-markdown @@ -1808,3 +1811,19 @@ filetypes: - sba ignored_warnings: - vb +--- +name: dosini +remote: vim/vim:runtime +glob: '**/dosini.vim' +filetypes: +- name: dosini + linguist: INI + extra_filenames: + - .editorconfig + - .npmrc + - '*/etc/pacman.conf' + - 'php.ini-*' + - '*/etc/yum.conf' + - '*/etc/yum.repos.d/*' + ignored_warnings: + - php.ini |