point to a scribble indentation function
This commit is contained in:
parent
68b3371418
commit
5e02c55dd9
|
@ -44,4 +44,6 @@
|
||||||
(try-dynamic-require 'syntax-color/scribble-lexer 'scribble-lexer)]
|
(try-dynamic-require 'syntax-color/scribble-lexer 'scribble-lexer)]
|
||||||
[(definitions-text-surrogate)
|
[(definitions-text-surrogate)
|
||||||
'scribble/private/indentation]
|
'scribble/private/indentation]
|
||||||
|
[(drracket:indentation)
|
||||||
|
(dynamic-require 'scribble/private/indentation 'determine-spaces)]
|
||||||
[else (fallback)]))))))
|
[else (fallback)]))))))
|
||||||
|
|
|
@ -26,8 +26,10 @@
|
||||||
(case key
|
(case key
|
||||||
[(color-lexer)
|
[(color-lexer)
|
||||||
(dynamic-require 'syntax-color/scribble-lexer 'scribble-inside-lexer)]
|
(dynamic-require 'syntax-color/scribble-lexer 'scribble-inside-lexer)]
|
||||||
[(definitions-text-surrogate)
|
[(definitions-text-surrogate)
|
||||||
'scribble/private/indentation]
|
'scribble/private/indentation]
|
||||||
|
[(drracket:indentation)
|
||||||
|
(dynamic-require 'scribble/private/indentation 'determine-spaces)]
|
||||||
[else (default key defval)])))
|
[else (default key defval)])))
|
||||||
|
|
||||||
;; Settings that apply to Scribble-renderable docs:
|
;; Settings that apply to Scribble-renderable docs:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user