Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cshaa/vscode-syntax-pioasm
Syntax highlighting for RPi Pico PIO for VSCode
https://github.com/cshaa/vscode-syntax-pioasm
Last synced: 10 days ago
JSON representation
Syntax highlighting for RPi Pico PIO for VSCode
- Host: GitHub
- URL: https://github.com/cshaa/vscode-syntax-pioasm
- Owner: cshaa
- Created: 2024-06-02T09:04:56.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-02T10:54:25.000Z (8 months ago)
- Last Synced: 2025-01-17T21:12:59.852Z (18 days ago)
- Size: 624 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# PIO assembly syntax highlighting
PIO ASM extension add syntax highlighting to .pio files written using Raspberry Pi Pico PIO assembly language.
Forked from [Chris Hockuba](https://gitlab.com/khockuba/vscode-syntax-pioasm), including a PR by [Rens Hijdra](https://gitlab.com/khockuba/vscode-syntax-pioasm/-/merge_requests/1).## Features
By using this extension you will get colored directives, labels, instructions, arguments and comments.
![Picoprobe after syntax highlighting](images/image1.png)
![Highlighted embedded C code](https://gitlab.com/-/project/24396599/uploads/56536888366eee7265c1ef675fd4cab0/embedded_highlighting_after.png)
## Release Notes
### 1.0.0Initial release