Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/waylonwalker/tree-sitter-formatter
https://github.com/waylonwalker/tree-sitter-formatter
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/waylonwalker/tree-sitter-formatter
- Owner: WaylonWalker
- License: mit
- Created: 2022-11-08T16:32:30.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-17T02:48:49.000Z (over 1 year ago)
- Last Synced: 2024-11-09T05:14:47.630Z (2 months ago)
- Language: Python
- Size: 22.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tree-sitter-formatter
## Installation.
``` bash
pipx install git+https://github.com/waylonwalker/mdformat
tomlfmt -i README.md
`````` yaml
node_js:
[ 0.6, 0.8]
```more text
``` sql
select * from users where name = 'Paul'
```and some python
``` python
print('hello world')
```