From 4366ff1e0b05e72cb1cc6fe7cc72da254ca70cf1 Mon Sep 17 00:00:00 2001 From: Avasam Date: Tue, 29 Nov 2022 04:19:28 -0500 Subject: [PATCH] Improve Github syntax highlighting (#9301) --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..f09f37b30 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +# Set linguist-language to support comments syntax highlight +**/stubtest_allowlist*.txt linguist-language=ini +tests/stubtest_allowlists/*.txt linguist-language=ini +tests/pytype_exclude_list.txt linguist-language=ini +pyrightconfig*.json linguist-language=jsonc