summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJostein Kjønigsen <jostein@kjonigsen.net>2015-09-01 14:44:46 +0200
committerJostein Kjønigsen <jostein@kjonigsen.net>2015-09-01 14:46:01 +0200
commit0963dbaba3ff808e13cc33178434633533f3105e (patch)
treea116209de5db275c8bbe49cb3ea4be324009d174
parent09269b409b5f216ca287e01687e7c6fab1cc1dd6 (diff)
Tcl. Fix mid-page rendering error
Github's syntax-highlighting has an error in the Tcl syntax-parser causing the rendering of the page to fail about one third in. This commit bypasses this rendering-error by resetting the syntax highlighting after the error has occurred.
-rw-r--r--tcl.html.markdown3
1 files changed, 3 insertions, 0 deletions
diff --git a/tcl.html.markdown b/tcl.html.markdown
index 9ca32f1e..af2911c9 100644
--- a/tcl.html.markdown
+++ b/tcl.html.markdown
@@ -149,6 +149,9 @@ set greeting "Hello, [set {first name}]"
# To promote the words within a word to individual words of the current
# command, use the expansion operator, "{*}".
+```
+
+```tcl
set {*}{name Neo}
# is equivalent to