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