\ continues string context to next line

master
Yevgen Muntyan 2006-04-09 21:15:03 -05:00
parent a044568765
commit d8615e3a39
1 changed files with 2 additions and 1 deletions

View File

@ -23,8 +23,9 @@
<!-- <Keyword keyword="Library9" style="Library"/> -->
<Regex pattern="\b[_\w][_\w\d]*(?=[\s]*[(])" style="Function"/>
</context>
<context name="String" style="String">
<context name="String" style="String" eol-context="#pop">
<Char char="&quot;" context="#pop" style="String"/>
<LineContinue/>
</context>
<context name="Char" style="Char" eol-context="#pop">
<Char char="&apos;" context="#pop" style="Char"/>