zaucy / zed-starlark

Zed Starlark Extension
MIT License
8 stars 5 forks source link

Add bzlmod to Starlark extensions #1

Closed erikkerber closed 5 months ago

erikkerber commented 5 months ago

Supports WORKSPACE.bzlmod

zaucy commented 5 months ago

I'm happy to merge this as is, but do you know if there's a way to match only WORKSPACE.bzlmod?

Similarily I was hoping to only match MODULE.bazel. BUILD.bazel, WORKSPACE.bazel, WORKSPACE and BUILD.

erikkerber commented 5 months ago

I'm a mere user of Zed so far and haven't looked into their extension system. I'm not sure if it can factor in the file name (path_prefix?), but doing that is far more important for, like you said, suffix-less BUILD and WORKSPACE files.

FWIW—I can't think of any other files in any ecosystem that would end in .bzlmod

zaucy commented 5 months ago

FWIW—I can't think of any other files in any ecosystem that would end in .bzlmod

Yeah that's why I have no problem merging this 😆, was more of a curiosity than a requirement.