From 984a71393c5c96e839a13a613810b47eb700a639 Mon Sep 17 00:00:00 2001 From: Peter Johnson <5164283+delphidabbler@users.noreply.github.com> Date: Sat, 17 Sep 2022 23:11:10 +0100 Subject: [PATCH] Create .gitattributes Get Linguist to highlight .ps files as Pascal (fixes #58) Also get Linguist to count Markdown files in repo stats (no related issue) --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..765207f06 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +# Customise GitHub Linguist + +# Highlight Inno Setup's .ps files as Pascal +*.ps linguist-language=Pascal +# Include Markdown files in stats +*.md linguist-detectable