mirror of
https://github.com/janet-lang/janet
synced 2025-11-10 04:23:02 +00:00
Run boot.janet through janet-format.
This commit is contained in:
@@ -3213,7 +3213,8 @@
|
|||||||
(cond
|
(cond
|
||||||
(or (= b (chr "\n")) (= b (chr " "))) (endtoken)
|
(or (= b (chr "\n")) (= b (chr " "))) (endtoken)
|
||||||
(= b (chr "`")) (delim :code)
|
(= b (chr "`")) (delim :code)
|
||||||
(not (modes :code)) (cond
|
(not (modes :code))
|
||||||
|
(cond
|
||||||
(= b (chr `\`)) (do
|
(= b (chr `\`)) (do
|
||||||
(++ token-length)
|
(++ token-length)
|
||||||
(buffer/push token (get line (++ i))))
|
(buffer/push token (get line (++ i))))
|
||||||
|
|||||||
Reference in New Issue
Block a user