tree-sitter-go

Go language grammar for tree-sitter parsing library

brewmacoslinux
Try with needOr install directly
Source

About

Go grammar for tree-sitter

Commands

tree-sitter

Examples

Parse a Go file and display its syntax tree$ tree-sitter parse file.go
Generate Go parser bindings from grammar$ tree-sitter generate --language go
Highlight Go code using tree-sitter syntax$ tree-sitter highlight file.go