次の 2 行のコードは、TCL の構文の色付けを壊しているようです。
regsub -all {/} $original {\\\\} target # The last } is being escaped
set grep_keyword [string trim $grep_keyword {"}] # The " character is starting a new quote
このコードは、ファイルを開くとこのようになっていました。これを修正する方法はありますか?