diff options
author | Pratik Karki <predatoramigo@gmail.com> | 2018-06-14 21:52:36 +0545 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-14 21:52:36 +0545 |
commit | a5f04d7e5350274a68bcec7361e4b7beefcf7829 (patch) | |
tree | 1b5dca5d29e4474a01cae8c4c01cbc10df5e5105 /tcl.html.markdown | |
parent | 44f9834b2c262bb6efcb727494a9109b8c26549d (diff) | |
parent | 21ec02e5ead9523acf2321354aea11430a52e629 (diff) |
Merge pull request #3101 from a3f/master
[tcl/en] Workaround for broken syntax highlighting
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!\" +# " |