Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.0

Initial release