I'm working on my own schemedef and I want single and double quoted strings to be matched. The vhdl schemedef has:
<strings>
<stringtype id="0" start=""" end=""" />
</strings>
I thought if I added
<stringtype id="1" start="'" end="'" />
Then it would work, but it doesn't. Any ideas how to get both types of strings to highlight?