CodeEditApp / CodeEditLanguages

A Collection of Tree-Sitter Parsers for Syntax Highlighting
95 stars 25 forks source link

❇️ Add USD support #71

Open furby-tm opened 1 month ago

furby-tm commented 1 month ago

Language Name

USD

Tree-Sitter Grammar

https://github.com/ColinKennedy/tree-sitter-usd.git

I will work on this

Yes

Additional Info (optional)

No response

furby-tm commented 1 month ago

I'd be happy to contribute the USD tree parser, but noticed there's quite a few issues with the current purpose of this repository which offers an *.xcframework binary target, somewhere around 250+ missing linker symbols and hard coded developer file paths are baked into this current binary target, which basically classifies all the tree sitters that are currently being shipped as broken.

I'm curious what the benefit is of having all these extra parsers which together quickly scale to millions of lines of code, would a single preprocessed file be able to reduce the amount of maintenance overhead?