aboutsummaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorMustafa Quraish <[email protected]>2022-01-31 03:16:01 -0500
committerMustafa Quraish <[email protected]>2022-01-31 03:21:09 -0500
commit3ae0351ea110eb8bd6a4831ae1c3dd125852afdf (patch)
treed45d9166d3460c6aab448d32cc8691ada08fa161 /.gitattributes
parentAdd workflow to run tests on push (diff)
downloadcup-3ae0351ea110eb8bd6a4831ae1c3dd125852afdf.tar.xz
cup-3ae0351ea110eb8bd6a4831ae1c3dd125852afdf.zip
Add .gitattributes to try to highlight code as Rust
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..e785f75
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1 @@
+*.cup linguist-language=Rust \ No newline at end of file