https://github.com/toeffe3/vscode-asm-syntaxhighlight
VSCode syntaxes for assembler. Primarily targeting VASM oldstyle.
https://github.com/toeffe3/vscode-asm-syntaxhighlight
6502-assembly hacktoberfest oldstyle syntax-highlighting vasm vscode-extension vscode-language
Last synced: 2 months ago
JSON representation
VSCode syntaxes for assembler. Primarily targeting VASM oldstyle.
- Host: GitHub
- URL: https://github.com/toeffe3/vscode-asm-syntaxhighlight
- Owner: Toeffe3
- Created: 2021-10-03T08:46:53.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-23T09:36:08.000Z (about 3 years ago)
- Last Synced: 2024-05-02T02:07:11.257Z (about 1 year ago)
- Topics: 6502-assembly, hacktoberfest, oldstyle, syntax-highlighting, vasm, vscode-extension, vscode-language
- Homepage: https://marketplace.visualstudio.com/items?itemName=Toeffe3.asm-syntaxhighlight
- Size: 60.5 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# vscode-asm-syntaxhighlight
Write assembler with proper syntax highlighting.

## Features
Adds support for
* File extensions:
* .s
* .asm
* .6502
* Syntax highlighting:
* VASM
* Oldstyle flavor
* Instruction sets:
* 6502> This extension does not aim toward supporting your current syntax-highlighing theme. At its current state, sublinetext's standards has been adabted to reasonable match assembly code, but many themes do not support many scopes. Therefor does this extension also ship with a theme that is designed to match the syntax-highlighting scopes to its full feature-set.
## Requirements
This extension contains everything you need, no extra steps.
## Extension Settings
None yet
## Known Issues
This is a bare bone extension in its current state, many features still lack and bugs is likly to appere. Please check issues tab in the GitHub repository.