Skip to content

Commit

Permalink
[github config] Use Rust syntax highlighting for Move
Browse files Browse the repository at this point in the history
We haven't built Linguist syntax highlighting for Move yet. Using Rust syntax highlighting will be more readable than no highlighting at all.

Closes: #3039
Approved by: bmwill
  • Loading branch information
sblackshear authored and bors-libra committed Mar 19, 2020
1 parent 1cd5a27 commit 364a76e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitattributes
Expand Up @@ -10,3 +10,7 @@
*.toml text
*.txt text
*.yml text

# Use Rust syntax highlighter for Move and Move IR code
*.move linguist-language=Rust
*.mvir linguist-language=Rust

0 comments on commit 364a76e

Please sign in to comment.