Escape backtick in strings too

This commit is contained in:
Yevgen Muntyan 2008-01-27 05:03:26 -06:00
parent 5d0cd0041f
commit 0ff44c6567

View File

@ -57,7 +57,7 @@
<include>
<!-- highlight escaped chars -->
<context style-ref="def:special-char">
<match>\\[$"\\]</match>
<match>\\[$`"\\]</match>
</context>
<!-- skip backslash where it's not an escaping char -->
<context>