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

https://github.com/wenkokke/talonfmt-vscode

Formatter for the Talon language.
https://github.com/wenkokke/talonfmt-vscode

Last synced: 4 months ago
JSON representation

Formatter for the Talon language.

Awesome Lists containing this project

README

        

[![build](https://github.com/wenkokke/talonfmt-vscode/actions/workflows/build.yml/badge.svg)](https://github.com/wenkokke/talonfmt-vscode/actions/workflows/build.yml)

# VSCode Extension for Talon Formatter

Provides a VSCode Formatter for .talon files using [talonfmt](https://github.com/wenkokke/talonfmt#readme).

You must install [talonfmt](https://github.com/wenkokke/talonfmt#readme) before using this plugin, _e.g._, by running:
```bash
pip install talonfmt
```