This repository has been archived by the owner on Aug 17, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
5 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,9 @@ | ||
# disable end of line conversion on all files (act responsibly) | ||
* -text | ||
# "linguist-detectable=false" don't collect stats on language | ||
# nasm is too much, imho | ||
# Unix-Assembly seems okay | ||
*.asm linguist-language=Unix-Assembly | ||
*.inc linguist-language=Unix-Assembly | ||
# I don't really like any of the highlighters, but here it can be changed: | ||
#*.asm linguist-language=Assembly | ||
*.inc linguist-language=Assembly | ||
# if distinction needs to be more granular or fasmg usage is language agnostic | ||
# post-fixed file with '.g' i.e. test.asm.g, test.inc.g | ||
*.g linguist-language=Unix-Assembly | ||
*.g linguist-language=Assembly |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters