diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-09-14 18:30:12 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-09-14 18:30:12 +0200 |
commit | 291cb06fc2d578ac19c01ebda9b71f94733af0e8 (patch) | |
tree | 42de2f30f49d1bf86239074abfa9578d560c7e1e /go.mod | |
parent | 3a3ed761881ac220b517c30e1e4596ecead4f354 (diff) |
Fix comment queries for Neovim
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +module github.com/tree-sitter/tree-sitter-gsp + +go 1.23 + +require github.com/tree-sitter/go-tree-sitter v0.23 |