Quokka plugin that rewrites shortenable maps to m(...) / sm(...).
When a rewrite happens in a module that does not yet import Shorthand,
the import is added automatically.
Structs and maps inside quote blocks are left unchanged — Shorthand
macros cannot appear in quoted AST.
Enable in .formatter.exs:
[
plugins: [Quokka],
quokka: [
plugins: [Shorthand.Quokka.ShortenMaps]
]
]