We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d5594c commit 7b0c37aCopy full SHA for 7b0c37a
syntax-color-lib/syntax-color/scribble-lexer.rkt
@@ -37,7 +37,7 @@
37
type]))
38
39
(define (make-rx:opener #:command-char [at #\@])
40
- (regexp (format "^[|]([^~aa-zA-Z0-9 \t\r\n\f\\\177-\377{]*){" (regexp-quote (string at)))))
+ (regexp (format "^[|]([^~aa-zA-Z0-9 \t\r\n\f\\\177-\377{]*){" at)))
41
42
(define rxes (make-weak-hash))
43
(define rx-keys (make-weak-hasheq))
0 commit comments