tree-sitter-proto icon indicating copy to clipboard operation
tree-sitter-proto copied to clipboard

Add tag queries

Open rewinfrey opened this issue 2 years ago • 1 comments

Based on https://github.com/mitchellh/tree-sitter-proto/pull/3, and adds tag queries used to help extract symbol data from parse trees generated from tree-sitter-proto. The symbols matched via these queries are used to populate symbol data used for code navigation and some aspects of code search on github.com.

Currently adding this to my personal fork, but ideally we'd love to have these changes upstreamed to the fork parent.

rewinfrey avatar Jan 20 '23 00:01 rewinfrey

@rewinfrey do you mind submitting this to https://github.com/treywood/tree-sitter-proto ? That seems to be the defacto successor fork of this project since it got accepted into https://github.com/nvim-treesitter/nvim-treesitter/pull/5185/files

mkatychev avatar Jan 25 '24 01:01 mkatychev