Skip to content
/ zed-orb Public

Zed Editor extension for the ORB template language

Notifications You must be signed in to change notification settings

kuyio/zed-orb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

ORB Language Support for the Zed Editor

This extension provides syntax highlighting and language support for ORB files in the Zed Editor.

Installation

  1. Clone or download this repository.
  2. Open the Zed Editor.
  3. Go to the Extensions view by clicking on the Extensions icon in the sidebar.
  4. Select "Install Dev Extension..."
  5. Navigate to the directory where you cloned or downloaded this repository and select it.
  6. Click "Open" to install the extension.

Troubleshooting

If you encounter any issues while using this extension, please try the following steps:

  1. Ensure that you have the latest version of the Zed Editor installed.
  2. Check any error messages in the Zed Editor log for clues about what might be wrong.

Emmet Support

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"

About

Zed Editor extension for the ORB template language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published