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