diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-09-24 23:24:42 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-09-24 23:24:42 +0200 |
commit | d53d2189b92ab8150753201e2e2f8cba14b8edc9 (patch) | |
tree | 351ffb188afb7e99aeb377d7b8882a8a0cd4cf77 /tests/filetypes.vim | |
parent | a6a6aeab76bef135d9f76534efa5ee7391c4ed2a (diff) | |
download | vim-polyglot-d53d2189b92ab8150753201e2e2f8cba14b8edc9.tar.gz vim-polyglot-d53d2189b92ab8150753201e2e2f8cba14b8edc9.zip |
Add support for .gitignore highlighting
Diffstat (limited to 'tests/filetypes.vim')
-rw-r--r-- | tests/filetypes.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/filetypes.vim b/tests/filetypes.vim index 8d077072..accc0a72 100644 --- a/tests/filetypes.vim +++ b/tests/filetypes.vim @@ -236,3 +236,4 @@ call TestFiletype('odin') call TestFiletype('bzl') call TestFiletype('prolog') call TestFiletype('tads') +call TestFiletype('gitignore') |