- Fixed small dot error
- Swapped pseudo-codes from wrong assembler with the correct ones
- Small commit to fix some branching issues
- Added a simple 68k assembly grammar for vasm, Motorola Standard, see README.md for details
- Remove certain function due to an unresolved bug in Atom
- Fix a missing dependency for tree-sitter
- Bump to 0.7.0, textMate grammars are no longer updated
- Fix hex numbers in lwtools grammar (again)
- Fix hex numbers in lwtools grammar
- Fixed minor issue with comments when using VIM comment command (Ctrl+/)
- Fixed issues: issue #9
- Changed scopes for clearer code
- Add support for Crossware assembler, see README.md
- Fixed issues: issue #3, issue #5
- Streamline the supported file types
- Mostly code refactoring and some small changes
- Minor corrections
- Update the README.md file
- Add support for AS09 macro assembler
- Fix issue #1, comments starting with a asterisk(*) now work correctly
- Add missing instructions/mnemonics for 6309 assembly
- Minor branch corrections
- The package now supports additional instructions/mnemonics for the 6309 variant
- Choose '6308 Assembly (lwtools)' to use it
- Add
opt
keyword to grammar
- Minor corrections where certain directives wouldn't highlight correctly
- Adds support for Assembler directives used by lwtools toolchain
- Strings are now highlighted
- Minor corrections and typos
- Added comments support
- Highlights now constant binary, hex, and decimal numbers
- Added basic mnemonics of the Motorola 6809