\ continues string context to next line
parent
a044568765
commit
d8615e3a39
|
@ -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=""" context="#pop" style="String"/>
|
||||
<LineContinue/>
|
||||
</context>
|
||||
<context name="Char" style="Char" eol-context="#pop">
|
||||
<Char char="'" context="#pop" style="Char"/>
|
||||
|
|
Loading…
Reference in New Issue