Synced with upstream

master
Yevgen Muntyan 2007-09-18 01:17:18 -05:00
parent f2a95611bb
commit c19e4a0465
2 changed files with 4 additions and 2 deletions

View File

@ -112,7 +112,7 @@
</include>
</context>
<context id="double-quoted-string" style-ref="string" extend-parent="false">
<context id="double-quoted-string" style-ref="string">
<start>"</start>
<end>"</end>
<include>
@ -122,7 +122,7 @@
</include>
</context>
<context id="single-quoted-string" style-ref="string" extend-parent="false">
<context id="single-quoted-string" style-ref="string">
<start>'</start>
<end>'</end>
<include>

View File

@ -344,6 +344,8 @@
<include>
<context sub-pattern="0" where="start" style-ref="keyword"/>
<context sub-pattern="0" where="end" style-ref="keyword"/>
<context ref="string"/>
<context ref="string-2"/>
<context style-ref="others">
<match>[^\)\s]+\s*\)|;;</match>
</context>