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