diff --git a/.gitattributes b/.gitattributes index 6dd60b6..13b6e55 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 diff --git a/readme.md b/readme.md index 6b5cea9..c492087 100644 --- a/readme.md +++ b/readme.md @@ -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].