gedit r6783 - in trunk: . plugins/snippets/data/lang
- From: jessevdk svn gnome org
- To: svn-commits-list gnome org
- Subject: gedit r6783 - in trunk: . plugins/snippets/data/lang
- Date: Thu, 1 Jan 2009 18:46:20 +0000 (UTC)
Author: jessevdk
Date: Thu Jan 1 18:46:20 2009
New Revision: 6783
URL: http://svn.gnome.org/viewvc/gedit?rev=6783&view=rev
Log:
* plugins/snippets/data/lang/snippets.lang: fixed escaping within
shell placeholders
Modified:
trunk/ChangeLog
trunk/plugins/snippets/data/lang/snippets.lang
Modified: trunk/plugins/snippets/data/lang/snippets.lang
==============================================================================
--- trunk/plugins/snippets/data/lang/snippets.lang (original)
+++ trunk/plugins/snippets/data/lang/snippets.lang Thu Jan 1 18:46:20 2009
@@ -85,17 +85,17 @@
<context style-ref="shell-placeholder">
<start>\$\(\%{tabstop}?</start>
<end>\)</end>
- <include>
- <context sub-pattern="0" style-ref="placeholder-bounds" where="start"/>
- <context sub-pattern="0" style-ref="placeholder-bounds" where="end"/>
- <context sub-pattern="2" where="start" style-ref="tabstop"/>
- <context sub-pattern="3" where="start" style-ref="seperator"/>
- <context ref="shell-placeholder-contents"/>
- <context>
- <match>\\}</match>
- </context>
- </include>
- </context>
+ <include>
+ <context sub-pattern="0" style-ref="placeholder-bounds" where="start"/>
+ <context sub-pattern="0" style-ref="placeholder-bounds" where="end"/>
+ <context sub-pattern="2" where="start" style-ref="tabstop"/>
+ <context sub-pattern="3" where="start" style-ref="seperator"/>
+ <context ref="shell-placeholder-contents"/>
+ <context>
+ <match>\\\)</match>
+ </context>
+ </include>
+ </context>
<context style-ref="shell-placeholder">
<start>`\%{tabstop}?</start>
<end>`</end>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]