From 7cb0f3322c6fb4bc38b5b6206da4a805ebd37ebe Mon Sep 17 00:00:00 2001 From: uvd <386180127@qq.com> Date: Mon, 18 Jul 2022 10:05:31 +0800 Subject: [PATCH] Use Move syntax highlighter for Move --- .gitattributes | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitattributes b/.gitattributes index 0a529135fd..094f87dc0c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -11,6 +11,5 @@ *.txt text *.yml text -# Use Rust syntax highlighter for Move and Move IR code -*.move linguist-language=Rust -*.mvir linguist-language=Rust +# Use Move syntax highlighter for Move IR code +*.mvir linguist-language=Move