Fix filetype detection and docini filetypes

This commit is contained in:
Adam Stankiewicz
2020-09-10 14:07:02 +02:00
parent be092d6f43
commit 1eed30b2af
8 changed files with 292 additions and 67 deletions

View File

@@ -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