1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-28 08:03:16 +00:00
janet/src
Calvin Rose 7fd2da1096 Add code in parser to automatically indent long strings.
Leading spaces are stripped based on the column index of the first
backtick character in the first delimiter. If there are
characters that are not newline or space before that column in the
string, then the behavior is the same as the old behvaior - no
re-indentation is performed.
2020-11-26 13:20:58 -06:00
..
boot Add code in parser to automatically indent long strings. 2020-11-26 13:20:58 -06:00
conf Several changes to move pipe creation back into ev.c 2020-11-18 10:53:36 -06:00
core Add code in parser to automatically indent long strings. 2020-11-26 13:20:58 -06:00
include Fix build issues on windows by using a size_t instead of int. 2020-11-18 19:31:20 -06:00
mainclient Merge branch 'master' into ev 2020-09-07 12:52:50 -05:00