rubybuntu-gedit 11.11.01 → 11.12.06
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.
- data/data/styles/README.rdoc +4 -1
- data/data/styles/rubybuntu2.xml +50 -59
- metadata +4 -4
data/data/styles/README.rdoc
CHANGED
@@ -5,6 +5,9 @@ Part of {RubyBuntuGedit}[https://github.com/janlelis/rubybuntu-gedit]
|
|
5
5
|
Designed for usage with {these language specs}[https://github.com/janlelis/rubybuntu-language-specs]
|
6
6
|
|
7
7
|
== Setup
|
8
|
+
|
9
|
+
Replace the 2.0 with 3.0 for gedit 3.
|
10
|
+
|
8
11
|
=== as root
|
9
12
|
|
10
13
|
sudo cp *.xml /usr/share/gtksourceview-2.0/styles
|
@@ -16,6 +19,6 @@ Designed for usage with {these language specs}[https://github.com/janlelis/rubyb
|
|
16
19
|
|
17
20
|
== Contribute
|
18
21
|
|
19
|
-
Feel free to add your own styles that use the new ruby language spec
|
22
|
+
Feel free to add your own styles that use the new ruby language spec! Also, please don't hesitate to submit slightly modified ones of the original ones ;)
|
20
23
|
|
21
24
|
J-_-L
|
data/data/styles/rubybuntu2.xml
CHANGED
@@ -28,63 +28,63 @@
|
|
28
28
|
<style name="cursor" foreground="#b9b9b9"/><!--#929292-->
|
29
29
|
<style name="selection" foreground="#3c3c3c" background="#b9b9b9"/>
|
30
30
|
<style name="search-match" background="#2d2d2d"/>
|
31
|
-
<style name="draw-spaces" foreground="#
|
31
|
+
<style name="draw-spaces" foreground="#bbaaaa"/>
|
32
32
|
<style name="line-numbers" foreground="#404040" background="#F7F6F6"/>
|
33
33
|
<style name="bracket-match" underline="true"/>
|
34
34
|
<style name="bracket-mismatch" foreground="#000000" background="#ffffff"/><!-- how can i test this one? -->
|
35
35
|
|
36
36
|
<!-- ruby -->
|
37
37
|
<!-- please note: indention does not necessarily mean that there is a mapping -->
|
38
|
-
<style name="def:type" foreground="#
|
39
|
-
<style name="ruby:method" foreground="#
|
40
|
-
<style name="def:builtin" foreground="#
|
41
|
-
<style name="def:keyword" foreground="#
|
42
|
-
<style name="ruby:syntax-char" foreground="#
|
43
|
-
<style name="def:operator" foreground="#
|
44
|
-
<style name="def:boolean" foreground="#
|
45
|
-
<style name="ruby:true" foreground="#
|
46
|
-
<style name="ruby:false" foreground="#
|
47
|
-
<style name="ruby:nil" foreground="#
|
48
|
-
<style name="ruby:self" foreground="#
|
49
|
-
<style name="ruby:collection" foreground="#
|
50
|
-
<style name="def:function" foreground="#
|
51
|
-
|
52
|
-
<style name="def:constant" foreground="#
|
53
|
-
<style name="def:special-constant" foreground="#
|
54
|
-
|
55
|
-
<style name="def:identifier" foreground="#
|
56
|
-
<style name="ruby:instance-variable" foreground="#
|
57
|
-
<style name="ruby:class-variable" foreground="#
|
58
|
-
<style name="ruby:global-variable" foreground="#
|
59
|
-
<style name="ruby:special-variable" foreground="#
|
60
|
-
|
61
|
-
<style name="def:comment" foreground="#
|
62
|
-
<style name="ruby:encoding-comment" foreground="#
|
63
|
-
<style name="def:shebang" foreground="#
|
38
|
+
<style name="def:type" foreground="#4b4b4b"/>
|
39
|
+
<style name="ruby:method" foreground="#4b4b4b"/><!-- of course, also applies to local variables -->
|
40
|
+
<style name="def:builtin" foreground="#0e0e0e"/><!-- ruby:important-method -->
|
41
|
+
<style name="def:keyword" foreground="#778c7a" bold="true"/>
|
42
|
+
<style name="ruby:syntax-char" foreground="#333333"/>
|
43
|
+
<style name="def:operator" foreground="#666666"/>
|
44
|
+
<style name="def:boolean" foreground="#ee0000"/><!-- ruby:special-value -->
|
45
|
+
<style name="ruby:true" foreground="#41b722" underline="true"/>
|
46
|
+
<style name="ruby:false" foreground="#ee0000" underline="true"/>
|
47
|
+
<style name="ruby:nil" foreground="#ee0000"/><!-- #ff3a3a -->
|
48
|
+
<style name="ruby:self" foreground="#509c3b" bold="true"/>
|
49
|
+
<style name="ruby:collection" foreground="#333333" bold="true"/>
|
50
|
+
<style name="def:function" foreground="#333333" bold="true"/><!-- method definition -->
|
51
|
+
|
52
|
+
<style name="def:constant" foreground="#4b4b4b" bold="true"/>
|
53
|
+
<style name="def:special-constant" foreground="#0e0e0e" bold="true"/><!-- ruby:important-constant -->
|
54
|
+
|
55
|
+
<style name="def:identifier" foreground="#41b722"/>
|
56
|
+
<style name="ruby:instance-variable" foreground="#41b722"/>
|
57
|
+
<style name="ruby:class-variable" foreground="#41b722" strikethrough="true"/>
|
58
|
+
<style name="ruby:global-variable" foreground="#41b722"/>
|
59
|
+
<style name="ruby:special-variable" foreground="#41b722" bold="true"/>
|
60
|
+
|
61
|
+
<style name="def:comment" foreground="#929292"/>
|
62
|
+
<style name="ruby:encoding-comment" foreground="#a2a2a2" bold="true"/>
|
63
|
+
<style name="def:shebang" foreground="#a2a2a2" bold="true"/>
|
64
64
|
<style name="def:note" bold="true"/>
|
65
65
|
<style name="def:underlined" underline="true"/>
|
66
|
-
<style name="def:doc-comment"
|
67
|
-
<style name="def:doc-comment-element"
|
68
|
-
|
69
|
-
<style name="def:string" foreground="#
|
70
|
-
<style name="ruby:string-delimiter" foreground="#
|
71
|
-
<style name="def:special-char" foreground="#
|
66
|
+
<style name="def:doc-comment" bold="true"/>
|
67
|
+
<style name="def:doc-comment-element" bold="true"/><!-- not used in ruby -->
|
68
|
+
|
69
|
+
<style name="def:string" foreground="#4a843b"/>
|
70
|
+
<style name="ruby:string-delimiter" foreground="#375d2d"/>
|
71
|
+
<style name="def:special-char" foreground="#6f9c5e"/>
|
72
72
|
<style name="def:character" use-style="def:string"/><!-- question mark notation -->
|
73
73
|
|
74
|
-
<style name="ruby:system" foreground="#
|
75
|
-
<style name="ruby:system-delimiter" foreground="#
|
76
|
-
|
77
|
-
<style name="ruby:symbol" foreground="#ffc66d"/>
|
74
|
+
<style name="ruby:system" foreground="#737c4e"/>
|
75
|
+
<style name="ruby:system-delimiter" foreground="#737c4e" bold="true"/>
|
78
76
|
|
79
|
-
<style name="ruby:
|
80
|
-
<style name="ruby:regex-delimiter" foreground="#e55939"/>
|
81
|
-
<style name="ruby:regex-options" foreground="#e55939" bold="true"/>
|
77
|
+
<style name="ruby:symbol" foreground="#4987b2"/>
|
82
78
|
|
83
|
-
|
84
|
-
|
85
|
-
|
79
|
+
<style name="ruby:regex" foreground="#396c63"/>
|
80
|
+
<style name="ruby:regex-delimiter" foreground="#425955" bold="true"/>
|
81
|
+
<style name="ruby:regex-options" foreground="#425955"/>
|
82
|
+
|
83
|
+
<style name="def:number" foreground="#a56530"/>
|
84
|
+
<style name="def:decimal" foreground="#d34921"/><!-- integer -->
|
85
|
+
<style name="def:base-n-integer" foreground="#d34921"/>
|
86
86
|
|
87
|
-
<style name="def:error"
|
87
|
+
<style name="def:error" foreground="#ffffff" background="#ff0000"/>
|
88
88
|
|
89
89
|
<!-- maybe used in future
|
90
90
|
<style name="ruby:module"/>
|
@@ -94,26 +94,17 @@
|
|
94
94
|
-->
|
95
95
|
|
96
96
|
<!-- currently not used in ruby -->
|
97
|
-
<style name="def:preprocessor" foreground="#
|
98
|
-
<style name="def:complex" foreground="#
|
97
|
+
<style name="def:preprocessor" foreground="#778c7a" bold="true"/><!-- xml:doctype -->
|
98
|
+
<style name="def:complex" foreground="#a56530" italic="true"/>
|
99
99
|
<style name="def:reserved" italic="true"/>
|
100
|
-
<style name="def:statement" foreground="#
|
100
|
+
<style name="def:statement" foreground="#666666"/>
|
101
101
|
|
102
102
|
<!-- other ruby stuff-->
|
103
|
-
<style name="erb:tag" foreground="#
|
104
|
-
<style name="erb:output" foreground="#
|
105
|
-
|
106
|
-
<style name="ruby-bundler-gemfile-lock:gem_name" foreground="#d8843f"/>
|
107
|
-
<style name="ruby-bundler-gemfile-lock:gem_dependency_type" foreground="#edc268" bold="true"/>
|
108
|
-
<style name="ruby-bundler-gemfile-lock:gem_dependency_version" foreground="#edc268"/>
|
103
|
+
<style name="erb:tag" foreground="#77ac7a"/>
|
104
|
+
<style name="erb:output" foreground="#77ac7a" bold="true"/>
|
109
105
|
|
110
106
|
<!-- non ruby -->
|
111
|
-
<style name="xml:element-name" foreground="#
|
112
|
-
|
113
|
-
<style name="css:color" foreground="#6d9cbe"/>
|
114
|
-
<style name="css:known-property-values" foreground="#6d9cbe"/>
|
115
|
-
<style name="css:keyword" foreground="#d8843f"/>
|
116
|
-
|
107
|
+
<style name="xml:element-name" foreground="#778c7a"/><!-- html:tag -->
|
117
108
|
</style-scheme>
|
118
109
|
|
119
110
|
<!-- J-_-L -->
|
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.
|
4
|
+
version: 11.12.06
|
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-
|
14
|
+
date: 2011-12-06 00:00:00.000000000Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: paint
|
18
|
-
requirement: &
|
18
|
+
requirement: &18283300 !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: *
|
26
|
+
version_requirements: *18283300
|
27
27
|
description: Ruby/Rails/Web related gedit language definitions, mime types, styles
|
28
28
|
and snippets.
|
29
29
|
email: mail@janlelis.de
|