Skip to content

⛩️ Zed extension for the Tera templating language

License

Notifications You must be signed in to change notification settings

uncenter/zed-tera

Repository files navigation

zed-tera

Zed extension for the Tera templating language.

Tip

For Visual Studio Code support, see uncenter/vscode-tera. For Helix and Neovim support, see uncenter/tree-sitter-tera.

Screenshot of highlighted sample Tera code in Zed with the zed-tera extension installed

Zed with zed-tera. Screenshot taken with the catppuccin/zed theme.

Usage

Open zed: extensions in the command palette, and search for the "Tera" extension.

Embedded/injected Language Support

Set content highlighting for current file

If you would like syntax highlighting for the content around the Tera templating logic, open the language selector for the current Tera file with language selector: toggle (or Command+K+M), and type in "Tera". Along with the default "Tera" language, you'll see a few other options for each supported language1 in the format of Tera (<language>). Select your desired language combination to enable it for the current file.

Default to HTML highlighting of content

If you want all .tera files to highlight surrounding content as HTML, you can add the following to your project or user config:

{
	"file_types": {
		"Tera (HTML)": ["tera"]
	}
}

Use a different file extension with Tera syntax highlighting

If you work in a project with multiple Tera templates with non-.tera file extensions (such as .html/.css website templates with Tera syntax), you can add something like the following to the .zed/settings.json file in your project.

{
	"file_types": {
		"Tera (HTML)": ["html"]
	}
}

License

MIT

Footnotes

  1. Supported languages: HTML, CSS, JSON, YAML, and TOML. Open an issue to request additional language support. Dynamic language injection (auto-detection or similar) is currently not supported.

About

⛩️ Zed extension for the Tera templating language

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published