I noticed this in v10, and figured it must be fixed in v11, but I just installed it and the problem persists: for some languages, I have more than 2 String Chars. For ksh, for example, I have ' " and `, such that all of these should be seen as strings:
'single quote'
"double quote"
`right quote`
The right quote does not show up as a string. If I remove the " and just have '` then the right quote is shown as a string.
Is this a bug? A feature?
'single quote'
"double quote"
`right quote`
The right quote does not show up as a string. If I remove the " and just have '` then the right quote is shown as a string.
Is this a bug? A feature?