prettier/website/data/languages.yml

52 lines
1.7 KiB
YAML
Raw Normal View History

- name: JavaScript
showName: true
image: /images/languages/tools_js.svg
variants:
- "[JSX](https://facebook.github.io/jsx/)"
- "[Flow](https://flow.org)"
- "[TypeScript](https://www.typescriptlang.org)"
- "[JSON](https://json.org)"
2018-11-07 04:09:04 +03:00
- name: HTML
showName: true
2018-11-07 04:09:04 +03:00
image: /images/languages/tools_html.svg
variants:
- "[Vue](https://vuejs.org)"
- "[Angular](https://angular.io)"
- name: CSS
showName: true
image: /images/languages/tools_css.svg
variants:
- "[Less](http://lesscss.org)"
- "[SCSS](https://sass-lang.com)"
- "[`styled-components`](https://styled-components.com) 💅"
- "[`styled-jsx`](https://npmjs.com/styled-jsx)"
- name: GraphQL
nameLink: https://graphql.org
showName: true
image: /images/languages/tools_gql.svg
variants:
- "[GraphQL Schemas](https://graphql.org/learn/schema/)"
- name: Markdown
showName: true
image: /images/languages/tools_md.svg
variants:
- "[CommonMark](https://commonmark.org)"
- "[GitHub-Flavored Markdown](https://github.github.com/gfm/)"
- "[MDX](https://mdxjs.com)"
- name: YAML
nameLink: https://yaml.org
showName: true
image: /images/languages/tools_yaml.svg
variants: []
- name: Community Plugins
Revamp landing page (#3718) * Begin landing page revamp * Break the editor integrations onto their own lines * Add template string * Add editor line breaks * Make logo clickable * Add more docs links * Don’t split the editor list items into paragraphs * Break plugin onto its own line * Move the “Why” button to the bottom of the block * Use suggested font * Change font * Change footer color * Add assets from @orta * Fix fonts * Use new editor assets * Add npm/yarn button * Switch to npx * Minor mobile tweaks * Add dependants * Lots of zeros are cooler to look at than a “k” * Improve button sizes, respect prefers-reduced-motion * Fixup media breakpoints for Get Started section * Increase padding of editors * CSS fixes from code review * Prevent repeatedly clicking on the logo from selecting nearby text * dependant -> dependent * Various CSS tightening * Set flex-basis on editors * Add new languages panel * Improve layout of languages * Cleanup grouping code * Fix users layout * Fix language image widths * space-evenly -> space-between * Fix typo * Remove unused var * Various CSS fixes * Set overflow-x: auto on code * Improve languages layout * Add silly cursor * Make logo 'draggable' * [Site] Margins and paddings (#2) * [Site] Margins and paddings * [Site] Bring back the link to why, that's a good guide worth linking to * Improve logo mobile usage * Improve responsive layout of editors * Use static SVG for the moment (#3) * Use the static logo for the moment * Fix the broken JS, from going static, and make overscroll the right color * Fix padding
2018-02-06 12:52:39 +03:00
showName: true
image: /images/languages/tools_wip.svg
Revamp landing page (#3718) * Begin landing page revamp * Break the editor integrations onto their own lines * Add template string * Add editor line breaks * Make logo clickable * Add more docs links * Don’t split the editor list items into paragraphs * Break plugin onto its own line * Move the “Why” button to the bottom of the block * Use suggested font * Change font * Change footer color * Add assets from @orta * Fix fonts * Use new editor assets * Add npm/yarn button * Switch to npx * Minor mobile tweaks * Add dependants * Lots of zeros are cooler to look at than a “k” * Improve button sizes, respect prefers-reduced-motion * Fixup media breakpoints for Get Started section * Increase padding of editors * CSS fixes from code review * Prevent repeatedly clicking on the logo from selecting nearby text * dependant -> dependent * Various CSS tightening * Set flex-basis on editors * Add new languages panel * Improve layout of languages * Cleanup grouping code * Fix users layout * Fix language image widths * space-evenly -> space-between * Fix typo * Remove unused var * Various CSS fixes * Set overflow-x: auto on code * Improve languages layout * Add silly cursor * Make logo 'draggable' * [Site] Margins and paddings (#2) * [Site] Margins and paddings * [Site] Bring back the link to why, that's a good guide worth linking to * Improve logo mobile usage * Improve responsive layout of editors * Use static SVG for the moment (#3) * Use the static logo for the moment * Fix the broken JS, from going static, and make overscroll the right color * Fix padding
2018-02-06 12:52:39 +03:00
variants:
- "[Elm](https://github.com/gicentre/prettier-plugin-elm) (via [`elm-format`](https://github.com/avh4/elm-format))"
- "[Java](https://github.com/jhipster/prettier-java)"
- "[PHP](https://github.com/prettier/plugin-php)"
- "[PostgreSQL](https://github.com/benjie/prettier-plugin-pg-sql/)"
- "[Ruby](https://github.com/prettier/plugin-ruby)"
- "[Swift](https://github.com/prettier/plugin-swift)"
- "[TOML](https://github.com/bd82/toml-tools/tree/master/packages/prettier-plugin-toml)"