Shared lang-map module in @refrakt-md/runes
Add a small extension-to-language map at packages/runes/src/lang-map.ts, exported from @refrakt-md/runes. Consumers (the snippet rune from WORK-255, the inspect tool in packages/cli/, the contracts generator, future runes wanting extension inference) import from there.
Living in @refrakt-md/runes rather than a plugin or the transform package is deliberate: every consumer already depends on runes; plugins can import from runes but not the reverse; and it's rune-shaped knowledge, sitting alongside the existing rune-utility surface.