Skip to content

chaozwn/tree-sitter-goctl

Repository files navigation

tree-sitter-goctl

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.

Useful Links

Use In Neovim

nvim-treesitter After goctl is installed, set up the following code.

vim.filetype.add {
  extension = {
    api = "goctl",
  },
}

To-Do List

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!

About

tree-sitter for goctl

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published