<chenglou>
I made this diff but it had to be reverted
<chenglou>
because of conflicts with other syntaxes
<chenglou>
just sayin' lol
<bsansouci>
sspi: wooooo
kentw has quit [Remote host closed the connection]
<sspi>
chenglou: I'm first going to fix simple if on a single line (mostly done I think, but need to do some extra checking) - after that I could look at that one
<chenglou>
oh the case where it does this?
<chenglou>
```
<chenglou>
if (
<chenglou>
bla
<chenglou>
) {}
<chenglou>
```
<sspi>
Yeah exactly
<sspi>
Ah no not
<sspi>
If (bla) { one_thing } else { one_other_thing }
<sspi>
That should work, and not break into multiple lines
<chenglou>
kk
copy` has joined #reasonml
jeffmo has joined #reasonml
kentw has joined #reasonml
kentw has quit [Ping timeout: 250 seconds]
dakk has joined #reasonml
kentw has joined #reasonml
jeffmo has quit [Ping timeout: 250 seconds]
<reynir>
how would #366 work with {foo|something something|foo} ?
<chenglou>
it didn't
kentw has quit [Remote host closed the connection]
<chenglou>
reynir: oh you mean for string?
<bsansouci>
what would {foo|something something|foo} mean?
<chenglou>
foo`
<chenglou>
or foo`
<chenglou>
eh, `foo
<chenglou>
wait sorry, foo`
<reynir>
bsansouci: it's like a {|string|} but with a tag useful for ppx
<reynir>
uh hm
<bsansouci>
Oh like JS template strings ``` SomeFunc`multi-line string here piped through the function SomeFunc` ```
<reynir>
Uh, I dunno
<reynir>
Hm, I can't find any example where the tag is used