Vendored tree-sitter-gowork
  • C 85.7%
  • Makefile 5.1%
  • Rust 4.3%
  • JavaScript 3.2%
  • C++ 1.1%
  • Other 0.6%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-04-13 22:48:25 +02:00
bindings Remove tree-sitter dependency to avoid duplicate linking 2026-04-13 22:48:25 +02:00
corpus add additional tests for comments and multiple directives 2021-12-16 15:13:16 -07:00
queries highlights 2021-12-16 22:07:21 +01:00
src Generated parser 2021-12-16 22:11:50 +01:00
.gitignore Update Makefile 2022-09-29 08:15:04 -04:00
binding.gyp Initial commit 2021-12-16 21:27:55 +01:00
Cargo.toml Remove tree-sitter dependency to avoid duplicate linking 2026-04-13 22:48:25 +02:00
grammar.js Remove broken link in grammar.js 2021-12-16 23:01:01 +01:00
LICENSE Updated license 2021-12-18 20:13:22 +01:00
Makefile Update Makefile 2022-09-29 08:15:04 -04:00
package.json Initial commit 2021-12-16 21:27:55 +01:00
README.md Remove status from README 2021-12-16 22:58:18 +01:00

tree-sitter-go-work

tree-sitter grammar for go.work files.

Based on tree-sitter-go-mod but for go.work files rather than go.mod files (see proposal)