mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-14 15:04:14 +03:00
correctly check for outdents without intervening blank lines
This commit is contained in:
parent
417c63e83e
commit
4cb1d46618
@ -611,7 +611,7 @@
|
||||
$head |
|
||||
::
|
||||
:: literals need to end with a blank line
|
||||
?($code $poem $expr) (gte col.pic col)
|
||||
?($code $poem $expr) (gte col.pic (add cur-indent col))
|
||||
::
|
||||
:: text flows must continue aligned
|
||||
?($down $list $lime $lord $bloc) =(col.pic col)
|
||||
|
Loading…
Reference in New Issue
Block a user