languages: go.mod/go.work fix highlighting no longer working (#7705)

Derrick Laird created

At some point go.mod and go.work syntax highlighting quit working. Looks
like the grammars weren't matching for some reason and I'm not sure how
they were working originally.

Not sure if we could write a test to make sure the tree-sitter queries
are being loaded for the grammars or not but seems like something that
could be useful to avoid something like this in the future.

Change summary

crates/zed/src/languages/gomod/config.toml  | 2 +-
crates/zed/src/languages/gowork/config.toml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Detailed changes