[gedit-plugins] Do not bracket complete do/end in ruby
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit-plugins] Do not bracket complete do/end in ruby
- Date: Mon, 14 Apr 2014 07:30:39 +0000 (UTC)
commit 8e41c37a0c83180434618aa898bf2488a37ee721
Author: Jesse van den Kieboom <jessevdk gmail com>
Date: Sat Apr 12 17:46:15 2014 +0200
Do not bracket complete do/end in ruby
plugins/bracketcompletion/bracketcompletion.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/bracketcompletion/bracketcompletion.py b/plugins/bracketcompletion/bracketcompletion.py
index 5a02475..0cb2806 100644
--- a/plugins/bracketcompletion/bracketcompletion.py
+++ b/plugins/bracketcompletion/bracketcompletion.py
@@ -38,7 +38,7 @@ close_brackets = {
language_brackets = {
'changelog': { '<' : '>' },
'html': { '<' : '>' },
- 'ruby': { '|' : '|', 'do': 'end' },
+ 'ruby': { '|' : '|' },
'sh': { '`' : '`' },
'xml': { '<' : '>' },
'php': { '<' : '>' },
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]