mirror of
https://github.com/giancarloerra/socraticode.git
synced 2026-07-03 14:05:21 +02:00
c2c616f4a3
Address CodeRabbit review: - getLanguageFromExtension/getAstGrepLang lowercase the extension before consulting the override map, so an uppercase ext still matches the lowercased keys (production callers already lowercase; .R collapses to .r with the same value, so no other behavior changes). - README: clarify EXTRA_EXTENSIONS indexes as plaintext / leaf nodes, versus EXTENSION_LANGUAGE_MAP's full language treatment. - Make the isIndexableFile override test hermetic (save/restore the prior map entry, assert against the captured baseline).