Marshall Bowers

Results 367 comments of Marshall Bowers

> I don't understand what's the problem with CI What should I fix to pass it? The branch was out-of-date with `main`, so it was picking up changes to unrelated...

Thanks for putting this together, @rburmorrison! One thing to note is that Zed already has support for shell, bash, and zsh built-in using the bash grammar: https://github.com/zed-industries/zed/blob/272be98ec854b0cd240fe392101cf02a207c29df/crates/languages/src/bash/config.toml There's also the...

> @maxdeviant > > Hey again, wanted to check in on this since it's been a few weeks. > > Is there anything I can clarify or do to get...

I'm going to close this for now, but I would like to see if we can get some of the improvements contributed to the existing extensions, where applicable.

There is an Ansible extension available now: https://github.com/kartikvashistha/zed-ansible

Hey @Crass-Nua, what is it exactly you're asking for here?

There is an HLSL extension now: https://github.com/zed-industries/extensions/pull/1276

When defining a grammar in `extension.toml` you can provide a commit SHA so that we know what commit to pull to build the grammar: https://github.com/zed-industries/zed/blob/9cb17ac630d65d94745a6174accc42551546a91d/extensions/gleam/extension.toml#L13-L15 So in your case you...

> Ah, thanks! Also, to clarify - you build the parser on your end? That means all you need is the grammar.json and the external scanner c code; not the...