Added TR keywords to default tabify list
This commit is contained in:
parent
499852087d
commit
cfab042e54
|
@ -221,6 +221,8 @@
|
|||
'(struct
|
||||
local
|
||||
|
||||
struct:
|
||||
define:
|
||||
define-type
|
||||
match-define))
|
||||
(for-each (λ (x)
|
||||
|
@ -250,10 +252,18 @@
|
|||
let/cc let/ec letcc catch
|
||||
let-syntax letrec-syntax fluid-let-syntax letrec-syntaxes+values
|
||||
|
||||
let: letrec: let*:
|
||||
let-values: letrec-values: let*-values:
|
||||
let/cc: let/ec:
|
||||
lambda: λ:
|
||||
|
||||
for for/list for/hash for/hasheq for/and for/or
|
||||
for/lists for/first for/last for/fold
|
||||
for* for*/list for*/hash for*/hasheq for*/and for*/or
|
||||
for*/lists for*/first for*/last for*/fold
|
||||
|
||||
for: for/list: for/or: for/lists: for/fold:
|
||||
for*: for*/lists: do:
|
||||
|
||||
kernel-syntax-case
|
||||
syntax-case syntax-case* syntax-rules syntax-id-rules
|
||||
|
|
Loading…
Reference in New Issue
Block a user