From 534bbb21949b6cff302ced2daf303da3687bf425 Mon Sep 17 00:00:00 2001 From: Max Date: Thu, 13 Oct 2022 18:55:41 -0500 Subject: [PATCH] Update .gitattributes --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitattributes b/.gitattributes index dfe0770..9f35274 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,6 @@ # Auto detect text files and perform LF normalization * text=auto + +# Syntax highlighting for Roblox XML files +*.rbxmx linguist-language=XML +*.rbxlx linguist-language=XML