[tcl/en] Workaround for broken syntax highlighting

Suggested by @loxaxs. Fixes #2912.
This commit is contained in:
Ahmad Fatoum 2018-03-31 20:08:19 +02:00
parent 71389bd423
commit 21ec02e5ea
No known key found for this signature in database
GPG Key ID: C3EAC3DE9321D59B

View File

@ -328,6 +328,7 @@ proc greet {greeting name} {
# the third argument to "proc", is a string. The previous command # the third argument to "proc", is a string. The previous command
# can be rewritten using no braces: # can be rewritten using no braces:
proc greet greeting\ name return\ \"\$greeting,\ \$name!\" proc greet greeting\ name return\ \"\$greeting,\ \$name!\"
# "