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.
- Host: GitHub
- URL: https://github.com/wenkokke/talonfmt-vscode
- Owner: wenkokke
- License: other
- Created: 2022-12-28T14:52:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-28T21:46:17.000Z (over 2 years ago)
- Last Synced: 2025-01-07T21:24:55.422Z (5 months ago)
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=wenkokke.talonfmt-vscode
- Size: 147 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](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
```