Escape backtick in strings too

master
Yevgen Muntyan 2008-01-27 05:03:26 -06:00
parent 5d0cd0041f
commit 0ff44c6567
1 changed files with 1 additions and 1 deletions

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>