mirror of
https://github.com/urbit/shrub.git
synced 2024-12-14 11:08:45 +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