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