From 54032e82e00a145638774e53214898f07056b0f2 Mon Sep 17 00:00:00 2001 From: Sam Blackshear Date: Tue, 24 May 2022 07:30:59 -0700 Subject: [PATCH] [chore] Use Rust syntax highlighting for mvir Should make tests using mvir slightly easier to review in GitHub. --- .gitattributes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 697d8876f7187..af8c2b1c61981 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,7 @@ # Best-effort syntax highlighting for Move: just use Rust *.move linguist-language=Rust +*.mvir linguist-language=Rust -# This file is used in "porcelain" file comparison, +# This file is used in "porcelain" file comparison, # we don't want an equality to fail because of line endings. sui_core/tests/staged/sui.yaml text eol=lf