gedit-plugins r417 - in trunk: . plugins/bracketcompletion
- From: jessevdk svn gnome org
- To: svn-commits-list gnome org
- Subject: gedit-plugins r417 - in trunk: . plugins/bracketcompletion
- Date: Fri, 2 Jan 2009 17:14:46 +0000 (UTC)
Author: jessevdk
Date: Fri Jan 2 17:14:46 2009
New Revision: 417
URL: http://svn.gnome.org/viewvc/gedit-plugins?rev=417&view=rev
Log:
* plugins/bracketcompletion/bracketcompletion.py: added completion
for <> for php.
Modified:
trunk/ChangeLog
trunk/plugins/bracketcompletion/bracketcompletion.py
Modified: trunk/plugins/bracketcompletion/bracketcompletion.py
==============================================================================
--- trunk/plugins/bracketcompletion/bracketcompletion.py (original)
+++ trunk/plugins/bracketcompletion/bracketcompletion.py Fri Jan 2 17:14:46 2009
@@ -37,6 +37,7 @@
'ruby': { '|' : '|', 'do': 'end' },
'sh': { '`' : '`' },
'xml': { '<' : '>' },
+ 'php': { '<' : '>' },
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]