From 3a30f9fd71caeb7f556cc3b48f128c3177603825 Mon Sep 17 00:00:00 2001 From: gingerBill Date: Wed, 29 Jan 2020 12:04:54 +0000 Subject: [PATCH 1/2] Create .gitattributes --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..6e3cae0f5 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.odin linguist-language=Odin From e9f3ebba13e56233ff51fe47360a7e8ab213e809 Mon Sep 17 00:00:00 2001 From: Aleksander Birkeland Date: Thu, 30 Jan 2020 01:01:01 +0100 Subject: [PATCH 2/2] Update README.md to use Odin syntax highlighting instead of Go. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4abaea859..4101319c2 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ The Odin programming language is fast, concise, readable, pragmatic and open sou Website: [https://odin-lang.org/](https://odin-lang.org/) -```go +```odin package main import "core:fmt"