Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/waylonwalker/tree-sitter-formatter


https://github.com/waylonwalker/tree-sitter-formatter

Last synced: 8 days ago
JSON representation

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')
```