tree-sitter-goctl is a package designed for parsing goctl API files, offering support for a multitude of programming languages to parse API files seamlessly.
- go-zero Official Website - Discover more about go-zero.
- goctl Overview - Dive deeper into the functionalities and usage of goctl.
nvim-treesitter After goctl is installed, set up the following code.
vim.filetype.add {
extension = {
api = "goctl",
},
}
We are actively working to make tree-sitter-goctl available across various platforms to enable a broader range of developers to utilize it with ease. Here is our roadmap:
- Publish to All Languages
- Release on npm
- Release on Matrix
- Release on crates.io
- Release on pypi
Stay tuned for updates on our progress!