Your AI coding agent reads whole files to understand code. ast-outline lets it pull exactly what it needs — a whole-repo skeleton, a single file's outline, or one symbol's body — instead of reading ...
Chroma, like Pygments, has the concepts of lexers, formatters and styles. Lexers convert source text into a stream of tokens, styles specify how token types are mapped to colours, and formatters ...