line breaks

pull/10/head
Matthew Butterick 7 years ago
parent 8e405f6287
commit 101ec6c41a

@ -1,5 +1,6 @@
#lang br
(require brag/support syntax-color/racket-lexer racket/contract)
(require brag/support syntax-color/racket-lexer
racket/contract)
(define jsonic-lexer
(lexer

@ -18,7 +18,8 @@
(line-first-visible-char tbox current-line))
(- prev-indent indent-width)]
[else prev-indent]))
(and (exact-positive-integer? current-indent) current-indent))
(and (exact-positive-integer? current-indent)
current-indent))
(provide
(contract-out
[indent-jsonic (((is-a?/c text%))

Loading…
Cancel
Save