Skip to content

Commit 984a713

Browse files
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)
1 parent a6fd189 commit 984a713

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.gitattributes

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Customise GitHub Linguist
2+
3+
# Highlight Inno Setup's .ps files as Pascal
4+
*.ps linguist-language=Pascal
5+
# Include Markdown files in stats
6+
*.md linguist-detectable

0 commit comments

Comments
 (0)