(Arne Babenhauserheide)
2013-12-27: #,@, #,@,
diff --git a/wisp.py b/wisp.py
--- a/wisp.py
+++ b/wisp.py
@@ -119,7 +119,8 @@ class Line:
self.content.startswith("` ") or
self.content.startswith("#, ") or # scheme macros
self.content.startswith("#` ") or
- self.content.startswith("#' ")):
+ self.content.startswith("#' ") or
+ self.content.startswith("#,@, ")):
self.prefix += self.content.split(" ")[0]
self.content = self.content[2:]