Vendored tree-sitter tag queries
=================================

This directory contains tree-sitter tag-query (`.scm`) files. Selected files
are vendored from the aider project (https://github.com/Aider-AI/aider).

Aider is licensed under the Apache License, Version 2.0. The full license text
is available at https://www.apache.org/licenses/LICENSE-2.0 and applies to the
vendored `.scm` files in this directory. The upstream LICENSE file from aider
governs those files; this NOTICE preserves attribution as required by Section
4 of the Apache-2.0 license.

Per-language attribution (which `.scm` files are vendored from aider versus
hand-written for organon) is appended below as each language is added.

Per-language attribution
========================

The following .scm files are vendored from aider:

- python/tags.scm — from aider/queries/tree-sitter-language-pack/python-tags.scm @ 9e824e60700a26c762411eaac6d3a0cbd2051e2f
- javascript/tags.scm — from aider/queries/tree-sitter-language-pack/javascript-tags.scm @ e3d5eaf388ae8da925fbd0d3577adbc07fdae16d
- typescript/tags.scm — from aider/queries/tree-sitter-languages/typescript-tags.scm @ e3d5eaf388ae8da925fbd0d3577adbc07fdae16d
- tsx/tags.scm — from aider/queries/tree-sitter-languages/typescript-tags.scm @ e3d5eaf388ae8da925fbd0d3577adbc07fdae16d (aider has no separate tsx tags file; the typescript queries apply to the tsx grammar)

Each file's header comment carries the same attribution alongside the source path.
