summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pygments/lexers/agile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/lexers/agile.py b/pygments/lexers/agile.py
index b8adbf70..158f5617 100644
--- a/pygments/lexers/agile.py
+++ b/pygments/lexers/agile.py
@@ -876,7 +876,7 @@ class SchemeLexer(RegexLexer):
# strings, symbols and characters
(r'"(\\\\|\\"|[^"])*"', String),
(r"'[a-zA-Z0-9]+", String.Symbol),
- (r"#\\([()/'\".'_!§$%&?=+-]{1}|[a-zA-Z0-9]+)", String.Char),
+ (r"#\\([()/'\".'_!§$%& ?=+-]{1}|[a-zA-Z0-9]+)", String.Char),
# constants
(r'(#t|#f)', Name.Constant),