nph icon indicating copy to clipboard operation
nph copied to clipboard

Macro call with a statement in colon shouldn't be expanded to multiple lines

Open dawdmaow opened this issue 1 year ago • 0 comments

const keywords = collect(for it in Keyword: $it)

Expands to:

const keywords = collect(
    for it in Keyword:
      $it
  )

I don't think it's ideal.

nph version: v0.6.1-0-g0d8000e

dawdmaow avatar Apr 19 '25 00:04 dawdmaow