Home Explore Blog CI



zed

docs/src/languages/css.md
d96d74fc96e82a89c6766979c4b7e91ae22a00907ce6ae540000000300000280
# CSS

Zed has built-in support for CSS.

- Tree-sitter: [tree-sitter/tree-sitter-css](https://github.com/tree-sitter/tree-sitter-css)
- Language Servers:
  - [microsoft/vscode-html-languageservice](https://github.com/microsoft/vscode-html-languageservice)
  - [tailwindcss-language-server](https://github.com/tailwindlabs/tailwindcss-intellisense)

## Tailwind CSS

Zed also supports [Tailwind CSS](./tailwindcss.md) out-of-the-box for languages and frameworks like JavaScript, Astro, Svelte, and more.

<!-- TBD: Document CS -->

## Recommended Reading

- [HTML](./html.md)
- [TypeScript](./typescript.md)
- [JavaScript](./javascript.md)

Chunks
50c16766 (1st chunk of `docs/src/languages/css.md`)
Title: CSS Support in Zed
Summary
Zed editor has built-in support for CSS, utilizing tree-sitter and language servers for features like autocompletion and validation. It also supports Tailwind CSS out-of-the-box for various languages and frameworks. The document suggests further reading on HTML, TypeScript, and JavaScript for related topics.