summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorsharkdp <davidpeter@web.de>2020-10-05 08:10:59 +0200
committerDavid Peter <sharkdp@users.noreply.github.com>2020-10-05 09:07:57 +0200
commitbbf6ec0458114b4d79abdad9ba297c7e1b3ded4d (patch)
tree31d3eb6f5eb76a2318e547f7eda20daaa7b40140 /tests
parente58b20f68d8b9ecedceaa03f3e78c560127c3527 (diff)
Try to fix syntax-detection tests on Windows
Diffstat (limited to 'tests')
-rw-r--r--tests/.gitattributes2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/.gitattributes b/tests/.gitattributes
index b3cef9c9..5e4f025b 100644
--- a/tests/.gitattributes
+++ b/tests/.gitattributes
@@ -1,6 +1,8 @@
# force LF EOLs for test fixtures
examples/** text=auto eol=lf
snapshots/** text=auto eol=lf
+syntax-tests/source/** text=auto eol=lf
+syntax-tests/highlighted/** text=auto eol=lf
# BAT/CMD files always need CRLF EOLs
*.[Bb][Aa][Tt] text eol=crlf