diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2021-11-06 22:03:12 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2021-11-06 22:03:12 -0700 |
commit | ae5309bcbea2e414e6eca5d95d194e13abcd0ea5 (patch) | |
tree | f5754f82d8e3a4294292d17ae64dc56ae8ca4ac0 | |
parent | a8668eaf9f3a42dfde3b99f8f600dcf5f85ef419 (diff) | |
download | teliva-ae5309bcbea2e414e6eca5d95d194e13abcd0ea5.tar.gz |
syntax highlighting on GitHub
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..f6c7986 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.teliva linguist-language=Lua |