docs: add gitcommit language and update go language (#7181)

Release Notes:

- N/A
This commit is contained in:
d1y
2024-01-31 19:27:17 -07:00
committed by GitHub
parent aaba98d8ec
commit cbc2746d70
2 changed files with 19 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
# Git Commit
- Tree Sitter: [tree-sitter-gitcommit](https://github.com/gbprod/tree-sitter-gitcommit)
- Language Server: N/A
+15
View File
@@ -2,3 +2,18 @@
- Tree Sitter: [tree-sitter-go](https://github.com/tree-sitter/tree-sitter-go)
- Language Server: [gopls](https://github.com/golang/tools/tree/master/gopls)
# Go Mod
- Tree Sitter: [tree-sitter-gomod](https://github.com/camdencheek/tree-sitter-go-mod)
- Language Server: N/A
# Go Sum
TODO: https://github.com/zed-industries/zed/pull/7139
# Go Work
- Tree Sitter:
[tree-sitter-go-work](https://github.com/d1y/tree-sitter-go-work)
- Language Server: N/A