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

https://github.com/redcmd/urcl-syntax-highlighter

Syntax Highlighting and Snippets for URCL, B and Tuk languages
https://github.com/redcmd/urcl-syntax-highlighter

Last synced: over 1 year ago
JSON representation

Syntax Highlighting and Snippets for URCL, B and Tuk languages

Awesome Lists containing this project

README

          

# URCL-Syntax-Highlighter
Syntax Highlighting and Snippets for URCL, B and Tuk languages

[![Marketplace Version](https://vsmarketplacebadge.apphb.com/version-short/redcmd.urcl-b-syntax-highlighter.svg)](https://marketplace.visualstudio.com/items?itemName=redcmd.urcl-b-syntax-highlighter)
[![Downloads](https://vsmarketplacebadge.apphb.com/downloads-short/redcmd.urcl-b-syntax-highlighter.svg)](https://marketplace.visualstudio.com/items?itemName=redcmd.urcl-b-syntax-highlighter)
[![Installs](https://vsmarketplacebadge.apphb.com/installs-short/redcmd.urcl-b-syntax-highlighter.svg)](https://marketplace.visualstudio.com/items?itemName=redcmd.urcl-b-syntax-highlighter)
[![Rating](https://vsmarketplacebadge.apphb.com/rating-short/redcmd.urcl-b-syntax-highlighter.svg)](https://marketplace.visualstudio.com/items?itemName=redcmd.urcl-b-syntax-highlighter)

## Features
Highlights URCL based instructions, headers, macros, labels, opperands and comments.
Adds snippets for all instructions and headers. (Use tab to cycle through)
Only highlights opperands based on their position relative to the instruction.
Will try its hardest to find the correct opperand within the whitespaces.
All invalid code is highlighted in red.
![example-urcl-code](https://cdn.discordapp.com/attachments/533946600607711232/868965880195870781/example-urcl-code.png)

## Requirements

This extension was designed with VSCode's default Dark+ theme in mind.
Other themes may work with various successes.

## Known Issues

Many.
Comments are very very cursed.
Will have to code up a language server of some sort to fix it.

## Release Notes

Check out the change log

-----------------------------------------------------------------------------------------------------------

### For more information

* [Discord Server](https://discord.gg/Nv8jzWg5j8)
* [Google Sheet listing all instructions](https://docs.google.com/spreadsheets/d/1YUCj-J1KTTxho59_RsKWj9JZa96_mLqB-j_kK2pjqM8)
* [Google Sheet listing all I/O ports](https://docs.google.com/spreadsheets/d/1_ztRKWEm2LjHLb3Bxw0JOyZjJ9Drsj-hyOE-TFpwtS4)
* [PDF document of URCL](https://cdn.discordapp.com/attachments/787398705972117504/868100404926378044/URCL_Unnamed_Beta.pdf)

URCL stands for Universal Reduced Computer Language

You can tell VSCode to treat the file as a different file type via the button in the bottom right corner.