From 7a655e3bec6a3c4892e538812e1db24379eb9979 Mon Sep 17 00:00:00 2001 From: MareStare <mare.stare.official@gmail.com> Date: Sun, 23 Mar 2025 04:26:53 +0000 Subject: [PATCH] Add `.gitattributes` to fix syntax highlighting in GitHub --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..c65b4948 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +# VSCode supports `jsonc` for all of its JSON files +.vscode/*.json linguist-language=jsonc + +# We use PostCSS for our CSS files +*.css linguist-language=PostCSS