wisp
 
(Arne Babenhauserheide)
2014-12-24: suggested suffix

suggested suffix

diff --git a/docs/srfi-from-template.html b/docs/srfi-from-template.html
--- a/docs/srfi-from-template.html
+++ b/docs/srfi-from-template.html
@@ -475,7 +475,7 @@ Effectively code in parentheses and stri
 <li>A colon (:) at the beginning of a line adds an extra open parentheses that gets closed at end-of-line <b>and</b> defines an indentation level.
 </li>
 
-<li>using a quote to escape a symbol separated from it by whitespace is forbidden. This would make the meaning of quoted lines ambigous.
+<li>Using a quote to escape a symbol separated from it by whitespace is forbidden. This would make the meaning of quoted lines ambigous.
 </li>
 
 <li>Curly braces should be treated as curly-infix following SRFI-105. This makes most math look natural to newcomers.
@@ -486,6 +486,9 @@ Effectively code in parentheses and stri
 
 <li>It is possible to write code which is at the same time valid wisp and sweet. The readable mailinglist <a href="http://sourceforge.net/p/readable/mailman/message/33058992/">contains details</a>.
 </li>
+
+<li>The suggested suffix for files using wisp-syntax is <code>.w</code>.
+
 </ul>