summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2013-06-06 23:41:46 +0200
committerJose Antonio Ortega Ruiz <jao@gnu.org>2013-06-06 23:41:46 +0200
commit9d170c4831a2488ba0fbdc57dddab3143f44357e (patch)
tree50a92d4cf2b03d0bf123acb7a8469cefb7b8fbc6 /NEWS
parent54ca5d09076ea1ad29076075abe30a32594e8c5f (diff)
downloadgeiser-chez-9d170c4831a2488ba0fbdc57dddab3143f44357e.tar.gz
geiser-chez-9d170c4831a2488ba0fbdc57dddab3143f44357e.tar.bz2
Racket: correct font-lock for define/match, again
We weren't considering the obvious: (define/match (foo bar) ...)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0605af8..f282c76 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,7 @@
geiser-eval-buffer-and-go (C-c M-b), by Nick Parker.
- Pressing return on a previous expression in the REPL will resend
it, by Darren Hoo.
+ - Improvements to syntax highlighting (define/match in racket).
Bug fixes: