diff options
author | Ahmad Fatoum <ahmad@a3f.at> | 2018-03-31 20:08:19 +0200 |
---|---|---|
committer | Ahmad Fatoum <ahmad@a3f.at> | 2018-03-31 20:12:55 +0200 |
commit | 21ec02e5ead9523acf2321354aea11430a52e629 (patch) | |
tree | 4393e08ed83b857456b1ff1c8bb7cc1e3dbb7fa8 /tcl.html.markdown | |
parent | 71389bd42374df02504c3eac31491672ce894ab5 (diff) |
[tcl/en] Workaround for broken syntax highlighting
Suggested by @loxaxs. Fixes #2912.
Diffstat (limited to 'tcl.html.markdown')
-rw-r--r-- | tcl.html.markdown | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tcl.html.markdown b/tcl.html.markdown index 40d9111a..f48d5271 100644 --- a/tcl.html.markdown +++ b/tcl.html.markdown @@ -328,6 +328,7 @@ proc greet {greeting name} { # the third argument to "proc", is a string. The previous command # can be rewritten using no braces: proc greet greeting\ name return\ \"\$greeting,\ \$name!\" +# " |