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