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

@@ -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", "")

View File

@@ -236,3 +236,4 @@ call TestFiletype('odin')
call TestFiletype('bzl')
call TestFiletype('prolog')
call TestFiletype('tads')
call TestFiletype('gitignore')