ngalaiko / tree-sitter-go-template

Golang template grammar for tree-sitter
MIT License
76 stars 28 forks source link

Add `helm` extension to Zed editor #18

Open cabrinha opened 4 months ago

cabrinha commented 4 months ago

Zed is a new editor that looks fun to use, but currently does not support Helm syntax.

Perhaps we can get it working via their extensions: https://github.com/zed-industries/extensions

I tried and failed here: https://github.com/zed-industries/extensions/pull/443

Here is my helm.zed repo, but I'm not sure its correctly setup: https://github.com/cabrinha/helm.zed

Especially the injections.scm file.

qvalentin commented 4 months ago

I guess I can provide some help with how this could be achieved, but I would not really see this as a issue of this repository.

cabrinha commented 4 months ago

I guess I can provide some help with how this could be achieved, but I would not really see this as a issue of this repository.

Any help would be much appreciated!