summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/extensions.vim3
-rw-r--r--tests/filetypes.vim1
2 files changed, 4 insertions, 0 deletions
diff --git a/tests/extensions.vim b/tests/extensions.vim
index ca42edbb..4db1c073 100644
--- a/tests/extensions.vim
+++ b/tests/extensions.vim
@@ -368,3 +368,6 @@ call TestExtension("htmldjango", "jinja2.html", "{% for item in navigation %}{%
call TestExtension("htmldjango", "jinja3.html", "{% block head %}")
call TestExtension("htmldjango", "jinja4.html", "{# some comment #}")
call TestExtension("xhtml", "xhtml.html", "<DTD XHTML ")
+
+" .gitignore
+call TestExtension(".gitignore", ".gitignore", "")
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')