Add support for ASM files using GCC

This commit is contained in:
Lucas Kolstad
2017-03-25 16:02:59 -07:00
parent 822b19ac83
commit d84d91ff35
5 changed files with 90 additions and 0 deletions

View File

@@ -52,6 +52,7 @@ name. That seems to be the fairest way to arrange this table.
| Language | Tools |
| -------- | ----- |
| ASM | [gcc](https://gcc.gnu.org) |
| Ansible | [ansible-lint](https://github.com/willthames/ansible-lint) |
| AsciiDoc | [proselint](http://proselint.com/)|
| Bash | [-n flag](https://www.gnu.org/software/bash/manual/bash.html#index-set), [shellcheck](https://www.shellcheck.net/) |