Skip to content
This repository has been archived by the owner on Aug 17, 2022. It is now read-only.

Commit

Permalink
minor typos
Browse files Browse the repository at this point in the history
  • Loading branch information
bitRAKE committed Mar 28, 2022
1 parent 8d3aeaf commit 656e1d3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions .gitattributes
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
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

####TaskDialog - moving beyond the MessageBox.
#### TaskDialog - moving beyond the MessageBox.

This an exploration of the [TaskDialog][1] addition to Windows UI programming, and patterns in [fasmg][2].

Expand Down

0 comments on commit 656e1d3

Please sign in to comment.