rubybuntu-gedit 11.08.23 → 11.08.29

Sign up to get free protection for your applications and to get access to all the features.
data/bin/rubybuntu-gedit CHANGED
@@ -132,7 +132,7 @@ puts
132
132
  puts Paint["Congratulations! You've updated your gedit stuff! (if everything worked correctly)", :green]
133
133
  puts
134
134
  puts "If not, please install manually and open an issue on github"
135
- puts 'Don\'t forget to change your gedit style to "RubyBuntu One" ;)'
135
+ puts 'Don\'t forget to change your gedit style to "RubyBuntu One" to really use the new features.'
136
136
  puts
137
137
  puts " J-_-L"
138
138
  puts
@@ -511,6 +511,7 @@
511
511
  <context ref="instance-variables"/>
512
512
 
513
513
  <context ref="syntax-chars"/>
514
+ <context ref="collection-chars"/>
514
515
  </include>
515
516
  </context>
516
517
 
@@ -1040,8 +1041,7 @@
1040
1041
  </context>
1041
1042
 
1042
1043
  <context id="symbol" style-ref="symbol">
1043
- <start extended="true">
1044
- (?&lt;!:)(:)(
1044
+ <start extended="true">(?&lt;!:)(:)(
1045
1045
  \$ \%{special-variables-1-char}
1046
1046
  | \$ \%{special-variables-2-chars}
1047
1047
  | [a-zA-Z_$] [a-zA-Z0-9_]* [?!=]?
@@ -1182,10 +1182,10 @@
1182
1182
  </context>
1183
1183
 
1184
1184
  <context id="hash-strings" style-ref="string">
1185
- <match>(?&lt;!\s)\:(?!:)</match>
1185
+ <match>(?&lt;![\s{>])\:(?!:)</match>
1186
1186
  </context>
1187
1187
 
1188
- <context id="hash" extend-parent="false">
1188
+ <context id="hash">
1189
1189
  <start>(?&lt;!(?:.[\])\w]|->))\s*\{</start>
1190
1190
  <end>\}</end>
1191
1191
  <include>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubybuntu-gedit
3
3
  version: !ruby/object:Gem::Version
4
- version: 11.08.23
4
+ version: 11.08.29
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -11,11 +11,11 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2011-08-23 00:00:00.000000000Z
14
+ date: 2011-08-29 00:00:00.000000000Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: paint
18
- requirement: &24285300 !ruby/object:Gem::Requirement
18
+ requirement: &14369100 !ruby/object:Gem::Requirement
19
19
  none: false
20
20
  requirements:
21
21
  - - ! '>='
@@ -23,7 +23,7 @@ dependencies:
23
23
  version: '0'
24
24
  type: :runtime
25
25
  prerelease: false
26
- version_requirements: *24285300
26
+ version_requirements: *14369100
27
27
  description: Ruby/Rails/Web related gedit language definitions, mime types, styles
28
28
  and snippets.
29
29
  email: mail@janlelis.de