Skip to content

Commit

Permalink
IR syntax highlighting (#1204)
Browse files Browse the repository at this point in the history
syntax highlighting for IR files
  • Loading branch information
mohammadfawaz authored Apr 8, 2022
1 parent b9aeebf commit 2fa96b3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
# Syntax highlighting of sway files as rust
*.sw linguist-language=Rust

# Syntax highlighting of ir files as LLVM
*.ir linguist-language=LLVM
*.in_ir linguist-language=LLVM
*.out_ir linguist-language=LLVM

0 comments on commit 2fa96b3

Please sign in to comment.