Skip to content

Commit

Permalink
use module-lexer* as the default lexer
Browse files Browse the repository at this point in the history
  • Loading branch information
mflatt committed Sep 23, 2021
1 parent b344541 commit ce27ad1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drracket/drracket/private/in-irl-namespace.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

(define (get-insulated-module-lexer/inside)
(unless module-lexer
(set! module-lexer (waive-option (dynamic-require 'syntax-color/module-lexer 'module-lexer))))
(set! module-lexer (waive-option (dynamic-require 'syntax-color/module-lexer 'module-lexer*))))
module-lexer)

(define (get-definitions-text-surrogate/inside)
Expand Down
2 changes: 1 addition & 1 deletion drracket/info.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"drracket-tool-lib"
"drracket-tool-doc"
"pict-snip-lib"
"option-contract-lib"
("option-contract-lib" #:version "1.2")
"syntax-color-lib"
"quickscript"
"simple-tree-text-markup-lib"))
Expand Down

0 comments on commit ce27ad1

Please sign in to comment.