Merge pull request #3101 from a3f/master

[tcl/en] Workaround for broken syntax highlighting
This commit is contained in:
Pratik Karki 2018-06-14 21:52:36 +05:45 committed by GitHub
commit a5f04d7e53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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!\"
# "