Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/luispadron/decaf-lang-syntax

Visual Studio Code syntax and language support for the Decaf programming language
https://github.com/luispadron/decaf-lang-syntax

syntax-highlighting vscode vscode-extension

Last synced: 9 days ago
JSON representation

Visual Studio Code syntax and language support for the Decaf programming language

Awesome Lists containing this project

README

        

## Decaf Language Support

This Visual Studio Code extension provides language support for the Decaf programming language. Decaf is a programming language taught and developed in EECS 483 (Compiler Construction) @ University of Michigan.

This extension is currently very basic and simply adds some syntax highlighting for the languages keywords,identifiers,etc. If you'd like to contribute feel free to open a pull request!

### Install

To install this simply clone this repo into your `$HOME/.vscode/extensions` directory.

```shell
git clone [email protected]:luispadron/Decaf-Lang-Syntax.git ~/.vscode/extensions/decaf-lang-syntax
```

## Usage

All thats needed is to create a file ending in the `.decaf` extension, with this extension VSCode should automatically detect the language and show the correct language in the bottom right.