Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/luispadron/decaf-lang-syntax
- Owner: luispadron
- License: mit
- Created: 2019-01-18T18:28:51.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-19T03:58:50.000Z (almost 6 years ago)
- Last Synced: 2024-10-10T22:51:26.932Z (about 1 month ago)
- Topics: syntax-highlighting, vscode, vscode-extension
- Size: 10.7 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.