Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 550 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 550 Bytes

yell-vscode README

A language extension for Yell in VSCode.

Features

  • Support for auto-completions
  • Syntax highlighting
  • Diagnostics (showing errors and warnings in code)

Requirements

It is recommended that you install Yell to be able to run the code from the terminal. Also, it's recommended that you use Linux or macOS since some features might be broken on Windows.

Known Issues

  • No debugging support at the moment.

Release Notes

0.1.1

Add support for escapes in strings.

0.1.0

Initial release of yell-vscode.