summaryrefslogtreecommitdiff
path: root/public/vendor/codemirror/mode/velocity/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'public/vendor/codemirror/mode/velocity/index.html')
-rw-r--r--public/vendor/codemirror/mode/velocity/index.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/public/vendor/codemirror/mode/velocity/index.html b/public/vendor/codemirror/mode/velocity/index.html
index 27478786..7eba8f41 100644
--- a/public/vendor/codemirror/mode/velocity/index.html
+++ b/public/vendor/codemirror/mode/velocity/index.html
@@ -77,6 +77,8 @@ $someObject.getValues("this is a string split
$someObject("This plus $something in the middle").method(7567).property
+#set($something = "Parseable string with '$quotes'!")
+
#macro( tablerows $color $somelist )
#foreach( $something in $somelist )
<tr><td bgcolor=$color>$something</td></tr>