Fix panic! keyword
This commit is contained in:
parent
a36920e97e
commit
1415461876
|
@ -22,7 +22,7 @@
|
||||||
"match" ::token/match ;; impl
|
"match" ::token/match ;; impl
|
||||||
"nil" ::token/nil ;; impl
|
"nil" ::token/nil ;; impl
|
||||||
"ns" ::token/ns ;; impl
|
"ns" ::token/ns ;; impl
|
||||||
"panic!" ::token/ns
|
"panic!" ::token/panic
|
||||||
"recur" ::token/recur ;; impl
|
"recur" ::token/recur ;; impl
|
||||||
"ref" ::token/ref ;; impl
|
"ref" ::token/ref ;; impl
|
||||||
"then" ::token/then ;; impl
|
"then" ::token/then ;; impl
|
||||||
|
|
Loading…
Reference in New Issue
Block a user