Add support for .gitignore highlighting

This commit is contained in:
Adam Stankiewicz
2020-09-24 23:24:42 +02:00
parent a6a6aeab76
commit d53d2189b9
8 changed files with 63 additions and 23 deletions

View File

@@ -1882,3 +1882,10 @@ filetypes:
- name: tads
extensions:
- t
---
name: gitignore
remote: rdolgushin/gitignore.vim
filetypes:
- name: gitignore
filenames:
- '.gitignore'