add syntax-parameterize to tabbing rules

This commit is contained in:
Robby Findler 2016-03-27 16:16:19 -05:00
parent 0b8598e9d0
commit 3da682ebe1

View File

@ -198,7 +198,7 @@
"match-let" "match-let*" "match-letrec" "match-let" "match-let*" "match-letrec"
"letrec" "letrec"
"letrec-syntaxes" "letrec-syntaxes+values" "letrec-values" "letrec-syntaxes" "letrec-syntaxes+values" "letrec-values"
"parameterize" "parameterize*" "parameterize" "parameterize*" "syntax-parameterize"
"with-syntax" "with-handlers"))) "with-syntax" "with-handlers")))
(set-square-bracket-nonum-pref 'framework:square-bracket:for/fold for/folds) (set-square-bracket-nonum-pref 'framework:square-bracket:for/fold for/folds)
@ -445,7 +445,7 @@
unit/sig unit/lang unit/sig unit/lang
with-handlers with-handlers
interface interface
parameterize parameterize* parameterize parameterize* syntax-parameterize
call-with-input-file call-with-input-file* with-input-from-file call-with-input-file call-with-input-file* with-input-from-file
with-input-from-port call-with-output-file with-input-from-port call-with-output-file
with-output-to-file with-output-to-port with-output-to-file with-output-to-port