1 parent dd88196 commit bc7db2dCopy full SHA for bc7db2d
1 file changed
.gitattributes
@@ -1 +1,7 @@
1
+# Compact (.compact) is not a language GitHub Linguist knows, so map it to
2
+# TypeScript: this both syntax-highlights blobs/diffs and lets the files count
3
+# in the repository language bar (under the "TypeScript" slice).
4
*.compact linguist-language=TypeScript
5
+# Force the files into the language statistics so .compact source is represented
6
+# on the language bar, not just highlighted.
7
+*.compact linguist-detectable=true
0 commit comments