From 525a369e576e8658289a0774b398b26c2d65d107 Mon Sep 17 00:00:00 2001 From: Thomas Symalla Date: Tue, 17 Oct 2023 09:21:59 +0200 Subject: [PATCH] Enable GitHub syntax highlighting for file endings. Noted that in https://github.com/GPUOpen-Drivers/llpc/pull/2732, we introduce several new shader types that are not correctly syntax highlighted in the GitHub UI. This PR should set syntax highlighting for the new file endings. --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..41487eb365 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +# Enable shader syntax highlighting +*.rahit linguist-language=GLSL +*.rcall linguist-language=GLSL +*.rgen linguist-language=GLSL +*.rint linguist-language=GLSL