I’m working on an extension to add support for Astro, files. The syntax is very similar to HTML, and the tree-sitter grammar is based on HTML, so I thought of using the queries from Nova’s bundled HTML extension as a starting point. But how should I do this? If I copy some of its code, how should I license it next to mine? Is there a way I can link to the extension without copying from it?