From bfa2a38b76d0fd411d81a713b65a6b186840da85 Mon Sep 17 00:00:00 2001 From: ControlCplusControlV <44706811+ControlCplusControlV@users.noreply.github.com> Date: Mon, 28 Feb 2022 18:04:54 -0700 Subject: [PATCH] Added Sway Syntax Highlighting (#13) --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..a2fe4f61 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Syntax highlighting of sway files as rust +*.sw linguist-language=Rust