languages.yml 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. - name: JavaScript
  2. showName: false
  3. image: /images/languages/tools_js.svg
  4. variants:
  5. - "[ES2017](https://github.com/tc39/proposals/blob/master/finished-proposals.md)"
  6. - "[JSX](https://facebook.github.io/jsx/)"
  7. - "[Flow](https://flow.org/)"
  8. - "[TypeScript](https://www.typescriptlang.org/)"
  9. - "[Vue](https://vuejs.org/)"
  10. - "[JSON](http://json.org/)"
  11. - name: CSS
  12. showName: false
  13. image: /images/languages/tools_css.svg
  14. variants:
  15. - "CSS3+"
  16. - "[Less](http://lesscss.org/)"
  17. - "[SCSS](http://sass-lang.com)"
  18. - "[styled-components](http://styled-components.com) 💅"
  19. - "[styled-jsx](http://npmjs.com/styled-jsx)"
  20. - name: GraphQL
  21. showName: false
  22. image: /images/languages/tools_gql.svg
  23. variants:
  24. - "[GraphQL](http://graphql.org/)"
  25. - "[GraphQL Schemas](http://graphql.org/learn/schema/)"
  26. - name: Markdown
  27. showName: false
  28. image: /images/languages/tools_md.svg
  29. variants:
  30. - "[CommonMark](http://commonmark.org/)"
  31. - "[GitHub Flavored Markdown](https://github.github.com/gfm/)"
  32. - name: Work in Progress
  33. showName: true
  34. image: /images/languages/tools_wip.svg
  35. variants:
  36. - "[Elm](https://github.com/gicentre/prettier-plugin-elm) (via [`elm-format`](https://github.com/avh4/elm-format))"
  37. - "[Java](https://github.com/thorbenvh8/prettier-java)"
  38. - "[PHP](https://github.com/prettier/prettier-php)"
  39. - "[PostgreSQL](https://github.com/benjie/prettier-plugin-pg-sql/)"
  40. - "[Python](https://github.com/prettier/prettier-python)"
  41. - "[Ruby](https://github.com/iamsolankiamit/prettier-ruby)"
  42. - "[Swift](https://github.com/prettier/prettier-swift)"