Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Commit 302564d

Browse files
authored
actually fixed language detection
1 parent 5dc62b6 commit 302564d

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.gitattributes

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,12 @@
1717
*.RTF diff=astextplain
1818

1919
# Language override for sourcemod files
20-
*.sp linguist-vendored=false
21-
*.inc linguist-vendored=false
20+
*.sp -linguist-detectable
21+
*.smx -linguist-detectable
22+
*.inc -linguist-detectable
23+
*.cpp -linguist-detectable
24+
*.dll -linguist-detectable
25+
*.nsi -linguist-detectable
26+
*.nsh -linguist-detectable
27+
*.ps1 -linguist-detectable
28+
Deploy/ -linguist-vendored

0 commit comments

Comments
 (0)