This is a zed extension that enables intellisense and syntax highlighting for the twig templating language.
Edit your ~/Library/Application\ Support/Zed/extensions/installed/emmet/extension.toml accordingly:
[language_servers.emmet-language-server]
language = "HTML"
languages = ["HTML", "PHP", "ERB", "JavaScript", "TSX", "CSS", "Twig"]
[language_servers.emmet-language-server.language_ids]
TSX = "typescriptreact"
HTML = "html"
PHP = "php"
JavaScript = "javascriptreact"
CSS = "css"
ERB = "eruby"
Twig = "twig"This extension uses:
- https://github.com/gbprod/tree-sitter-twig for syntax highlighting
- https://github.com/moetelo/twiggy for the language-server
Contributions are welcome!