This extension provides syntax highlighting and language support for ORB files in the Zed Editor.
- Clone or download this repository.
- Open the Zed Editor.
- Go to the Extensions view by clicking on the Extensions icon in the sidebar.
- Select "Install Dev Extension..."
- Navigate to the directory where you cloned or downloaded this repository and select it.
- Click "Open" to install the extension.
If you encounter any issues while using this extension, please try the following steps:
- Ensure that you have the latest version of the Zed Editor installed.
- Check any error messages in the Zed Editor log for clues about what might be wrong.
You may want to enable Emmet support for ORB files. To do this, you should clone the Emmet extension for Zed and add orb to the list of supported languages in the Emmet extension's configuration.
[language_servers.emmet-language-server]
name = "Emmet Language Server"
language = "HTML"
languages = ["HTML", "ORB", "PHP", "ERB", "HTML+ERB", "HTML/ERB", "JavaScript", "TSX", "CSS", "SCSS", "HEEX", "Elixir", "Vue.js", "Nunjucks"]
[language_servers.emmet-language-server.language_ids]
"HTML" = "html"
"ORB" = "orb"
"PHP" = "php"
"ERB" = "eruby"
"HTML/ERB" = "eruby"
"HTML+ERB" = "eruby"
"JavaScript" = "javascriptreact"
"TSX" = "typescriptreact"
"CSS" = "css"
"SCSS" = "scss"
"HEEX" = "heex"
"Elixir" = "heex"
"Vue.js" = "vue"
"Nunjucks" = "html"