rmthemegen 0.0.38 → 0.0.39
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/.project +18 -0
- data/bin/geanyfy.rb +4 -41
- data/lib/rmthemegen/basis_theme.tmTheme +971 -0
- data/lib/rmthemegen/geany.filetypes.all +2945 -0
- data/lib/rmthemegen/plist.html +246 -0
- data/lib/rmthemegen/plist_to_tokenlist.rb +242 -0
- data/lib/rmthemegen/rmtg_rubymine.rb +196 -0
- data/lib/rmthemegen/rmtg_textmate.rb +262 -0
- data/lib/rmthemegen/rmthemegen_187.rb +32 -233
- data/lib/rmthemegen/rmthemegen_parent.rb +235 -0
- data/lib/rmthemegen/rmthemegen_to_css.rb +1 -0
- data/lib/rmthemegen/syntaxes/Apache.plist +544 -0
- data/lib/rmthemegen/syntaxes/Bibtex.plist +406 -0
- data/lib/rmthemegen/syntaxes/Blog___HTML__.plist +88 -0
- data/lib/rmthemegen/syntaxes/Blog___Markdown__.plist +89 -0
- data/lib/rmthemegen/syntaxes/Blog___Text__.plist +74 -0
- data/lib/rmthemegen/syntaxes/Blog___Textile__.plist +74 -0
- data/lib/rmthemegen/syntaxes/C.plist +1126 -0
- data/lib/rmthemegen/syntaxes/CSS.plist +543 -0
- data/lib/rmthemegen/syntaxes/C____.plist +521 -0
- data/lib/rmthemegen/syntaxes/ClojureRepl.plist +40 -0
- data/lib/rmthemegen/syntaxes/Diff.plist +229 -0
- data/lib/rmthemegen/syntaxes/GroovyRepl.plist +40 -0
- data/lib/rmthemegen/syntaxes/HTML.plist +960 -0
- data/lib/rmthemegen/syntaxes/HTML___Rails__.plist +92 -0
- data/lib/rmthemegen/syntaxes/Haskell.plist +646 -0
- data/lib/rmthemegen/syntaxes/Io.plist +225 -0
- data/lib/rmthemegen/syntaxes/Java.plist +1156 -0
- data/lib/rmthemegen/syntaxes/JavaProperties.plist +70 -0
- data/lib/rmthemegen/syntaxes/JavaScript.plist +712 -0
- data/lib/rmthemegen/syntaxes/LaTeX.plist +1601 -0
- data/lib/rmthemegen/syntaxes/LaTeX_Beamer.plist +106 -0
- data/lib/rmthemegen/syntaxes/LaTeX_Log.plist +141 -0
- data/lib/rmthemegen/syntaxes/Lisp.plist +160 -0
- data/lib/rmthemegen/syntaxes/Literate_Haskell.plist +90 -0
- data/lib/rmthemegen/syntaxes/Makefile.plist +103 -0
- data/lib/rmthemegen/syntaxes/Markdown.plist +1192 -0
- data/lib/rmthemegen/syntaxes/Mirah.plist +22 -0
- data/lib/rmthemegen/syntaxes/PHP.plist +3481 -0
- data/lib/rmthemegen/syntaxes/PHP.xml +3481 -0
- data/lib/rmthemegen/syntaxes/Perl.plist +3209 -0
- data/lib/rmthemegen/syntaxes/Plain_text.plist +83 -0
- data/lib/rmthemegen/syntaxes/Processing.plist +296 -0
- data/lib/rmthemegen/syntaxes/Rez.plist +219 -0
- data/lib/rmthemegen/syntaxes/Ruby.plist +2891 -0
- data/lib/rmthemegen/syntaxes/RubyRepl.plist +40 -0
- data/lib/rmthemegen/syntaxes/Ruby_on_Rails.plist +288 -0
- data/lib/rmthemegen/syntaxes/SQL.plist +705 -0
- data/lib/rmthemegen/syntaxes/SQL___Rails__.plist +51 -0
- data/lib/rmthemegen/syntaxes/Shell__Unix__Generic.plist +1855 -0
- data/lib/rmthemegen/syntaxes/TeX.plist +246 -0
- data/lib/rmthemegen/syntaxes/TeX_Math.plist +132 -0
- data/lib/rmthemegen/syntaxes/Textile.plist +490 -0
- data/lib/rmthemegen/syntaxes/Vala.plist +285 -0
- data/lib/rmthemegen/syntaxes/XML.plist +576 -0
- data/lib/rmthemegen/syntaxes/XSL.plist +157 -0
- data/lib/rmthemegen/syntaxes/YAML.plist +467 -0
- data/lib/rmthemegen/textmate_themes/Active4D.tmTheme +407 -0
- data/lib/rmthemegen/textmate_themes/All Hallow's Eve Custom.tmTheme +273 -0
- data/lib/rmthemegen/textmate_themes/All Hallow's Eve.tmTheme +277 -0
- data/lib/rmthemegen/textmate_themes/Amy.tmTheme +557 -0
- data/lib/rmthemegen/textmate_themes/BBEdit.tmTheme +437 -0
- data/lib/rmthemegen/textmate_themes/Black Pearl II.tmTheme +496 -0
- data/lib/rmthemegen/textmate_themes/Black Pearl.tmTheme +400 -0
- data/lib/rmthemegen/textmate_themes/Blackboard Black.tmTheme +350 -0
- data/lib/rmthemegen/textmate_themes/Blackboard.tmTheme +350 -0
- data/lib/rmthemegen/textmate_themes/Bongzilla.tmTheme +223 -0
- data/lib/rmthemegen/textmate_themes/Brilliance Black.tmTheme +2619 -0
- data/lib/rmthemegen/textmate_themes/Brilliance Dull.tmTheme +2243 -0
- data/lib/rmthemegen/textmate_themes/CSSEdit.tmTheme +203 -0
- data/lib/rmthemegen/textmate_themes/Clouds Midnight.tmTheme +361 -0
- data/lib/rmthemegen/textmate_themes/Clouds.tmTheme +348 -0
- data/lib/rmthemegen/textmate_themes/Cobalt.tmTheme +559 -0
- data/lib/rmthemegen/textmate_themes/Coda.tmTheme +313 -0
- data/lib/rmthemegen/textmate_themes/Cool Glow.tmTheme +350 -0
- data/lib/rmthemegen/textmate_themes/Dawn.tmTheme +437 -0
- data/lib/rmthemegen/textmate_themes/Django (Smoothy).tmTheme +453 -0
- data/lib/rmthemegen/textmate_themes/Django.tmTheme +436 -0
- data/lib/rmthemegen/textmate_themes/Eiffel.tmTheme +439 -0
- data/lib/rmthemegen/textmate_themes/Emacs Strict.tmTheme +241 -0
- data/lib/rmthemegen/textmate_themes/Espresso Libre.tmTheme +402 -0
- data/lib/rmthemegen/textmate_themes/Espresso Tutti.tmTheme +392 -0
- data/lib/rmthemegen/textmate_themes/Espresso.tmTheme +329 -0
- data/lib/rmthemegen/textmate_themes/Fade to Grey.tmTheme +308 -0
- data/lib/rmthemegen/textmate_themes/Fluidvision.tmTheme +443 -0
- data/lib/rmthemegen/textmate_themes/ForLaTeX.tmTheme +214 -0
- data/lib/rmthemegen/textmate_themes/Freckle.tmTheme +279 -0
- data/lib/rmthemegen/textmate_themes/Friendship Bracelet.tmTheme +303 -0
- data/lib/rmthemegen/textmate_themes/GitHub.tmTheme +653 -0
- data/lib/rmthemegen/textmate_themes/GlitterBomb.tmTheme +387 -0
- data/lib/rmthemegen/textmate_themes/Happy happy joy joy 2.tmTheme +841 -0
- data/lib/rmthemegen/textmate_themes/IDLE.tmTheme +235 -0
- data/lib/rmthemegen/textmate_themes/IR_Black.tmTheme +810 -0
- data/lib/rmthemegen/textmate_themes/IR_White.tmTheme +792 -0
- data/lib/rmthemegen/textmate_themes/LAZY.tmTheme +291 -0
- data/lib/rmthemegen/textmate_themes/Lowlight.tmTheme +605 -0
- data/lib/rmthemegen/textmate_themes/Mac Classic.tmTheme +450 -0
- data/lib/rmthemegen/textmate_themes/Made of Code.tmTheme +695 -0
- data/lib/rmthemegen/textmate_themes/MagicWB (Amiga).tmTheme +376 -0
- data/lib/rmthemegen/textmate_themes/Merbivore Soft.tmTheme +285 -0
- data/lib/rmthemegen/textmate_themes/Merbivore.tmTheme +285 -0
- data/lib/rmthemegen/textmate_themes/Monokai.tmTheme +289 -0
- data/lib/rmthemegen/textmate_themes/MultiMarkdown.tmTheme +183 -0
- data/lib/rmthemegen/textmate_themes/Pastels on Dark.tmTheme +701 -0
- data/lib/rmthemegen/textmate_themes/Pastie.tmTheme +321 -0
- data/lib/rmthemegen/textmate_themes/Putty.tmTheme +275 -0
- data/lib/rmthemegen/textmate_themes/RDark.tmTheme +235 -0
- data/lib/rmthemegen/textmate_themes/Rails Envy.tmTheme +299 -0
- data/lib/rmthemegen/textmate_themes/Railscasts.tmTheme +278 -0
- data/lib/rmthemegen/textmate_themes/Ryan Light.tmTheme +232 -0
- data/lib/rmthemegen/textmate_themes/Slush & Poppies.tmTheme +336 -0
- data/lib/rmthemegen/textmate_themes/Smoothy.tmTheme +623 -0
- data/lib/rmthemegen/textmate_themes/SpaceCadet.tmTheme +212 -0
- data/lib/rmthemegen/textmate_themes/Spectacular.tmTheme +436 -0
- data/lib/rmthemegen/textmate_themes/Starlight.tmTheme +111 -0
- data/lib/rmthemegen/textmate_themes/Summer Camp Mod.tmTheme +229 -0
- data/lib/rmthemegen/textmate_themes/Summer Camp.tmTheme +229 -0
- data/lib/rmthemegen/textmate_themes/Sunburst.tmTheme +665 -0
- data/lib/rmthemegen/textmate_themes/Swyphs II.tmTheme +306 -0
- data/lib/rmthemegen/textmate_themes/Tango.tmTheme +450 -0
- data/lib/rmthemegen/textmate_themes/Text Ex Machina.tmTheme +295 -0
- data/lib/rmthemegen/textmate_themes/Tubster.tmTheme +280 -0
- data/lib/rmthemegen/textmate_themes/Twilight.tmTheme +518 -0
- data/lib/rmthemegen/textmate_themes/Vibrant Fin.tmTheme +447 -0
- data/lib/rmthemegen/textmate_themes/Vibrant Ink.tmTheme +447 -0
- data/lib/rmthemegen/textmate_themes/Vibrant Tango.tmTheme +438 -0
- data/lib/rmthemegen/textmate_themes/WhysPoignant.tmTheme +191 -0
- data/lib/rmthemegen/textmate_themes/Zenburnesque.tmTheme +343 -0
- data/lib/rmthemegen/textmate_themes/[ Argonaut ].tmTheme +387 -0
- data/lib/rmthemegen/textmate_themes/choco.tmTheme +542 -0
- data/lib/rmthemegen/textmate_themes/fake.tmTheme +669 -0
- data/lib/rmthemegen/textmate_themes/iLife 05.tmTheme +619 -0
- data/lib/rmthemegen/textmate_themes/iPlastic.tmTheme +286 -0
- data/lib/rmthemegen/textmate_themes/idleFingers.tmTheme +380 -0
- data/lib/rmthemegen/textmate_themes/krTheme.tmTheme +551 -0
- data/lib/rmthemegen/textmate_themes/monoindustrial.tmTheme +451 -0
- data/lib/rmthemegen/token_list.rb +171 -101
- data/lib/rmthemegen/uv_addons.rb +176 -0
- data/rmthemegen.gemspec +4 -1
- data/spec/rmthemegen/plist_to_tokenlist_spec.rb +0 -0
- data/test/choco.css +138 -0
- data/test/choco.render +136 -0
- data/test/get_tm_scopes.rb +79 -0
- data/test/get_tm_tokens.rb +0 -3
- data/test/newtheme.sh +6 -0
- data/test/output +14 -0
- data/test/rexml.element.methods +100 -0
- data/test/scopes_harvested +61 -0
- data/test/scopes_harvested.rb +15 -0
- data/test/test_generate_themes.rb +75 -38
- metadata +198 -13
- data/lib/rmthemegen/index.html +0 -2
- data/lib/rmthemegen/rmthemegen_187_textmate.rb +0 -155
- data/test/rmt_beautiful_quality.tmTheme +0 -399
- data/test/rmt_beautiful_quality.xml +0 -2089
@@ -0,0 +1,106 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
3
|
+
<plist version="1.0">
|
4
|
+
<dict>
|
5
|
+
<key>fileTypes</key>
|
6
|
+
<array/>
|
7
|
+
<key>firstLineMatch</key>
|
8
|
+
<string>^\\documentclass(\[.*\])?\{beamer\}</string>
|
9
|
+
<key>foldingStartMarker</key>
|
10
|
+
<string>\\begin\{.*\}|%.*\(fold\)\s*$</string>
|
11
|
+
<key>foldingStopMarker</key>
|
12
|
+
<string>\\end\{.*\}|%.*\(end\)\s*$</string>
|
13
|
+
<key>keyEquivalent</key>
|
14
|
+
<string>^~B</string>
|
15
|
+
<key>name</key>
|
16
|
+
<string>LaTeX Beamer</string>
|
17
|
+
<key>patterns</key>
|
18
|
+
<array>
|
19
|
+
<dict>
|
20
|
+
<key>begin</key>
|
21
|
+
<string>(?:\s*)((\\)begin)(\{)(frame)(\})</string>
|
22
|
+
<key>captures</key>
|
23
|
+
<dict>
|
24
|
+
<key>1</key>
|
25
|
+
<dict>
|
26
|
+
<key>name</key>
|
27
|
+
<string>support.function.be.latex</string>
|
28
|
+
</dict>
|
29
|
+
<key>2</key>
|
30
|
+
<dict>
|
31
|
+
<key>name</key>
|
32
|
+
<string>punctuation.definition.function.latex</string>
|
33
|
+
</dict>
|
34
|
+
<key>3</key>
|
35
|
+
<dict>
|
36
|
+
<key>name</key>
|
37
|
+
<string>punctuation.definition.arguments.begin.latex</string>
|
38
|
+
</dict>
|
39
|
+
<key>4</key>
|
40
|
+
<dict>
|
41
|
+
<key>name</key>
|
42
|
+
<string>variable.parameter.function.latex</string>
|
43
|
+
</dict>
|
44
|
+
<key>5</key>
|
45
|
+
<dict>
|
46
|
+
<key>name</key>
|
47
|
+
<string>punctuation.definition.arguments.end.latex</string>
|
48
|
+
</dict>
|
49
|
+
</dict>
|
50
|
+
<key>end</key>
|
51
|
+
<string>((\\)end)(\{)(frame)(\})</string>
|
52
|
+
<key>name</key>
|
53
|
+
<string>meta.function.environment.frame.latex</string>
|
54
|
+
<key>patterns</key>
|
55
|
+
<array>
|
56
|
+
<dict>
|
57
|
+
<key>include</key>
|
58
|
+
<string>$self</string>
|
59
|
+
</dict>
|
60
|
+
</array>
|
61
|
+
</dict>
|
62
|
+
<dict>
|
63
|
+
<key>captures</key>
|
64
|
+
<dict>
|
65
|
+
<key>1</key>
|
66
|
+
<dict>
|
67
|
+
<key>name</key>
|
68
|
+
<string>support.function.frametitle.latex</string>
|
69
|
+
</dict>
|
70
|
+
<key>2</key>
|
71
|
+
<dict>
|
72
|
+
<key>name</key>
|
73
|
+
<string>punctuation.definition.function.latex</string>
|
74
|
+
</dict>
|
75
|
+
<key>3</key>
|
76
|
+
<dict>
|
77
|
+
<key>name</key>
|
78
|
+
<string>punctuation.definition.arguments.begin.latex</string>
|
79
|
+
</dict>
|
80
|
+
<key>4</key>
|
81
|
+
<dict>
|
82
|
+
<key>name</key>
|
83
|
+
<string>entity.name.function.frame.latex</string>
|
84
|
+
</dict>
|
85
|
+
<key>5</key>
|
86
|
+
<dict>
|
87
|
+
<key>name</key>
|
88
|
+
<string>punctuation.definition.arguments.end.latex</string>
|
89
|
+
</dict>
|
90
|
+
</dict>
|
91
|
+
<key>match</key>
|
92
|
+
<string>((\\)frametitle)(\{)(.*)(\})</string>
|
93
|
+
<key>name</key>
|
94
|
+
<string>meta.function.frametitle.latex</string>
|
95
|
+
</dict>
|
96
|
+
<dict>
|
97
|
+
<key>include</key>
|
98
|
+
<string>text.tex.latex</string>
|
99
|
+
</dict>
|
100
|
+
</array>
|
101
|
+
<key>scopeName</key>
|
102
|
+
<string>text.tex.latex.beamer</string>
|
103
|
+
<key>uuid</key>
|
104
|
+
<string>2ACA20AA-B008-469B-A04A-6DE232973ED8</string>
|
105
|
+
</dict>
|
106
|
+
</plist>
|
@@ -0,0 +1,141 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
3
|
+
<plist version="1.0">
|
4
|
+
<dict>
|
5
|
+
<key>firstLineMatch</key>
|
6
|
+
<string>This is (pdf|pdfe)?TeXk?, Version </string>
|
7
|
+
<key>foldingStartMarker</key>
|
8
|
+
<string>/\*\*|\(\s*$</string>
|
9
|
+
<key>foldingStopMarker</key>
|
10
|
+
<string>\*\*/|^\s*\)</string>
|
11
|
+
<key>name</key>
|
12
|
+
<string>LaTeX Log</string>
|
13
|
+
<key>patterns</key>
|
14
|
+
<array>
|
15
|
+
<dict>
|
16
|
+
<key>match</key>
|
17
|
+
<string>.*Warning:</string>
|
18
|
+
<key>name</key>
|
19
|
+
<string>invalid.deprecated</string>
|
20
|
+
</dict>
|
21
|
+
<dict>
|
22
|
+
<key>match</key>
|
23
|
+
<string>[^:]*:\d*:.*</string>
|
24
|
+
<key>name</key>
|
25
|
+
<string>invalid.deprecated</string>
|
26
|
+
</dict>
|
27
|
+
<dict>
|
28
|
+
<key>match</key>
|
29
|
+
<string>.*Error|^!.*</string>
|
30
|
+
<key>name</key>
|
31
|
+
<string>invalid.illegal</string>
|
32
|
+
</dict>
|
33
|
+
<dict>
|
34
|
+
<key>match</key>
|
35
|
+
<string>.*\.sty</string>
|
36
|
+
<key>name</key>
|
37
|
+
<string>entity.name.function</string>
|
38
|
+
</dict>
|
39
|
+
<dict>
|
40
|
+
<key>match</key>
|
41
|
+
<string>.*\.cls</string>
|
42
|
+
<key>name</key>
|
43
|
+
<string>entity.name.type.class</string>
|
44
|
+
</dict>
|
45
|
+
<dict>
|
46
|
+
<key>match</key>
|
47
|
+
<string>.*\.cfg</string>
|
48
|
+
<key>name</key>
|
49
|
+
<string>entity.name.tag.configuration</string>
|
50
|
+
</dict>
|
51
|
+
<dict>
|
52
|
+
<key>match</key>
|
53
|
+
<string>.*\.def</string>
|
54
|
+
<key>name</key>
|
55
|
+
<string>entity.name.tag.definition</string>
|
56
|
+
</dict>
|
57
|
+
<dict>
|
58
|
+
<key>match</key>
|
59
|
+
<string>.*Info.*</string>
|
60
|
+
<key>name</key>
|
61
|
+
<string>comment.block.documentation</string>
|
62
|
+
</dict>
|
63
|
+
<dict>
|
64
|
+
<key>match</key>
|
65
|
+
<string>.*FiXme:</string>
|
66
|
+
<key>name</key>
|
67
|
+
<string>meta.log.latex.fixme</string>
|
68
|
+
</dict>
|
69
|
+
<dict>
|
70
|
+
<key>begin</key>
|
71
|
+
<string>(Overfull|Underfull)</string>
|
72
|
+
<key>captures</key>
|
73
|
+
<dict>
|
74
|
+
<key>1</key>
|
75
|
+
<dict>
|
76
|
+
<key>name</key>
|
77
|
+
<string>keyword.control.hyphenation.latex</string>
|
78
|
+
</dict>
|
79
|
+
</dict>
|
80
|
+
<key>end</key>
|
81
|
+
<string>(\[\]\n)</string>
|
82
|
+
<key>name</key>
|
83
|
+
<string>meta.log.latex.hyphenation</string>
|
84
|
+
<key>patterns</key>
|
85
|
+
<array>
|
86
|
+
<dict>
|
87
|
+
<key>match</key>
|
88
|
+
<string>[0-9]+\-\-[0-9]+</string>
|
89
|
+
<key>name</key>
|
90
|
+
<string>variable.parameter.hyphenation.latex2</string>
|
91
|
+
</dict>
|
92
|
+
</array>
|
93
|
+
</dict>
|
94
|
+
<dict>
|
95
|
+
<key>begin</key>
|
96
|
+
<string>(<)</string>
|
97
|
+
<key>beginCaptures</key>
|
98
|
+
<dict>
|
99
|
+
<key>0</key>
|
100
|
+
<dict>
|
101
|
+
<key>name</key>
|
102
|
+
<string>punctuation.definition.string.begin.log.latex</string>
|
103
|
+
</dict>
|
104
|
+
</dict>
|
105
|
+
<key>end</key>
|
106
|
+
<string>(>)</string>
|
107
|
+
<key>endCaptures</key>
|
108
|
+
<dict>
|
109
|
+
<key>0</key>
|
110
|
+
<dict>
|
111
|
+
<key>name</key>
|
112
|
+
<string>punctuation.definition.string.end.log.latex</string>
|
113
|
+
</dict>
|
114
|
+
</dict>
|
115
|
+
<key>name</key>
|
116
|
+
<string>string.unquoted.other.filename.log.latex</string>
|
117
|
+
<key>patterns</key>
|
118
|
+
<array>
|
119
|
+
<dict>
|
120
|
+
<key>captures</key>
|
121
|
+
<dict>
|
122
|
+
<key>1</key>
|
123
|
+
<dict>
|
124
|
+
<key>name</key>
|
125
|
+
<string>entity.name.function.filename.latex</string>
|
126
|
+
</dict>
|
127
|
+
</dict>
|
128
|
+
<key>match</key>
|
129
|
+
<string>(.*/.*\.pdf)</string>
|
130
|
+
<key>name</key>
|
131
|
+
<string>support.function.with-arg.latex</string>
|
132
|
+
</dict>
|
133
|
+
</array>
|
134
|
+
</dict>
|
135
|
+
</array>
|
136
|
+
<key>scopeName</key>
|
137
|
+
<string>text.log.latex</string>
|
138
|
+
<key>uuid</key>
|
139
|
+
<string>F68ACE95-7DB3-4DFB-AA8A-89988B116B5C</string>
|
140
|
+
</dict>
|
141
|
+
</plist>
|
@@ -0,0 +1,160 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
3
|
+
<plist version="1.0">
|
4
|
+
<dict>
|
5
|
+
<key>comment</key>
|
6
|
+
<string></string>
|
7
|
+
<key>fileTypes</key>
|
8
|
+
<array>
|
9
|
+
<string>lisp</string>
|
10
|
+
<string>cl</string>
|
11
|
+
<string>l</string>
|
12
|
+
<string>mud</string>
|
13
|
+
<string>el</string>
|
14
|
+
</array>
|
15
|
+
<key>foldingStartMarker</key>
|
16
|
+
<string>\(</string>
|
17
|
+
<key>foldingStopMarker</key>
|
18
|
+
<string>\)</string>
|
19
|
+
<key>keyEquivalent</key>
|
20
|
+
<string>^~L</string>
|
21
|
+
<key>name</key>
|
22
|
+
<string>Lisp</string>
|
23
|
+
<key>patterns</key>
|
24
|
+
<array>
|
25
|
+
<dict>
|
26
|
+
<key>captures</key>
|
27
|
+
<dict>
|
28
|
+
<key>1</key>
|
29
|
+
<dict>
|
30
|
+
<key>name</key>
|
31
|
+
<string>punctuation.definition.comment.lisp</string>
|
32
|
+
</dict>
|
33
|
+
</dict>
|
34
|
+
<key>match</key>
|
35
|
+
<string>(;).*$\n?</string>
|
36
|
+
<key>name</key>
|
37
|
+
<string>comment.line.semicolon.lisp</string>
|
38
|
+
</dict>
|
39
|
+
<dict>
|
40
|
+
<key>captures</key>
|
41
|
+
<dict>
|
42
|
+
<key>2</key>
|
43
|
+
<dict>
|
44
|
+
<key>name</key>
|
45
|
+
<string>storage.type.function-type.lisp</string>
|
46
|
+
</dict>
|
47
|
+
<key>4</key>
|
48
|
+
<dict>
|
49
|
+
<key>name</key>
|
50
|
+
<string>entity.name.function.lisp</string>
|
51
|
+
</dict>
|
52
|
+
</dict>
|
53
|
+
<key>match</key>
|
54
|
+
<string>(\b(?i:(defun|defmethod|defmacro))\b)(\s+)((\w|\-|\!|\?)*)</string>
|
55
|
+
<key>name</key>
|
56
|
+
<string>meta.function.lisp</string>
|
57
|
+
</dict>
|
58
|
+
<dict>
|
59
|
+
<key>captures</key>
|
60
|
+
<dict>
|
61
|
+
<key>1</key>
|
62
|
+
<dict>
|
63
|
+
<key>name</key>
|
64
|
+
<string>punctuation.definition.constant.lisp</string>
|
65
|
+
</dict>
|
66
|
+
</dict>
|
67
|
+
<key>match</key>
|
68
|
+
<string>(#)(\w|[\\+-=<>'"&#])+</string>
|
69
|
+
<key>name</key>
|
70
|
+
<string>constant.character.lisp</string>
|
71
|
+
</dict>
|
72
|
+
<dict>
|
73
|
+
<key>captures</key>
|
74
|
+
<dict>
|
75
|
+
<key>1</key>
|
76
|
+
<dict>
|
77
|
+
<key>name</key>
|
78
|
+
<string>punctuation.definition.variable.lisp</string>
|
79
|
+
</dict>
|
80
|
+
<key>3</key>
|
81
|
+
<dict>
|
82
|
+
<key>name</key>
|
83
|
+
<string>punctuation.definition.variable.lisp</string>
|
84
|
+
</dict>
|
85
|
+
</dict>
|
86
|
+
<key>match</key>
|
87
|
+
<string>(\*)(\S*)(\*)</string>
|
88
|
+
<key>name</key>
|
89
|
+
<string>variable.other.global.lisp</string>
|
90
|
+
</dict>
|
91
|
+
<dict>
|
92
|
+
<key>match</key>
|
93
|
+
<string>\b(?i:case|do|let|loop|if|else|when)\b</string>
|
94
|
+
<key>name</key>
|
95
|
+
<string>keyword.control.lisp</string>
|
96
|
+
</dict>
|
97
|
+
<dict>
|
98
|
+
<key>match</key>
|
99
|
+
<string>\b(?i:eq|neq|and|or)\b</string>
|
100
|
+
<key>name</key>
|
101
|
+
<string>keyword.operator.lisp</string>
|
102
|
+
</dict>
|
103
|
+
<dict>
|
104
|
+
<key>match</key>
|
105
|
+
<string>\b(?i:null|nil)\b</string>
|
106
|
+
<key>name</key>
|
107
|
+
<string>constant.language.lisp</string>
|
108
|
+
</dict>
|
109
|
+
<dict>
|
110
|
+
<key>match</key>
|
111
|
+
<string>\b(?i:cons|car|cdr|cond|lambda|format|setq|setf|quote|eval|append|list|listp|memberp|t|load|progn)\b</string>
|
112
|
+
<key>name</key>
|
113
|
+
<string>support.function.lisp</string>
|
114
|
+
</dict>
|
115
|
+
<dict>
|
116
|
+
<key>match</key>
|
117
|
+
<string>\b((0(x|X)[0-9a-fA-F]*)|(([0-9]+\.?[0-9]*)|(\.[0-9]+))((e|E)(\+|-)?[0-9]+)?)(L|l|UL|ul|u|U|F|f|ll|LL|ull|ULL)?\b</string>
|
118
|
+
<key>name</key>
|
119
|
+
<string>constant.numeric.lisp</string>
|
120
|
+
</dict>
|
121
|
+
<dict>
|
122
|
+
<key>begin</key>
|
123
|
+
<string>"</string>
|
124
|
+
<key>beginCaptures</key>
|
125
|
+
<dict>
|
126
|
+
<key>0</key>
|
127
|
+
<dict>
|
128
|
+
<key>name</key>
|
129
|
+
<string>punctuation.definition.string.begin.lisp</string>
|
130
|
+
</dict>
|
131
|
+
</dict>
|
132
|
+
<key>end</key>
|
133
|
+
<string>"</string>
|
134
|
+
<key>endCaptures</key>
|
135
|
+
<dict>
|
136
|
+
<key>0</key>
|
137
|
+
<dict>
|
138
|
+
<key>name</key>
|
139
|
+
<string>punctuation.definition.string.end.lisp</string>
|
140
|
+
</dict>
|
141
|
+
</dict>
|
142
|
+
<key>name</key>
|
143
|
+
<string>string.quoted.double.lisp</string>
|
144
|
+
<key>patterns</key>
|
145
|
+
<array>
|
146
|
+
<dict>
|
147
|
+
<key>match</key>
|
148
|
+
<string>\\.</string>
|
149
|
+
<key>name</key>
|
150
|
+
<string>constant.character.escape.lisp</string>
|
151
|
+
</dict>
|
152
|
+
</array>
|
153
|
+
</dict>
|
154
|
+
</array>
|
155
|
+
<key>scopeName</key>
|
156
|
+
<string>source.lisp</string>
|
157
|
+
<key>uuid</key>
|
158
|
+
<string>00D451C9-6B1D-11D9-8DFA-000D93589AF6</string>
|
159
|
+
</dict>
|
160
|
+
</plist>
|
@@ -0,0 +1,90 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
3
|
+
<plist version="1.0">
|
4
|
+
<dict>
|
5
|
+
<key>fileTypes</key>
|
6
|
+
<array>
|
7
|
+
<string>lhs</string>
|
8
|
+
</array>
|
9
|
+
<key>keyEquivalent</key>
|
10
|
+
<string>^~H</string>
|
11
|
+
<key>name</key>
|
12
|
+
<string>Literate Haskell</string>
|
13
|
+
<key>patterns</key>
|
14
|
+
<array>
|
15
|
+
<dict>
|
16
|
+
<key>begin</key>
|
17
|
+
<string>^((\\)begin)({)code(})(\s*\n)?</string>
|
18
|
+
<key>captures</key>
|
19
|
+
<dict>
|
20
|
+
<key>1</key>
|
21
|
+
<dict>
|
22
|
+
<key>name</key>
|
23
|
+
<string>support.function.be.latex</string>
|
24
|
+
</dict>
|
25
|
+
<key>2</key>
|
26
|
+
<dict>
|
27
|
+
<key>name</key>
|
28
|
+
<string>punctuation.definition.function.latex</string>
|
29
|
+
</dict>
|
30
|
+
<key>3</key>
|
31
|
+
<dict>
|
32
|
+
<key>name</key>
|
33
|
+
<string>punctuation.definition.arguments.begin.latex</string>
|
34
|
+
</dict>
|
35
|
+
<key>4</key>
|
36
|
+
<dict>
|
37
|
+
<key>name</key>
|
38
|
+
<string>punctuation.definition.arguments.end.latex</string>
|
39
|
+
</dict>
|
40
|
+
</dict>
|
41
|
+
<key>contentName</key>
|
42
|
+
<string>source.haskell.embedded.latex</string>
|
43
|
+
<key>end</key>
|
44
|
+
<string>^((\\)end)({)code(})</string>
|
45
|
+
<key>name</key>
|
46
|
+
<string>meta.function.embedded.haskell.latex</string>
|
47
|
+
<key>patterns</key>
|
48
|
+
<array>
|
49
|
+
<dict>
|
50
|
+
<key>include</key>
|
51
|
+
<string>source.haskell</string>
|
52
|
+
</dict>
|
53
|
+
</array>
|
54
|
+
</dict>
|
55
|
+
<dict>
|
56
|
+
<key>begin</key>
|
57
|
+
<string>^(> )</string>
|
58
|
+
<key>beginCaptures</key>
|
59
|
+
<dict>
|
60
|
+
<key>1</key>
|
61
|
+
<dict>
|
62
|
+
<key>name</key>
|
63
|
+
<string>punctuation.definition.bird-track.haskell</string>
|
64
|
+
</dict>
|
65
|
+
</dict>
|
66
|
+
<key>comment</key>
|
67
|
+
<string>This breaks type signature detection for now, but it's better than having no highlighting whatsoever.</string>
|
68
|
+
<key>end</key>
|
69
|
+
<string>$</string>
|
70
|
+
<key>name</key>
|
71
|
+
<string>meta.embedded.haskell</string>
|
72
|
+
<key>patterns</key>
|
73
|
+
<array>
|
74
|
+
<dict>
|
75
|
+
<key>include</key>
|
76
|
+
<string>source.haskell</string>
|
77
|
+
</dict>
|
78
|
+
</array>
|
79
|
+
</dict>
|
80
|
+
<dict>
|
81
|
+
<key>include</key>
|
82
|
+
<string>text.tex.latex</string>
|
83
|
+
</dict>
|
84
|
+
</array>
|
85
|
+
<key>scopeName</key>
|
86
|
+
<string>text.tex.latex.haskell</string>
|
87
|
+
<key>uuid</key>
|
88
|
+
<string>439807F5-7129-487D-B5DC-95D5272B43DD</string>
|
89
|
+
</dict>
|
90
|
+
</plist>
|
@@ -0,0 +1,103 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
3
|
+
<plist version="1.0">
|
4
|
+
<dict>
|
5
|
+
<key>fileTypes</key>
|
6
|
+
<array>
|
7
|
+
<string>GNUmakefile</string>
|
8
|
+
<string>makefile</string>
|
9
|
+
<string>Makefile</string>
|
10
|
+
<string>OCamlMakefile</string>
|
11
|
+
</array>
|
12
|
+
<key>name</key>
|
13
|
+
<string>Makefile</string>
|
14
|
+
<key>patterns</key>
|
15
|
+
<array>
|
16
|
+
<dict>
|
17
|
+
<key>begin</key>
|
18
|
+
<string>^(\w|[-_])+\s*\??=</string>
|
19
|
+
<key>end</key>
|
20
|
+
<string>$</string>
|
21
|
+
<key>name</key>
|
22
|
+
<string>variable.other.makefile</string>
|
23
|
+
<key>patterns</key>
|
24
|
+
<array>
|
25
|
+
<dict>
|
26
|
+
<key>match</key>
|
27
|
+
<string>\\\n</string>
|
28
|
+
</dict>
|
29
|
+
</array>
|
30
|
+
</dict>
|
31
|
+
<dict>
|
32
|
+
<key>begin</key>
|
33
|
+
<string>`</string>
|
34
|
+
<key>end</key>
|
35
|
+
<string>`</string>
|
36
|
+
<key>name</key>
|
37
|
+
<string>string.interpolated.backtick.makefile</string>
|
38
|
+
<key>patterns</key>
|
39
|
+
<array>
|
40
|
+
<dict>
|
41
|
+
<key>include</key>
|
42
|
+
<string>source.shell</string>
|
43
|
+
</dict>
|
44
|
+
</array>
|
45
|
+
</dict>
|
46
|
+
<dict>
|
47
|
+
<key>begin</key>
|
48
|
+
<string>#</string>
|
49
|
+
<key>beginCaptures</key>
|
50
|
+
<dict>
|
51
|
+
<key>0</key>
|
52
|
+
<dict>
|
53
|
+
<key>name</key>
|
54
|
+
<string>punctuation.definition.comment.makefile</string>
|
55
|
+
</dict>
|
56
|
+
</dict>
|
57
|
+
<key>end</key>
|
58
|
+
<string>$\n?</string>
|
59
|
+
<key>name</key>
|
60
|
+
<string>comment.line.number-sign.makefile</string>
|
61
|
+
<key>patterns</key>
|
62
|
+
<array>
|
63
|
+
<dict>
|
64
|
+
<key>match</key>
|
65
|
+
<string>(?<!\\)\\$\n</string>
|
66
|
+
<key>name</key>
|
67
|
+
<string>punctuation.separator.continuation.makefile</string>
|
68
|
+
</dict>
|
69
|
+
</array>
|
70
|
+
</dict>
|
71
|
+
<dict>
|
72
|
+
<key>match</key>
|
73
|
+
<string>^\t\s*$</string>
|
74
|
+
<key>name</key>
|
75
|
+
<string>invalid.deprecated.opaque-rule-continuation.makefile</string>
|
76
|
+
</dict>
|
77
|
+
<dict>
|
78
|
+
<key>match</key>
|
79
|
+
<string>^(\s*)\b(\-??include|ifeq|ifneq|ifdef|ifndef|else|endif|vpath|export|unexport|define|endef|override)\b</string>
|
80
|
+
<key>name</key>
|
81
|
+
<string>keyword.control.makefile</string>
|
82
|
+
</dict>
|
83
|
+
<dict>
|
84
|
+
<key>captures</key>
|
85
|
+
<dict>
|
86
|
+
<key>1</key>
|
87
|
+
<dict>
|
88
|
+
<key>name</key>
|
89
|
+
<string>entity.name.function.makefile</string>
|
90
|
+
</dict>
|
91
|
+
</dict>
|
92
|
+
<key>match</key>
|
93
|
+
<string>^([^\t ]+:(?!\=))\s*.*</string>
|
94
|
+
<key>name</key>
|
95
|
+
<string>meta.function.makefile</string>
|
96
|
+
</dict>
|
97
|
+
</array>
|
98
|
+
<key>scopeName</key>
|
99
|
+
<string>source.makefile</string>
|
100
|
+
<key>uuid</key>
|
101
|
+
<string>FF1825E8-6B1C-11D9-B883-000D93589AF6</string>
|
102
|
+
</dict>
|
103
|
+
</plist>
|