rubybuntu-gedit 11.08.29 → 11.08.30

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -38,7 +38,7 @@ You should also use up-to-date {mime types}[https://github.com/janlelis/rubybunt
38
38
  * Refactored/updated keyword and builtin detection, highlight important constants and methods
39
39
  * Improved function definition highlighting
40
40
  * More logical style mappings (which also means: current styles are not fully ruby:compatible)
41
- * Fixed string interpolations
41
+ * Fix string interpolations
42
42
  * Better support for advanced literals (e.g. `%x[]`, `%r<>`, ...)
43
43
  * Support Arrays & Hashes (inclusive 1.9 symbol syntax)
44
44
  * Different heredoc matching
@@ -803,7 +803,7 @@
803
803
  </include>
804
804
  </context>
805
805
 
806
- <context id="backtick-quoted-string" style-ref="system">
806
+ <context id="backtick-quoted-string" style-ref="system" extend-parent="false">
807
807
  <start>`</start>
808
808
  <end>`</end>
809
809
  <include>
@@ -1041,12 +1041,13 @@
1041
1041
  </context>
1042
1042
 
1043
1043
  <context id="symbol" style-ref="symbol">
1044
- <start extended="true">(?&lt;!:)(:)(
1045
- \$ \%{special-variables-1-char}
1044
+ <start extended="true">
1045
+ (?&lt;!:)(:)
1046
+ ( \$ \%{special-variables-1-char}
1046
1047
  | \$ \%{special-variables-2-chars}
1047
1048
  | [a-zA-Z_$] [a-zA-Z0-9_]* [?!=]?
1048
- | &lt;=&gt; | &lt;= | &gt;= | != | [!=]~ | ={2,3} | \[\]=?
1049
- | [&lt;&gt;!*+~]
1049
+ | &lt;=&gt; | &lt;= | &gt;= | &lt;&lt;? | &gt;&gt;? | != | [!=]~ | ===? | \[\]=? | \*\*? | [+-]@?
1050
+ | [!|~\^&amp;]
1050
1051
  )
1051
1052
  </start>
1052
1053
  <end></end>
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.29
4
+ version: 11.08.30
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-29 00:00:00.000000000Z
14
+ date: 2011-08-30 00:00:00.000000000Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: paint
18
- requirement: &14369100 !ruby/object:Gem::Requirement
18
+ requirement: &12986140 !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: *14369100
26
+ version_requirements: *12986140
27
27
  description: Ruby/Rails/Web related gedit language definitions, mime types, styles
28
28
  and snippets.
29
29
  email: mail@janlelis.de