atom / language-todo

TODO highlighting package for Atom
Other
81 stars 66 forks source link

Add ARM Support #94

Closed jhollowe closed 5 years ago

jhollowe commented 5 years ago

Requirements

Description of the Change

Add ARM support (matching the scope(s) of most ARM language packages)

Alternate Designs

Most ARM compilers support other comment characters (e.g. "\" or ";"), but "@" seems to be the most universally accepted single-line comment character.

Benefits

Use of keyword comments to better notate assembly code

Possible Drawbacks

None

Applicable Issues

rsese commented 5 years ago

Thank you very much for the contribution!

We generally don't accept modifications for snippets in the language packages since they are easily overridden and we expect that people will do so for their own purposes. We provide instructions on how people can create their own snippets in the Flight Manual, and viewing a language package that provides snippets allows you and anyone else to copy the current version as a starting place for creating your own.

Thanks again for the suggestion but we're going to leave things as they are for now unless we're fixing a current snippet that produces invalid code.