Skip to content

eufriction/helm.zed

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

helm.zed

Syntax highlighting for Helm templates using tree-sitter and integration of helm-ls.

Installation

The extension relies on the PATH environment variable and first looks for 'helm_ls', then 'helm-ls'. If neither is available, an error is shown.

Configuration

This is an example of providing configuration for the language server via Zed's settings.json. For full reference of possible values, refer to helm-ls configuration section.

{
  ...
  "lsp": {
    "helm_ls": {
      "settings": {
        "helm-ls": {
          "logLevel": "info",
          "yamlls": {
            "enabled": true
          }
        }
      }
    }
  }
}

Credits

https://github.com/ngalaiko/tree-sitter-go-template

About

Zed extension for helm template syntax

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 54.8%
  • Tree-sitter Query 45.2%