From 04eb59b236f6c2e3a8f1075c49f2190fe4bb5f4a Mon Sep 17 00:00:00 2001 From: Stephen Jingle Date: Thu, 21 Aug 2025 03:27:55 +0400 Subject: [PATCH] Create .gitattributes for proper syntax highlighting of PIO examples --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..9d7427ba1 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.pio linguist-language=Assembly