Skip to content

Commit

Permalink
[chore] Use Rust syntax highlighting for mvir
Browse files Browse the repository at this point in the history
Should make tests using mvir slightly easier to review in GitHub.
  • Loading branch information
sblackshear committed May 24, 2022
1 parent 710e480 commit 54032e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 54032e8

Please sign in to comment.