coder3101 / protols

Language Server for protocol buffers
MIT License
46 stars 2 forks source link

Support `edition` keyword #37

Open kansson opened 2 days ago

kansson commented 2 days ago

Hi 👋🏻

I'm testing protobuf editions and the lsp complains about the keyword. Editions is a big topic so maybe we can start small and only add support for the keyword?

asharkhan3101 commented 2 days ago

Yeah this is related to the tree sitter parser. I believe, I can work on that here: https://github.com/coder3101/tree-sitter-proto

kansson commented 1 day ago

Yeah this is related to the tree sitter parser. I believe, I can work on that here: https://github.com/coder3101/tree-sitter-proto

Thank you, would like to help but I'm not familiar with how tree sitter works.