summaryrefslogtreecommitdiff
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
commit221967d40883c86dc59cb748a654fc9f2c045426 (patch)
tree1e786e7d9cca1d8cc23773ce575b553770c5e203
parent69844af4b9eb6bd6735455ea25fd7a8ac720ef14 (diff)
downloadgeiser-221967d40883c86dc59cb748a654fc9f2c045426.tar.gz
geiser-221967d40883c86dc59cb748a654fc9f2c045426.tar.bz2
Racket: correct font-lock for define/match, again
We weren't considering the obvious: (define/match (foo bar) ...)
-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: