summaryrefslogtreecommitdiff
path: root/elisp/geiser-syntax.el
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2015-10-05 15:40:17 +0200
committerJose Antonio Ortega Ruiz <jao@gnu.org>2015-10-05 15:40:17 +0200
commit697d0ac94d2d63bf755931122beafcbe1304b321 (patch)
tree1428508e9c9348a13f15442aead67af21700ab3e /elisp/geiser-syntax.el
parent373b9a499dd4f26886c0e54612e638dd529bcc6f (diff)
parent5b2bd49f2c9bb7cea8c63485e40d267ea27bace0 (diff)
downloadgeiser-chez-697d0ac94d2d63bf755931122beafcbe1304b321.tar.gz
geiser-chez-697d0ac94d2d63bf755931122beafcbe1304b321.tar.bz2
Merge remote-tracking branch 'alezost/indent+highlight'
Diffstat (limited to 'elisp/geiser-syntax.el')
-rw-r--r--elisp/geiser-syntax.el29
1 files changed, 29 insertions, 0 deletions
diff --git a/elisp/geiser-syntax.el b/elisp/geiser-syntax.el
index 6a5cb55..81ba8c6 100644
--- a/elisp/geiser-syntax.el
+++ b/elisp/geiser-syntax.el
@@ -33,6 +33,7 @@
(catch defun)
(class defun)
(dynamic-wind 0)
+ (guard 1)
(let*-values 1)
(let-values 1)
(let/ec 1)
@@ -49,9 +50,24 @@
(receive 2)
(require-extension 0)
(syntax-case 2)
+ (test-approximate 1)
+ (test-assert 1)
+ (test-eq 1)
+ (test-equal 1)
+ (test-eqv 1)
+ (test-group-with-cleanup 1)
+ (test-runner-on-bad-count! 1)
+ (test-runner-on-bad-end-name! 1)
+ (test-runner-on-final! 1)
+ (test-runner-on-group-begin! 1)
+ (test-runner-on-group-end! 1)
+ (test-runner-on-test-begin! 1)
+ (test-runner-on-test-end! 1)
+ (test-with-runner 1)
(unless 1)
(when 1)
(while 1)
+ (with-exception-handler 1)
(with-syntax 1))
@@ -76,8 +92,21 @@
"receive"
"require-extension"
"set!"
+ "syntax-case"
+ "test-approximate"
+ "test-assert"
+ "test-begin"
+ "test-end"
+ "test-eq"
+ "test-equal"
+ "test-eqv"
+ "test-error"
+ "test-group"
+ "test-group-with-cleanup"
+ "test-with-runner"
"unless"
"when"
+ "with-exception-handler"
"with-input-from-file"
"with-output-to-file"))