Quote:
Originally Posted by ownedbycats
|
Quote:
Originally Posted by chaley
Yes, caused by the requirement to highlight TPM syntax. Put a space before the quote to get rid of it.
|
I submitted a fix that deals with this by moving the problem to somewhere that 'won't happen'. The issue is that :' indicates the start of a TPM template so the single quote isn't the beginning of a string. My fix looks for that situation. Unfortunately there is one other place where :' can happen where the quote is the beginning of a string.
Code:
for x in $tags:'aa' rof
This statement is near meaningless so the situation probably won't arise. And if it does all that goes wrong is the highlighting.