Synced with upstream
parent
f2a95611bb
commit
c19e4a0465
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue