JuliaLang / JuliaSyntax.jl

The Julia compiler frontend
Other
274 stars 33 forks source link

Fix deindentation with triple strings like `"""\n$x a"""` #179

Closed c42f closed 1 year ago

c42f commented 1 year ago

When an interpolation occurs at the beginning of a line without any preceding whitespace this counts as zeroing out the common prefix of indentation.

Part of #134