Sort list of programming languages

This commit is contained in:
Michael Wolf
2023-01-03 12:29:37 -06:00
parent f8046c6d1d
commit 7a6fe0925d

View File

@@ -22,20 +22,21 @@ saving a file and to run `do-reformat.sh` when you hit `<F1>`.
## Supported programming languages and file formats ## Supported programming languages and file formats
- python <!-- please keep this list sorted alphabetically -->
- css
- dart
- go - go
- javascript
- typescript
- vue
- css
- php
- html - html
- javascript
- jsx - jsx
- tsx - php
- css - python
- scss - scss
- sh - sh
- dart - tsx
- typescript
- vue
Python uses `black`; go uses `gofmt`; dart uses `dart format`. The rest use Python uses `black`; go uses `gofmt`; dart uses `dart format`. The rest use
`prettier`. Adding new programming languages is easy, assuming they have a `prettier`. Adding new programming languages is easy, assuming they have a