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.
Files changed (155) hide show
  1. data/.project +18 -0
  2. data/bin/geanyfy.rb +4 -41
  3. data/lib/rmthemegen/basis_theme.tmTheme +971 -0
  4. data/lib/rmthemegen/geany.filetypes.all +2945 -0
  5. data/lib/rmthemegen/plist.html +246 -0
  6. data/lib/rmthemegen/plist_to_tokenlist.rb +242 -0
  7. data/lib/rmthemegen/rmtg_rubymine.rb +196 -0
  8. data/lib/rmthemegen/rmtg_textmate.rb +262 -0
  9. data/lib/rmthemegen/rmthemegen_187.rb +32 -233
  10. data/lib/rmthemegen/rmthemegen_parent.rb +235 -0
  11. data/lib/rmthemegen/rmthemegen_to_css.rb +1 -0
  12. data/lib/rmthemegen/syntaxes/Apache.plist +544 -0
  13. data/lib/rmthemegen/syntaxes/Bibtex.plist +406 -0
  14. data/lib/rmthemegen/syntaxes/Blog___HTML__.plist +88 -0
  15. data/lib/rmthemegen/syntaxes/Blog___Markdown__.plist +89 -0
  16. data/lib/rmthemegen/syntaxes/Blog___Text__.plist +74 -0
  17. data/lib/rmthemegen/syntaxes/Blog___Textile__.plist +74 -0
  18. data/lib/rmthemegen/syntaxes/C.plist +1126 -0
  19. data/lib/rmthemegen/syntaxes/CSS.plist +543 -0
  20. data/lib/rmthemegen/syntaxes/C____.plist +521 -0
  21. data/lib/rmthemegen/syntaxes/ClojureRepl.plist +40 -0
  22. data/lib/rmthemegen/syntaxes/Diff.plist +229 -0
  23. data/lib/rmthemegen/syntaxes/GroovyRepl.plist +40 -0
  24. data/lib/rmthemegen/syntaxes/HTML.plist +960 -0
  25. data/lib/rmthemegen/syntaxes/HTML___Rails__.plist +92 -0
  26. data/lib/rmthemegen/syntaxes/Haskell.plist +646 -0
  27. data/lib/rmthemegen/syntaxes/Io.plist +225 -0
  28. data/lib/rmthemegen/syntaxes/Java.plist +1156 -0
  29. data/lib/rmthemegen/syntaxes/JavaProperties.plist +70 -0
  30. data/lib/rmthemegen/syntaxes/JavaScript.plist +712 -0
  31. data/lib/rmthemegen/syntaxes/LaTeX.plist +1601 -0
  32. data/lib/rmthemegen/syntaxes/LaTeX_Beamer.plist +106 -0
  33. data/lib/rmthemegen/syntaxes/LaTeX_Log.plist +141 -0
  34. data/lib/rmthemegen/syntaxes/Lisp.plist +160 -0
  35. data/lib/rmthemegen/syntaxes/Literate_Haskell.plist +90 -0
  36. data/lib/rmthemegen/syntaxes/Makefile.plist +103 -0
  37. data/lib/rmthemegen/syntaxes/Markdown.plist +1192 -0
  38. data/lib/rmthemegen/syntaxes/Mirah.plist +22 -0
  39. data/lib/rmthemegen/syntaxes/PHP.plist +3481 -0
  40. data/lib/rmthemegen/syntaxes/PHP.xml +3481 -0
  41. data/lib/rmthemegen/syntaxes/Perl.plist +3209 -0
  42. data/lib/rmthemegen/syntaxes/Plain_text.plist +83 -0
  43. data/lib/rmthemegen/syntaxes/Processing.plist +296 -0
  44. data/lib/rmthemegen/syntaxes/Rez.plist +219 -0
  45. data/lib/rmthemegen/syntaxes/Ruby.plist +2891 -0
  46. data/lib/rmthemegen/syntaxes/RubyRepl.plist +40 -0
  47. data/lib/rmthemegen/syntaxes/Ruby_on_Rails.plist +288 -0
  48. data/lib/rmthemegen/syntaxes/SQL.plist +705 -0
  49. data/lib/rmthemegen/syntaxes/SQL___Rails__.plist +51 -0
  50. data/lib/rmthemegen/syntaxes/Shell__Unix__Generic.plist +1855 -0
  51. data/lib/rmthemegen/syntaxes/TeX.plist +246 -0
  52. data/lib/rmthemegen/syntaxes/TeX_Math.plist +132 -0
  53. data/lib/rmthemegen/syntaxes/Textile.plist +490 -0
  54. data/lib/rmthemegen/syntaxes/Vala.plist +285 -0
  55. data/lib/rmthemegen/syntaxes/XML.plist +576 -0
  56. data/lib/rmthemegen/syntaxes/XSL.plist +157 -0
  57. data/lib/rmthemegen/syntaxes/YAML.plist +467 -0
  58. data/lib/rmthemegen/textmate_themes/Active4D.tmTheme +407 -0
  59. data/lib/rmthemegen/textmate_themes/All Hallow's Eve Custom.tmTheme +273 -0
  60. data/lib/rmthemegen/textmate_themes/All Hallow's Eve.tmTheme +277 -0
  61. data/lib/rmthemegen/textmate_themes/Amy.tmTheme +557 -0
  62. data/lib/rmthemegen/textmate_themes/BBEdit.tmTheme +437 -0
  63. data/lib/rmthemegen/textmate_themes/Black Pearl II.tmTheme +496 -0
  64. data/lib/rmthemegen/textmate_themes/Black Pearl.tmTheme +400 -0
  65. data/lib/rmthemegen/textmate_themes/Blackboard Black.tmTheme +350 -0
  66. data/lib/rmthemegen/textmate_themes/Blackboard.tmTheme +350 -0
  67. data/lib/rmthemegen/textmate_themes/Bongzilla.tmTheme +223 -0
  68. data/lib/rmthemegen/textmate_themes/Brilliance Black.tmTheme +2619 -0
  69. data/lib/rmthemegen/textmate_themes/Brilliance Dull.tmTheme +2243 -0
  70. data/lib/rmthemegen/textmate_themes/CSSEdit.tmTheme +203 -0
  71. data/lib/rmthemegen/textmate_themes/Clouds Midnight.tmTheme +361 -0
  72. data/lib/rmthemegen/textmate_themes/Clouds.tmTheme +348 -0
  73. data/lib/rmthemegen/textmate_themes/Cobalt.tmTheme +559 -0
  74. data/lib/rmthemegen/textmate_themes/Coda.tmTheme +313 -0
  75. data/lib/rmthemegen/textmate_themes/Cool Glow.tmTheme +350 -0
  76. data/lib/rmthemegen/textmate_themes/Dawn.tmTheme +437 -0
  77. data/lib/rmthemegen/textmate_themes/Django (Smoothy).tmTheme +453 -0
  78. data/lib/rmthemegen/textmate_themes/Django.tmTheme +436 -0
  79. data/lib/rmthemegen/textmate_themes/Eiffel.tmTheme +439 -0
  80. data/lib/rmthemegen/textmate_themes/Emacs Strict.tmTheme +241 -0
  81. data/lib/rmthemegen/textmate_themes/Espresso Libre.tmTheme +402 -0
  82. data/lib/rmthemegen/textmate_themes/Espresso Tutti.tmTheme +392 -0
  83. data/lib/rmthemegen/textmate_themes/Espresso.tmTheme +329 -0
  84. data/lib/rmthemegen/textmate_themes/Fade to Grey.tmTheme +308 -0
  85. data/lib/rmthemegen/textmate_themes/Fluidvision.tmTheme +443 -0
  86. data/lib/rmthemegen/textmate_themes/ForLaTeX.tmTheme +214 -0
  87. data/lib/rmthemegen/textmate_themes/Freckle.tmTheme +279 -0
  88. data/lib/rmthemegen/textmate_themes/Friendship Bracelet.tmTheme +303 -0
  89. data/lib/rmthemegen/textmate_themes/GitHub.tmTheme +653 -0
  90. data/lib/rmthemegen/textmate_themes/GlitterBomb.tmTheme +387 -0
  91. data/lib/rmthemegen/textmate_themes/Happy happy joy joy 2.tmTheme +841 -0
  92. data/lib/rmthemegen/textmate_themes/IDLE.tmTheme +235 -0
  93. data/lib/rmthemegen/textmate_themes/IR_Black.tmTheme +810 -0
  94. data/lib/rmthemegen/textmate_themes/IR_White.tmTheme +792 -0
  95. data/lib/rmthemegen/textmate_themes/LAZY.tmTheme +291 -0
  96. data/lib/rmthemegen/textmate_themes/Lowlight.tmTheme +605 -0
  97. data/lib/rmthemegen/textmate_themes/Mac Classic.tmTheme +450 -0
  98. data/lib/rmthemegen/textmate_themes/Made of Code.tmTheme +695 -0
  99. data/lib/rmthemegen/textmate_themes/MagicWB (Amiga).tmTheme +376 -0
  100. data/lib/rmthemegen/textmate_themes/Merbivore Soft.tmTheme +285 -0
  101. data/lib/rmthemegen/textmate_themes/Merbivore.tmTheme +285 -0
  102. data/lib/rmthemegen/textmate_themes/Monokai.tmTheme +289 -0
  103. data/lib/rmthemegen/textmate_themes/MultiMarkdown.tmTheme +183 -0
  104. data/lib/rmthemegen/textmate_themes/Pastels on Dark.tmTheme +701 -0
  105. data/lib/rmthemegen/textmate_themes/Pastie.tmTheme +321 -0
  106. data/lib/rmthemegen/textmate_themes/Putty.tmTheme +275 -0
  107. data/lib/rmthemegen/textmate_themes/RDark.tmTheme +235 -0
  108. data/lib/rmthemegen/textmate_themes/Rails Envy.tmTheme +299 -0
  109. data/lib/rmthemegen/textmate_themes/Railscasts.tmTheme +278 -0
  110. data/lib/rmthemegen/textmate_themes/Ryan Light.tmTheme +232 -0
  111. data/lib/rmthemegen/textmate_themes/Slush & Poppies.tmTheme +336 -0
  112. data/lib/rmthemegen/textmate_themes/Smoothy.tmTheme +623 -0
  113. data/lib/rmthemegen/textmate_themes/SpaceCadet.tmTheme +212 -0
  114. data/lib/rmthemegen/textmate_themes/Spectacular.tmTheme +436 -0
  115. data/lib/rmthemegen/textmate_themes/Starlight.tmTheme +111 -0
  116. data/lib/rmthemegen/textmate_themes/Summer Camp Mod.tmTheme +229 -0
  117. data/lib/rmthemegen/textmate_themes/Summer Camp.tmTheme +229 -0
  118. data/lib/rmthemegen/textmate_themes/Sunburst.tmTheme +665 -0
  119. data/lib/rmthemegen/textmate_themes/Swyphs II.tmTheme +306 -0
  120. data/lib/rmthemegen/textmate_themes/Tango.tmTheme +450 -0
  121. data/lib/rmthemegen/textmate_themes/Text Ex Machina.tmTheme +295 -0
  122. data/lib/rmthemegen/textmate_themes/Tubster.tmTheme +280 -0
  123. data/lib/rmthemegen/textmate_themes/Twilight.tmTheme +518 -0
  124. data/lib/rmthemegen/textmate_themes/Vibrant Fin.tmTheme +447 -0
  125. data/lib/rmthemegen/textmate_themes/Vibrant Ink.tmTheme +447 -0
  126. data/lib/rmthemegen/textmate_themes/Vibrant Tango.tmTheme +438 -0
  127. data/lib/rmthemegen/textmate_themes/WhysPoignant.tmTheme +191 -0
  128. data/lib/rmthemegen/textmate_themes/Zenburnesque.tmTheme +343 -0
  129. data/lib/rmthemegen/textmate_themes/[ Argonaut ].tmTheme +387 -0
  130. data/lib/rmthemegen/textmate_themes/choco.tmTheme +542 -0
  131. data/lib/rmthemegen/textmate_themes/fake.tmTheme +669 -0
  132. data/lib/rmthemegen/textmate_themes/iLife 05.tmTheme +619 -0
  133. data/lib/rmthemegen/textmate_themes/iPlastic.tmTheme +286 -0
  134. data/lib/rmthemegen/textmate_themes/idleFingers.tmTheme +380 -0
  135. data/lib/rmthemegen/textmate_themes/krTheme.tmTheme +551 -0
  136. data/lib/rmthemegen/textmate_themes/monoindustrial.tmTheme +451 -0
  137. data/lib/rmthemegen/token_list.rb +171 -101
  138. data/lib/rmthemegen/uv_addons.rb +176 -0
  139. data/rmthemegen.gemspec +4 -1
  140. data/spec/rmthemegen/plist_to_tokenlist_spec.rb +0 -0
  141. data/test/choco.css +138 -0
  142. data/test/choco.render +136 -0
  143. data/test/get_tm_scopes.rb +79 -0
  144. data/test/get_tm_tokens.rb +0 -3
  145. data/test/newtheme.sh +6 -0
  146. data/test/output +14 -0
  147. data/test/rexml.element.methods +100 -0
  148. data/test/scopes_harvested +61 -0
  149. data/test/scopes_harvested.rb +15 -0
  150. data/test/test_generate_themes.rb +75 -38
  151. metadata +198 -13
  152. data/lib/rmthemegen/index.html +0 -2
  153. data/lib/rmthemegen/rmthemegen_187_textmate.rb +0 -155
  154. data/test/rmt_beautiful_quality.tmTheme +0 -399
  155. data/test/rmt_beautiful_quality.xml +0 -2089
@@ -66,17 +66,17 @@ module RMThemeGen
66
66
  # if necessary, so it will be left in for now
67
67
 
68
68
  @@document_opts_to_textmate = {
69
- # :RUBY_ATTR_ACCESSOR_CALL=>["name","scope",{}],
70
- # :RUBY_ATTR_READER_CALL =>["name","scope",{}],
71
- # :RUBY_ATTR_WRITER_CALL =>["name","scope",{}],
69
+ :RUBY_ATTR_ACCESSOR_CALL=>["keyword.other.special-method.ruby","keyword.other.special-method.ruby",{}],
70
+ :RUBY_ATTR_READER_CALL =>["keyword.other.special-method.ruby","keyword.other.special-method.ruby",{}],
71
+ :RUBY_ATTR_WRITER_CALL =>["keyword.other.special-method.ruby","keyword.other.special-method.ruby",{}],
72
72
  # :RUBY_BACK_REF =>["name","scope",{}],
73
73
  :RUBY_BAD_CHARACTER=>["Invalid – Illegal","invalid.illegal",{}],
74
- :RUBY_BRACKETS =>["Parentheses","punctuation.section.function, meta.brace.curly.function, meta.function-call punctuation.section.scope.ruby",{}],
74
+ :RUBY_BRACKETS =>["Ruby Brackets","punctuation.section.function, meta.brace.curly.function, meta.function-call punctuation.section.scope.ruby",{}],
75
75
  :RUBY_COMMA =>["Comma","meta.delimiter.object.comma",{}],
76
76
  :RUBY_COMMENT =>["Comment","comment",{}],
77
- :RUBY_CONSTANT =>["Constant","constant support.constant",{}],
77
+ :RUBY_CONSTANT =>["Constant","constant.language.ruby",{}],
78
78
  :RUBY_CONSTANT_DEF_ID=>["Constant Def ID","constant.character",{}],
79
- :RUBY_CVAR =>["Class Variable","variable.other, punctuation.separator.variable",{}],
79
+ :RUBY_CVAR =>["Class Variable","variable.other.readwrite.class.ruby",{}],
80
80
  :RUBY_ESCAPE_SEQUENCE =>["String Escapes","string constant.character.escape",{}],
81
81
  :RUBY_EXPR_IN_STRING =>["String Interpolation","string.interpolated",{}],
82
82
  :RUBY_GVAR =>["Global Variable","variable.other.readwrite.global",{}],
@@ -86,24 +86,24 @@ module RMThemeGen
86
86
  :RUBY_IDENTIFIER =>["Identifier","constant.language",{}],
87
87
  :RUBY_IMPORT_CALL =>["Import","keyword.control.import",{}],
88
88
  :RUBY_INVALID_ESCAPE_SEQUENCE=>["Invalid","invalid.deprecated invalid.illegal",{}],
89
- :RUBY_IVAR =>["Instance Variable","variable.other.local",{}],
90
- :RUBY_KEYWORD =>["Keyword","keyword",{}],
89
+ :RUBY_IVAR =>["Instance Variable","variable.other.readwrite.instance.ruby",{}],
90
+ :RUBY_KEYWORD =>["Ruby Keyword","keyword.control.ruby meta.module.ruby",{}],
91
91
  # :RUBY_LINE_CONTINUATION=>["name","scope",{}],
92
92
  :RUBY_LOCAL_VAR_ID =>["Local Variable","variable.other.local",{}],
93
93
  :RUBY_METHOD_NAME =>["Method","declaration.function, entity.name.function, support.function.any-method",{}],
94
94
  # :RUBY_NTH_REF =>["name","scope",{}],
95
95
  :RUBY_NUMBER =>["Number","constant.numeric",{}],
96
- :RUBY_OPERATION_SIGN=>["Operator","keyword.operator",{}],
96
+ :RUBY_OPERATION_SIGN=>["Ruby Operation Sign","keyword.operator.logical.ruby",{}],
97
97
  # :RUBY_PARAMDEF_CALL =>["name","scope",{}],
98
- :RUBY_PARAMETER_ID =>["Parameter","variable.parameter",{}],
98
+ :RUBY_PARAMETER_ID =>["Ruby Parameter ID","variable.parameter",{}],
99
99
  # :RUBY_PRIVATE_CALL =>["name","scope",{}],
100
100
  # :RUBY_PROTECTED_CALL =>["name","scope",{}],
101
101
  # :RUBY_PUBLIC_CALL =>["name","scope",{}],
102
102
  :RUBY_REGEXP =>["Regular Expression","string.regexp",{}],
103
103
  # :RUBY_REQUIRE_ARG_CALL=>["name","scope",{}],
104
- :RUBY_REQUIRE_CALL =>["Require","keyword.control.import",{}],
104
+ :RUBY_REQUIRE_CALL =>["Require","keyword.other.special-method.ruby",{}],
105
105
  # :RUBY_SEMICOLON =>["name","scope",{}],
106
- :RUBY_SPECIFIC_CALL =>["Library Call","support.function, support.constant, support.variable, support.other",{}],
106
+ :RUBY_SPECIFIC_CALL =>["Ruby Specific Call","keyword.control.pseudo-method.ruby",{}],
107
107
  :RUBY_STRING =>["String","string",{}],
108
108
  :RUBY_SYMBOL =>["Symbol","constant.other.symbol",{}],
109
109
  # :RUBY_WORDS =>["name","scope",{}],
@@ -114,7 +114,8 @@ module RMThemeGen
114
114
  @@nouns = %w(aardvark able Abyssinian accelerator accordion account accountant achieve acknowledgment acoustic acrylic act action active activity actor actress adapter addition address adjustment advantage advertisement advice Afghanistan Africa aftermath afternoon aftershave afterthought age agenda agreement air airbus airmail airplane airport airship alarm albatross alcohol algebra Algeria alibi alley alligator alloy almanac alphabet alto aluminium aluminum ambulance America American amount amusement anatomy anethesiologist anger angle Angora animal anime ankle answer ant Antarctica anteater Anthony anthropology apartment apology apparatus apparel appeal appendix apple appliance apply approval April Aquarius arch archaeology archeology archer architecture area Argentina argument Aries arithmetic arm armadillo armchair armed Armenian army arrow art ash ashtray Asia asparagus asphalt asterisk astronomy athlete ATM atom atomic attack attempt attention attic attraction August aunt Australia Australian author authority authorization avenue baboon baby back backbone bacon badge badger bag bagel bagpipe bail bait baker bakery balance Balinese ball balloon bamboo banana band bandana Bangladesh banjo bank bankbook banker bar Barbara barber barge baritone barometer base baseball basement basin basket basketball bass bassoon bat bath bathroom bathtub battery battle bay beach bead beam bean bear beard beast beat beautician beauty beaver bed bedroom bee beech beef beer beet beetle beggar beginner begonia behavior Belgian belief believe bell belt bench Bengal beret berry bestseller Betty bibliography bicycle bike bill billboard biology biplane birch bird birth birthday bit bite black bladder blade blanket blinker blizzard block blood blouse blow blowgun blue board boat bobcat body bomb bomber bone bongos bonsai book bookcase booklet boot border botany bottle bottom boundary bow bowling box boy bra brace bracket brain brake branch brand brandy brass Brazil bread break breakfast breath Brian brick bridge British broccoli brochure broker bronze brother brother-in-law brow brown brush bubble bucket budget buffer buffet bugle building bulb bull bulldozer bumper bun burglar Burma burn burst bus bush business butane butcher butter button buzzard cabbage cabinet cable cactus cafe cake calculator calculus calendar calf call camel camera camp Canada Canadian Cancer candle cannon canoe canvas cap capital cappelletti Capricorn captain caption car carbon card cardboard cardigan care carnation Carol carp carpenter carriage carrot cart cartoon case cast castanet cat catamaran caterpillar cathedral catsup cattle cauliflower cause caution cave C-clamp CD ceiling celery celeste cell cellar cello Celsius cement cemetery cent centimeter century ceramic cereal certification chain chair chalk chance change channel character chard Charles chauffeur check cheek cheese cheetah chef chemistry cheque cherry chess chest chick chicken chicory chief child children chill chimpanzee chin China Chinese chive chocolate chord Christmas Christopher chronometer church cicada cinema circle circulation cirrus citizenship city clam clarinet Claus clave clef clerk click client climb clipper cloakroom clock close closet cloth cloud cloudy clover club clutch coach coal coast coat cobweb cockroach cocktail cocoa cod coffee coil coin coke cold collar college collision Colombia colon colony color colt column columnist comb comfort comics comma command commission committee community company comparison competition competitor composer composition computer condition condor cone confirmation conga Congo conifer connection consonant continent control cook cooking copper copy copyright cord cork cormorant corn cornet correspondent cost cotton couch cougar cough country course court cousin cover cow cowbell crab crack cracker craftsman crate crawdad crayfish crayon cream creator creature credit creditor creek crib cricket crime criminal crocodile crocus croissant crook crop cross crow crowd crown crush cry cub Cuban cucumber cultivator cup cupboard curler currency current curtain curve cushion customer cut cuticle cycle cyclone cylinder cymbal dad daffodil dahlia daisy damage dance danger Daniel dash dashboard database date daughter David day dead deadline deal death Deborah debt debtor decade December decimal decision decrease dedication deer defense deficit degree delete delivery den denim dentist deodorant department deposit description desert design desire desk dessert destruction detail detective development dew diamond diaphragm dibble dictionary dietician difference digestion digger digital dill dime dimple dinghy dinner dinosaur diploma dipstick direction dirt disadvantage discovery discussion disease disgust dish distance distribution distributor diving division divorced dock doctor dog dogsled doll dollar dolphin domain Donald donkey Donna door Dorothy double doubt downtown dragon dragonfly drain drake drama draw drawbridge drawer dream dredger dress dresser dressing drill drink drive driver driving drizzle drop drug drum dry dryer duck duckling dugout dungeon dust eagle ear earth earthquake ease east edge edger editor editorial education Edward eel effect egg eggnog eggplant Egypt eight elbow element elephant Elizabeth ellipse emery employee employer encyclopedia end enemy energy engine engineer engineering English enquiry entrance environment epoch epoxy equinox equipment era error estimate ethernet Ethiopia euphonium Europe evening event examination example exchange exclamation exhaust ex-husband existence expansion experience expert explanation ex-wife eye eyebrow eyeliner face facilities fact factory Fahrenheit fairies fall family fan fang farm farmer fat father father-in-law faucet fear feast feather feature February fedelini feedback feeling feet felony female fender ferry ferryboat fiber fiberglass fibre fiction field fifth fight fighter file find fine finger fir fire fired fireman fireplace firewall fish fisherman flag flame flare flat flavor flax flesh flight flock flood floor flower flugelhorn flute fly foam fog fold font food foot football footnote force forecast forehead forest forgery fork form format fortnight foundation fountain fowl fox foxglove fragrance frame France freckle freeze freezer freighter French freon friction Friday friend frog front frost fruit fuel fur furniture galley gallon game gander garage garden garlic gas gasoline gate gateway gauge gazelle gear gearshift geese Gemini gender geography geology geometry George geranium German Germany Ghana ghost giraffe girdle girl gladiolus glass glider gliding glockenspiel glove glue goal goat gold goldfish golf gondola gong good-bye goose gore-tex gorilla gosling government governor grade grain gram granddaughter grandfather grandmother grandson grape graphic grass grasshopper gray grease great-grandfather great-grandmother Greece Greek green grenade grey grill grip ground group grouse growth guarantee Guatemalan guide guilty guitar gum gun gym gymnast hacksaw hail hair haircut half-brother half-sister halibut hall hallway hamburger hammer hamster hand handball handicap handle handsaw harbor hardboard hardcover hardhat hardware harmonica harmony harp hat hate hawk head headlight headline health hearing heart heat heaven hedge height Helen helicopter helium hell helmet help hemp hen heron herring hexagon hill Himalayan hip hippopotamus history hockey hoe hole holiday home honey hood hook hope horn horse hose hospital promenade hour hourglass house hovercraft hub hubcap humidity humor hurricane hyacinth hydrant hydrofoil hydrogen hyena hygienic ice icebreaker icicle icon idea ikebana illegal imprisonment improvement impulse inch income increase index India Indonesia industry ink innocent input insect instruction instrument insulation insurance interactive interest Internet interviewer intestine invention inventory invoice Iran Iraq iris iron island Israel Italian Italy jacket jaguar jail jam James January Japan Japanese jar jasmine Jason jaw jeans jeep Jeff jelly jellyfish Jennifer jet jewel jogging John join joke Joseph journey judge judo juice July jumbo jump jumper June jury justice jute kale kamikaze kangaroo karate Karen kayak kendo Kenneth Kenya ketchup kettle kettledrum Kevin key keyboard keyboarding kick kilogram kilometer Kimberly kiss kitchen kite kitten kitty knee knickers knife knight knot knowledge kohlrabi Korean laborer lace ladybug lake lamb lamp lan land landmine language larch lasagna latency latex lathe laugh laundry Laura law lawyer layer lead leaf learning leather leek leg legal lemonade lentil Leo leopard letter lettuce level Libra library license lier lift light lightning lilac lily limit Linda line linen link lion lip lipstick liquid liquor Lisa list literature litter liver lizard llama loaf loan lobster lock locket locust look loss lotion love low lumber lunch lunchroom lung lute luttuce lycra lynx lyocell lyre lyric macaroni machine macrame magazine magic magician maid mail mailbox mailman makeup Malaysia male mall mallet man manager mandolin manicure Manx map maple maraca marble March Margaret margin Maria marimba mark Mark market married Mary mascara mask mass match math mattock May mayonnaise meal measure meat mechanic medicine meeting melody memory men menu mercury message metal meteorology meter methane Mexican Mexico mice Michael Michelle microwave middle mile milk milkshake millennium millimeter millisecond mimosa mind mine minibus mini-skirt minister mint minute mirror missile mist mistake mitten moat modem mole mom Monday money monkey month moon morning Morocco mosque mosquito mother mother-in-law motion motorboat motorcycle mountain mouse moustache mouth move multi-hop multimedia muscle museum music musician mustard Myanmar nail name Nancy napkin narcissus nation neck need needle neon Nepal nephew nerve nest net network news newsprint newsstand nic nickel niece Nigeria night nitrogen node noise noodle north North America North Korea Norwegian nose note notebook notify novel November number numeric nurse nut nylon oak oatmeal objective oboe observation occupation ocean ocelot octagon octave October octopus odometer offence offer office oil okra olive onion open opera operation ophthalmologist opinion option orange orchestra orchid order organ organisation organization ornament ostrich otter ounce output outrigger oval oven overcoat owl owner ox oxygen oyster packet page pail pain paint pair pajama Pakistan pamphlet pan pancake pancreas panda pansy panther panties pantry pants panty pantyhose paper paperback parade parallelogram parcel parent parentheses park parrot parsnip part particle partner partridge party passbook passenger passive pasta paste pastor pastry patch path patient patio Patricia Paul payment pea peace peak peanut pear pedestrian pediatrician peen pelican pen penalty pencil pendulum pentagon peony pepper perch perfume period periodical peripheral permission Persian person Peru pest pet pharmacist pheasant Philippines philosophy phone physician piano piccolo pickle picture pie pig pigeon pike pillow pilot pimple pin pine ping pink pint pipe Pisces pizza place plain plane plant plantation plaster plasterboard plastic plate platinum play playground playroom pleasure plier plot plough plow plywood pocket poet point poison Poland police policeman polish politician pollution polo polyester pond popcorn poppy porch porcupine port porter position possibility postage postbox pot potato poultry pound powder power precipitation preface prepared pressure price priest print printer prison probation process processing produce product production professor profit promotion propane property prose prosecution protest protocol pruner psychiatrist psychology ptarmigan puffin pull puma pump pumpkin punch punishment puppy purchase purple purpose push PVC pyjama pyramid quail quality quart quarter quartz queen question quicksand quiet quill quilt quince quit quiver quotation rabbi rabbit racing radar radiator radio radish raft rail railway rain rainbow raincoat rainstorm rake ramie range rat rate raven ravioli ray rayon reaction reading reason receipt recess record recorder rectangle red reduction refrigerator refund regret reindeer relation relatives religion relish reminder repair replace report representative request resolution respect responsibility rest restaurant result retailer revolve revolver reward rhinoceros rhythm rice Richard riddle rifle ring rise risk river riverbed road roadway roast Robert robin rock rod roll Romania Romanian Ronald roof room rooster root rose rotation route router rowboat rub rubber rugby rule run Russia Russian rutabaga Ruth sack Sagittarius sail sailboat sailor salad salary sale salesman salmon salt sampan samurai sand Sandra sandwich Santa Sarah sardine satin Saturday sauce Saudi Arabia sausage save saw saxophone scale scallion scanner scarecrow scarf scene scent schedule school science scissors scooter Scorpio scorpion scraper screw screwdriver sea seagull seal seaplane search seashore season seat second secretary secure security seed seeder segment select selection self semicircle semicolon sense sentence separated September servant server session sex shade shadow shake shallot shame shampoo shape share shark Sharon shears sheep sheet shelf shell shield shingle ship shirt shock shoe shoemaker shop shorts shoulder shovel show shrimp shrine Siamese Siberian side sideboard sidecar sidewalk sign signature silica silk silver sing singer single sink sister sister-in-law size skate skiing skill skin skirt sky slash slave sled sleep sleet slice slip slippers slope smash smell smile smoke snail snake sneeze snow snowboarding snowflake snowman snowplow snowstorm soap soccer society sociology sock soda sofa softball softdrink software soldier son song soprano sound soup sousaphone South Africa South America South Korea soy soybean space spade spaghetti Spain spandex spark sparrow spear specialist speedboat sphere Sphynx spider spinach spleen sponge spoon spot spring sprout spruce spy square squash squid squirrel stage staircase stamp star start starter state statement station statistic steam steel stem step step-aunt step-brother stepdaughter step-daughter step-father step-grandfather step-grandmother stepmother step-mother step-sister stepson step-son step-uncle Steven stew stick stitch stock stocking stomach stone stool stop stopwatch store storm story stove stranger straw stream street streetcar stretch string structure study sturgeon submarine substance subway success Sudan suede sugar suggestion suit summer sun Sunday sundial sunflower supermarket supply support surfboard surgeon surname surprise Susan sushi swallow swamp swan sweater sweatshirt sweatshop Swedish sweets swim swimming swing Swiss switch sword swordfish sycamore Syria syrup system table tachometer tadpole tail tailor Taiwan talk tank tanker Tanzania target taste Taurus tax taxi taxicab tea teacher teaching team technician teeth television teller temper temperature temple tempo tendency tennis tenor tent territory test text textbook texture Thailand theater theory thermometer thing thistle Thomas thought thread thrill throat throne thumb thunder thunderstorm Thursday ticket tie tiger tights tile timbales time timer timpani tin tip tire titanium title toad toast toe toilet tomato tomatoes tom-tom ton tongue tooth toothbrush toothpaste top tornado tortellini tortoise touch tower town toy tractor trade traffic trail train tramp transaction transmission transport trapezoid tray treatment tree trial triangle trick trigonometry trip trombone trouble trousers trout trowel truck trumpet trunk t-shirt tsunami tub tuba Tuesday tugboat tulip tuna tune Turkey Turkish turn turnip turnover turret turtle TV twig twilight twine twist typhoon tyvek Uganda Ukraine Ukrainian umbrella uncle underclothes underpants undershirt underwear unit United Kingdom unshielded utensil Uzbekistan vacation vacuum valley value van vase vault vegetable vegetarian veil vein velvet Venezuela Venezuelan verdict vermicelli verse vessel vest veterinarian vibraphone Vietnam view vinyl viola violet violin Virgo viscose vise vision visitor voice volcano volleyball voyage vulture waiter waitress wall wallaby walrus war warm wash washer wasp waste watch watchmaker water waterfall wave wax way wealth weapon weasel weather wedge Wednesday weeder week weight whale wheel whip whiskey whistle white wholesaler whorl wilderness William willow wind windchime window windscreen windshield wine wing winter wire wish withdrawal witness wolf woman women wood wool woolen word work workshop worm wound wrecker wren wrench wrinkles wrist writer xylophone yacht yam yard year yellow yew yogurt Yugoslavian zebra zinc zone zoology
115
115
  )
116
116
 
117
-
117
+ #this is for making textmate themes
118
+ @@scopes_found = ['meta.selector.css entity.name.tag', 'markup.list', 'keyword', 'entity.name.tag', 'storage', 'keyword.operator.js', 'constant.character.escape, string source', 'invalid.deprecated', 'source string source punctuation.section.embedded', 'meta.tag', 'support.other.variable', 'meta.sgml.html meta.doctype, meta.sgml.html meta.doctype entity, meta.sgml.html meta.doctype string, meta.xml-processing, meta.xml-processing entity, meta.xml-processing string', 'meta.section entity.name.section, declaration.section entity.name.section', 'meta.preprocessor.at-rule keyword.control.at-rule', 'comment.block', 'invalid', 'keyword.other', 'support.constant', 'source.ocaml keyword.operator.symbol.prefix.floating-point', 'text source, string.unquoted', 'keyword.control.import', 'string', 'source comment.block', 'keyword.other.unit.css, constant.other.rgb-value.css, constant.numeric.css', 'entity.name.type', 'meta.constructor.argument.css', 'meta.preprocessor.c keyword', 'declaration.tag, declaration.tag entity, meta.tag, meta.tag entity', 'markup.italic', 'support.class, support.type', 'variable.other.constant', 'string.quoted.docinfo.doctype.DTD', 'declaration.sgml.html declaration.doctype, declaration.sgml.html declaration.doctype entity, declaration.sgml.html declaration.doctype string, declaration.xml-processing, declaration.xml-processing entity, declaration.xml-processing string', 'support.type, support.class', 'meta.property-group support.constant.property-value.css, meta.property-value support.constant.property-value.css', 'meta.diff, meta.diff.header, meta.separator', 'markup.heading, markup.heading entity', 'meta.tag, declaration.tag', 'meta.preprocessor', 'string.interpolated constant.character.escape', 'text', 'entity.name.tag.namespace, entity.other.attribute-name.namespace', 'variable.parameter', 'markup.underline', 'keyword.control', 'entity.name.function, keyword.other.name-of-parameter.objc', 'comment', 'entity.name.function', 'meta.tag.preprocessor.xml', 'meta.selector.css, entity.other.attribute-name.pseudo-class.css, entity.name.tag.wildcard.css, entity.other.attribute-name.id.css, entity.other.attribute-name.class.css', 'meta.selector.css entity.other.attribute-name.class', 'entity.name.class', 'string.regexp constant.character.escape, string.regexp source.ruby.embedded, string.regexp string.regexp.arbitrary-repitition', 'constant', 'constant.numeric', 'support.type', 'source', 'meta.tag, meta.tag entity', 'source entity.name.tag, source entity.other.attribute-name, meta.tag.inline, meta.tag.inline entity', 'markup.inserted', 'support.variable', 'string constant', 'variable.language, variable.other', 'entity.name.section', 'string.regexp.character-class', 'storage.type', 'string constant.character.escape', 'meta.function-call.py', 'meta.diff, meta.diff.header', 'entity.name.function, support.function.any-method', 'string variable', 'punctuation', 'variable.other', 'meta.tag, declaration.tag, entity.name.tag, entity.other.attribute-name', 'string.regexp.group', 'meta.preprocessor.c', 'support.function', 'markup.raw', 'source.ocaml keyword.operator.symbol.prefix', 'meta.separator', 'entity.name', 'other.preprocessor.c', 'support.type.property-name.css', 'other.preprocessor', 'variable', 'source.ocaml constant.numeric.floating-point', 'string source', 'declaration.tag.inline, declaration.tag.inline entity, source entity.name.tag, source entity.other.attribute-name, meta.tag.inline, meta.tag.inline entity', 'markup.changed', 'keyword.operator', 'constant.language', 'entity.other.attribute-name', 'meta.selector.css entity.other.attribute-name.tag.pseudo-class', 'source.ocaml keyword.operator.symbol.infix', 'string, meta.verbatim', 'string.regexp', 'markup.quote', 'entity.other.inherited-class', 'text.html.ruby source', 'markup.bold', 'meta.line.entry.logfile, meta.line.exit.logfile', 'support', 'source string source', 'entity', 'markup.heading', 'keyword.type.variant', 'meta.selector.css entity.other.attribute-name.id', 'constant.character.escaped, constant.character.escape, string source, string source.ruby', 'source.ocaml keyword.operator.symbol.infix.floating-point', 'storage.modifier', 'text source', 'meta.cast', 'string.interpolated', 'storage.type.method', 'keyword.other.unit', 'constant.character, constant.other', 'markup.deleted', 'markup comment', 'meta.diff.header, meta.separator.diff, meta.diff.index, meta.diff.range', 'meta.tag.sgml.doctype, meta.tag.sgml.doctype entity, meta.tag.sgml.doctype string, meta.tag.preprocessor.xml, meta.tag.preprocessor.xml entity, meta.tag.preprocessor.xml string', 'entity.name.preprocessor', 'string.quoted source', 'constant.character', 'string.literal', 'string constant.other.placeholder', 'keyword, storage', 'invalid.illegal', 'meta.line.error.logfile', 'invalid.trailing-whitespace', 'meta.property-value support.constant.named-color.css, meta.property-value constant', 'invalid.deprecated.trailing-whitespace', ]
118
119
 
119
120
  @@geany_filetypes_post = <<-HERE
120
121
 
@@ -171,6 +172,7 @@ datasection regex here_q here_qq here_qx string_q string_qq string_qx string_qr
171
172
  pod }
172
173
 
173
174
  @@geany_file_contents = {:h=>"y"}
175
+
174
176
  @@geany_file_contents[:yaml] = <<-ERRREEEEE
175
177
  # For complete documentation of this file, please see Geany's main documentation
176
178
  [styling]
@@ -218,89 +220,90 @@ ERRREEEEE
218
220
  # For complete documentation of this file, please see Geany's main documentation
219
221
  [styling]
220
222
  # foreground;background;bold;italic
221
- html_default=0xffffff;0x000000;false;false
222
- html_tag=0xff6600;0x000000;false;false
223
- html_tagunknown=0xffffff;0x000000;false;false
224
- html_attribute=0x99cc99;0x000000;false;false
225
- html_attributeunknown=0xffffff;0x000000;false;false
226
- html_number=0x99cc99;0x000000;false;false
227
- html_doublestring=0x66ff00;0x000000;false;false
228
- html_singlestring=0x66ff00;0x000000;false;false
229
- html_other=0xffffff;0x000000;false;false
230
- html_comment=0x9933cc;0x000000;false;false
231
- html_entity=0xffffff;0x000000;false;false
232
- html_tagend=0xffffff;0x000000;false;false
223
+ html_default=0xffffff;0x1E1E1E;false;false
224
+ html_tag=0x7392CF;0x1E1E1E;true;false
225
+ html_tagunknown=0xffffff;0x8C0101;true;false
226
+ html_attribute=0xCDA0D5;0x1E1E1E;false;false
227
+ html_attributeunknown=0xffffff;0x8C0101;false;false
228
+ html_number=0x800080;0x1E1E1E;false;false
229
+ html_doublestring=0xA8E498;0x1E1E1E;false;false
230
+ html_singlestring=0xA8E498;0x1E1E1E;false;false
231
+ html_other=0xffffff;0x1E1E1E;false;false
232
+ html_comment=0x747474;0x1E1E1E;false;false
233
+ html_entity=0xFFA95C;0x2C2821;false;false
234
+ html_tagend=0x7392CF;0x1E1E1E;true;false
233
235
  # <?
234
- html_xmlstart=0x99cc99;0x000000;false;false
236
+ html_xmlstart=0x000099;0xf0f0f0;false;false
235
237
  # ?>
236
- html_xmlend=0x99cc99;0x000000;false;false
238
+ html_xmlend=0xffffff;0x1E1E1E;false;false
237
239
  # <script
238
- html_script=0xffffff;0xf0f0f0;false;false
240
+ html_script=0xffffff;0x1E1E1E;false;false
239
241
  # <% ... %>
240
- html_asp=0x66ff00;0xf0f0f0;false;false
242
+ html_asp=0xffffff;0x1E1E1E;false;false
241
243
  # <%@ ... %>
242
- html_aspat=0xffffff;0xf0f0f0;false;false
243
- html_cdata=0xff8000;0x000000;false;false
244
- html_question=0x0000ff;0x000000;false;false
245
- html_value=0xff8000;0x000000;false;false
246
- html_xccomment=0x660099;0x000000;false;false
244
+ html_aspat=0xffffff;0x1E1E1E;false;false
245
+ html_cdata=0xffffff;0x1E1E1E;false;false
246
+ html_question=0xffffff;0x1E1E1E;false;false
247
+ html_value=0xffffff;0x1E1E1E;false;false
248
+ html_xccomment=0xffffff;0x1E1E1E;false;false
249
+
250
+ sgml_default=0xffffff;0x4C1700;false;false
251
+ sgml_comment=0x747474;0x4C1700;false;false
252
+ sgml_special=0xffffff;0x4C1700;false;false
253
+ sgml_command=0xfffffff;0x4C1700;true;false
254
+ sgml_doublestring=0xA8E498;0x4C1700;false;false
255
+ sgml_simplestring=0xA8E498;0x4C1700;false;false
256
+ sgml_1st_param=0xffffff;0x4C1700;false;false
257
+ sgml_entity=0xFFA95C;0x4C1700;false;false
258
+ sgml_block_default=0xffffff;0x4C1700;false;false
259
+ sgml_1st_param_comment=0xffffff;0x4C1700;false;false
260
+ sgml_error=0xff0000;0x4C1700;false;false
261
+
262
+ php_default=0xffffff;0x1E1E1E;false;false
263
+ php_simplestring=0xA18651;0x1E1E1E;false;false
264
+ php_hstring=0xA18651;0x1E1E1E;false;false
265
+ php_number=0x7ECDFF;0x1E1E1E;false;false
266
+ php_word=0xFFCB4F;0x1E1E1E;true;false
267
+ php_variable=0xffffff;0x1E1E1E;false;false
268
+ php_comment=0x747474;0x1E1E1E;false;false
269
+ php_commentline=0x747474;0x1E1E1E;false;false
270
+ php_operator=0x98BAC5;0x1E1E1E;false;false
271
+ php_hstring_variable=0xffffff;0x1E1E1E;false;false
272
+ php_complex_variable=0xffffff;0x1E1E1E;false;false
273
+
274
+ jscript_start=0x008080;0x1E1E1E;false;false
275
+ jscript_default=0xffffff;0x1E1E1E;false;false
276
+ #jscript_comment=0x222222;0x1E1E1E;false;false
277
+ #jscript_commentline=0x808080;0x1E1E1E;false;false
278
+ #jscript_commentdoc=0x3f5fbf;0x1E1E1E;false;false
279
+ #jscript_number=0x006060;0x1E1E1E;false;false
280
+ #jscript_word=0x0000ff;0x1E1E1E;false;false
281
+ #jscript_keyword=0x501000;0x1E1E1E;false;false
282
+ jscript_doublestring=0xff901e;0x1E1E1E;false;false
283
+ jscript_singlestring=0xff901e;0x1E1E1E;false;false
284
+ #jscript_symbols=0x001050;0x1E1E1E;false;false
285
+ #jscript_stringeol=0x000000;0x1E1E1E;false;false
286
+
287
+ jscript_comment=0x747474;0x1E1E1E;false;false
288
+ jscript_commentline=0x747474;0x1E1E1E;false;false
289
+ jscript_commentdoc=0x747474;0x1E1E1E;false;false
290
+ jscript_number=0x7ECDFF;0x1E1E1E;false;false
291
+ jscript_word=0xFFCB4F;0x1E1E1E;false;false
292
+ jscript_keyword=0xAAFF57;0x1E1E1E;true;false
293
+ jscript_symbols=0x98BAC5;0x1E1E1E;true;false
294
+ jscript_stringeol=0xffffff;0xffffff;true;false
247
295
 
248
- sgml_default=0xffffff;0x707070;false;false
249
- sgml_comment=0x9933cc;0x707070;false;false
250
- sgml_special=0xff8000;0x707070;false;false
251
- sgml_command=0xff6600;0x707070;true;false
252
- sgml_doublestring=0x66ff00;0x707070;false;false
253
- sgml_simplestring=0x66ff00;0x707070;false;false
254
- sgml_1st_param=0x99cc99;0x707070;false;false
255
- sgml_entity=0xffffff;0x707070;false;false
256
- sgml_block_default=0xffffff;0x707070;false;false
257
- sgml_1st_param_comment=0x9933cc;0x707070;false;false
258
- sgml_error=0xff80c0;0x707070;false;false
259
-
260
- php_default=0xffffff;0x000000;false;false
261
- php_simplestring=0x66ff00;0x000000;false;false
262
- php_hstring=0x66ff00;0x000000;false;false
263
- php_number=0xff8000;0x000000;false;false
264
- php_word=0xff6600;0x000000;false;false
265
- php_variable=0xffcc00;0x000000;false;false
266
- php_comment=0x9933cc;0x000000;false;false
267
- php_commentline=0x9933cc;0x000000;false;false
268
- php_operator=0x66ff00;0x000000;false;false
269
- php_hstring_variable=0x66ff00;0x000000;false;false
270
- php_complex_variable=0xffcc00;0x000000;false;false
271
-
272
- # used for JavaScript, ASP Javascript, VBScript
273
- jscript_start=0xffffff;0x000000;false;false
274
- jscript_default=0xffffff;0x000000;false;false
275
- jscript_comment=0x9933cc;0x000000;false;false
276
- jscript_commentline=0x9933cc;0x000000;false;false
277
- jscript_commentdoc=0x772cb7;0x070707;true;false
278
- jscript_number=0x99cc99;0x000000;false;false
279
- jscript_word=0xff6600;0x000000;false;false
280
- jscript_keyword=0xffcc00;0x000000;true;false
281
- jscript_doublestring=0xffff00;0x000000;false;false
282
- jscript_singlestring=0xffff00;0x000000;false;false
283
- # same as operators
284
- jscript_symbols=0x999966;0x000000;false;false
285
- jscript_stringeol=0xcccccc;0x000000;false;false
286
- jscript_regex=0x339999;0x000000;false;false
287
-
288
- # for embedded Python script (<script language="python">...</script>), Python styles from
289
- # filetypes.python are used
290
296
 
291
297
  [keywords]
292
- html=a abbr acronym address applet area b base basefont bdo big blockquote body br button caption center cite code col colgroup dd del dfn dir div dl dt em embed fieldset font form frame frameset h1 h2 h3 h4 h5 h6 head hr html i iframe img input ins isindex kbd label legend li link map menu meta noframes noscript object ol optgroup option p param pre q quality s samp script select small span strike strong style sub sup table tbody td textarea tfoot th thead title tr tt u ul var xmlns leftmargin topmargin abbr accept-charset accept accesskey action align alink alt archive axis background bgcolor border cellpadding cellspacing char charoff charset checked cite class classid clear codebase codetype color cols colspan compact content coords data datafld dataformatas datapagesize datasrc datetime declare defer dir disabled enctype face for frame frameborder selected headers height href hreflang hspace http-equiv id ismap label lang language link longdesc marginwidth marginheight maxlength media framespacing method multiple name nohref noresize noshade nowrap object onblur onchange onclick ondblclick onfocus onkeydown onkeypress onkeyup onload onmousedown onmousemove onmouseover onmouseout onmouseup onreset onselect onsubmit onunload profile prompt pluginspage readonly rel rev rows rowspan rules scheme scope scrolling shape size span src standby start style summary tabindex target text title type usemap valign value valuetype version vlink vspace width text password checkbox radio submit reset file hidden image public doctype xml xml:lang
293
- javascript=abs abstract acos anchor asin atan atan2 big bold boolean break byte case catch ceil char charAt charCodeAt class concat const continue cos Date debugger default delete do double else enum escape eval exp export extends false final finally fixed float floor fontcolor fontsize for fromCharCode function goto if implements import in indexOf Infinity instanceof int interface isFinite isNaN italics join lastIndexOf length link log long Math max MAX_VALUE min MIN_VALUE NaN native NEGATIVE_INFINITY new null Number package parseFloat parseInt pop POSITIVE_INFINITY pow private protected public push random return reverse round shift short sin slice small sort splice split sqrt static strike string String sub substr substring sup super switch synchronized tan this throw throws toLowerCase toString toUpperCase transient true try typeof undefined unescape unshift valueOf var void volatile while with
298
+ html=a abbr acronym address applet area b base basefont bdo big blockquote body br button caption center cite code col colgroup dd del dfn dir div dl dt em embed fieldset font form frame frameset h1 h2 h3 h4 h5 h6 head hr html i iframe img input ins isindex kbd label legend li link map menu meta noframes noscript object ol optgroup option p param pre q quality s samp script select small span strike strong style sub sup table tbody td textarea tfoot th thead title tr tt u ul var xmlns leftmargin topmargin abbr accept-charset accept accesskey action align alink alt archive axis background bgcolor border cellpadding cellspacing char charoff charset checked cite class classid clear codebase codetype color cols colspan compact content coords data datafld dataformatas datapagesize datasrc datetime declare defer dir disabled enctype face for frame frameborder selected headers height href hreflang hspace http-equiv id ismap label lang language link longdesc marginwidth marginheight maxlength media framespacing method multiple name nohref noresize noshade nowrap object onblur onchange onclick ondblclick onfocus onkeydown onkeypress onkeyup onload onmousedown onmousemove onmouseover onmouseout onmouseup onreset onselect onsubmit onunload profile prompt pluginspage readonly rel rev rows rowspan rules scheme scope scrolling shape size span src standby start style summary tabindex target text title type usemap valign value valuetype version vlink vspace width text password checkbox radio submit reset file hidden image public doctype xml
299
+ javascript=break this for while null else var false void new delete typeof if in continue true function with return case super extends do const try debugger catch switch finally enum export default class throw import length concat join pop push reverse shift slice splice sort unshift Date Infinity NaN undefined escape eval isFinite isNaN Number parseFloat parseInt string unescape Math abs acos asin atan atan2 ceil cos exp floor log max min pow random round sin sqrt tan MAX_VALUE MIN_VALUE NEGATIVE_INFINITY POSITIVE_INFINITY toString valueOf String length anchor big bold charAt charCodeAt concat fixed fontcolor fontsize fromCharCode indexOf italics lastIndexOf link slice small split strike sub substr substring sup toLowerCase toUpperCase
294
300
  vbscript=and as byref byval case call const continue dim do each else elseif end error exit false for function global goto if in loop me new next not nothing on optional or private public redim rem resume select set sub then to true type while with boolean byte currency date double integer long object single string type variant
295
301
  python=and assert break class continue complex def del elif else except exec finally for from global if import in inherit is int lambda not or pass print raise return tuple try unicode while yield long float str list
296
- php=abstract and array as bool boolean break case catch cfunction __class__ class clone const continue declare default die __dir__ directory do double echo else elseif empty enddeclare endfor endforeach endif endswitch endwhile eval exception exit extends false __file__ final float for foreach __function__ function goto global if implements include include_once int integer interface isset __line__ list __method__ namespace __namespace__ new null object old_function or parent php_user_filter print private protected public real require require_once resource return __sleep static stdclass string switch this throw true try unset use var __wakeup while xor
302
+ php=and or xor FILE exception LINE array as break case class const continue declare default die do echo else elseif empty enddeclare endfor endforeach endif endswitch endwhile eval exit extends for foreach function global if include include_once isset list new print require require_once return static switch unset use var while FUNCTION CLASS METHOD final php_user_filter interface implements extends public private protected abstract clone try catch throw cfunction old_function this
297
303
  sgml=ELEMENT DOCTYPE ATTLIST ENTITY NOTATION
298
304
 
299
305
 
300
306
  [settings]
301
- # default extension used when saving files
302
- #extension=xml
303
-
304
307
  # the following characters are these which a "word" can contains, see documentation
305
308
  #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
306
309
 
@@ -310,16 +313,15 @@ comment_close=-->
310
313
 
311
314
  # set to false if a comment character/string should start at column 0 of a line, true uses any
312
315
  # indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
313
- #command_example();
316
+ #command_example();
314
317
  # setting to false would generate this
315
- # command_example();
318
+ # command_example();
316
319
  # This setting works only for single line comments
317
320
  comment_use_indent=true
318
321
 
319
322
  # context action command (please see Geany's main documentation for details)
320
323
  context_action_cmd=
321
324
 
322
-
323
325
  ERRREEEEE
324
326
  @@geany_file_contents[:vhdl] = <<-ERRREEEEE
325
327
  # For complete documentation of this file, please see Geany's main documentation
@@ -1465,41 +1467,109 @@ ERRREEEEE
1465
1467
  @@geany_file_contents[:html] = <<-ERRREEEEE
1466
1468
  # For complete documentation of this file, please see Geany's main documentation
1467
1469
  [styling]
1468
- # styling for PHP/HTML is done in filetypes.xml
1470
+ # foreground;background;bold;italic
1471
+ html_default=0xffffff;0x1E1E1E;false;false
1472
+ html_tag=0x7392CF;0x1E1E1E;true;false
1473
+ html_tagunknown=0xffffff;0x8C0101;true;false
1474
+ html_attribute=0xCDA0D5;0x1E1E1E;false;false
1475
+ html_attributeunknown=0xffffff;0x8C0101;false;false
1476
+ html_number=0x800080;0x1E1E1E;false;false
1477
+ html_doublestring=0xA8E498;0x1E1E1E;false;false
1478
+ html_singlestring=0xA8E498;0x1E1E1E;false;false
1479
+ html_other=0xffffff;0x1E1E1E;false;false
1480
+ html_comment=0x747474;0x1E1E1E;false;false
1481
+ html_entity=0xFFA95C;0x2C2821;false;false
1482
+ html_tagend=0x7392CF;0x1E1E1E;true;false
1483
+ # <?
1484
+ html_xmlstart=0x000099;0xf0f0f0;false;false
1485
+ # ?>
1486
+ html_xmlend=0xffffff;0x1E1E1E;false;false
1487
+ # <script
1488
+ html_script=0xffffff;0x1E1E1E;false;false
1489
+ # <% ... %>
1490
+ html_asp=0xffffff;0x1E1E1E;false;false
1491
+ # <%@ ... %>
1492
+ html_aspat=0xffffff;0x1E1E1E;false;false
1493
+ html_cdata=0xffffff;0x1E1E1E;false;false
1494
+ html_question=0xffffff;0x1E1E1E;false;false
1495
+ html_value=0xffffff;0x1E1E1E;false;false
1496
+ html_xccomment=0xffffff;0x1E1E1E;false;false
1497
+
1498
+ sgml_default=0xffffff;0x4C1700;false;false
1499
+ sgml_comment=0x747474;0x4C1700;false;false
1500
+ sgml_special=0xffffff;0x4C1700;false;false
1501
+ sgml_command=0xfffffff;0x4C1700;true;false
1502
+ sgml_doublestring=0xA8E498;0x4C1700;false;false
1503
+ sgml_simplestring=0xA8E498;0x4C1700;false;false
1504
+ sgml_1st_param=0xffffff;0x4C1700;false;false
1505
+ sgml_entity=0xFFA95C;0x4C1700;false;false
1506
+ sgml_block_default=0xffffff;0x4C1700;false;false
1507
+ sgml_1st_param_comment=0xffffff;0x4C1700;false;false
1508
+ sgml_error=0xff0000;0x4C1700;false;false
1509
+
1510
+ php_default=0xffffff;0x1E1E1E;false;false
1511
+ php_simplestring=0xA18651;0x1E1E1E;false;false
1512
+ php_hstring=0xA18651;0x1E1E1E;false;false
1513
+ php_number=0x7ECDFF;0x1E1E1E;false;false
1514
+ php_word=0xFFCB4F;0x1E1E1E;true;false
1515
+ php_variable=0xffffff;0x1E1E1E;false;false
1516
+ php_comment=0x747474;0x1E1E1E;false;false
1517
+ php_commentline=0x747474;0x1E1E1E;false;false
1518
+ php_operator=0x98BAC5;0x1E1E1E;false;false
1519
+ php_hstring_variable=0xffffff;0x1E1E1E;false;false
1520
+ php_complex_variable=0xffffff;0x1E1E1E;false;false
1521
+
1522
+ jscript_start=0x008080;0x1E1E1E;false;false
1523
+ jscript_default=0xffffff;0x1E1E1E;false;false
1524
+ #jscript_comment=0x222222;0x1E1E1E;false;false
1525
+ #jscript_commentline=0x808080;0x1E1E1E;false;false
1526
+ #jscript_commentdoc=0x3f5fbf;0x1E1E1E;false;false
1527
+ #jscript_number=0x006060;0x1E1E1E;false;false
1528
+ #jscript_word=0x0000ff;0x1E1E1E;false;false
1529
+ #jscript_keyword=0x501000;0x1E1E1E;false;false
1530
+ jscript_doublestring=0xff901e;0x1E1E1E;false;false
1531
+ jscript_singlestring=0xff901e;0x1E1E1E;false;false
1532
+ #jscript_symbols=0x001050;0x1E1E1E;false;false
1533
+ #jscript_stringeol=0x000000;0x1E1E1E;false;false
1534
+
1535
+ jscript_comment=0x747474;0x1E1E1E;false;false
1536
+ jscript_commentline=0x747474;0x1E1E1E;false;false
1537
+ jscript_commentdoc=0x747474;0x1E1E1E;false;false
1538
+ jscript_number=0x7ECDFF;0x1E1E1E;false;false
1539
+ jscript_word=0xFFCB4F;0x1E1E1E;false;false
1540
+ jscript_keyword=0xAAFF57;0x1E1E1E;true;false
1541
+ jscript_symbols=0x98BAC5;0x1E1E1E;true;false
1542
+ jscript_stringeol=0xffffff;0xffffff;true;false
1469
1543
 
1470
1544
 
1471
- [settings]
1472
- # default extension used when saving files
1473
- #extension=html
1545
+ [keywords]
1546
+ html=a abbr acronym address applet area b base basefont bdo big blockquote body br button caption center cite code col colgroup dd del dfn dir div dl dt em embed fieldset font form frame frameset h1 h2 h3 h4 h5 h6 head hr html i iframe img input ins isindex kbd label legend li link map menu meta noframes noscript object ol optgroup option p param pre q quality s samp script select small span strike strong style sub sup table tbody td textarea tfoot th thead title tr tt u ul var xmlns leftmargin topmargin abbr accept-charset accept accesskey action align alink alt archive axis background bgcolor border cellpadding cellspacing char charoff charset checked cite class classid clear codebase codetype color cols colspan compact content coords data datafld dataformatas datapagesize datasrc datetime declare defer dir disabled enctype face for frame frameborder selected headers height href hreflang hspace http-equiv id ismap label lang language link longdesc marginwidth marginheight maxlength media framespacing method multiple name nohref noresize noshade nowrap object onblur onchange onclick ondblclick onfocus onkeydown onkeypress onkeyup onload onmousedown onmousemove onmouseover onmouseout onmouseup onreset onselect onsubmit onunload profile prompt pluginspage readonly rel rev rows rowspan rules scheme scope scrolling shape size span src standby start style summary tabindex target text title type usemap valign value valuetype version vlink vspace width text password checkbox radio submit reset file hidden image public doctype xml
1547
+ javascript=break this for while null else var false void new delete typeof if in continue true function with return case super extends do const try debugger catch switch finally enum export default class throw import length concat join pop push reverse shift slice splice sort unshift Date Infinity NaN undefined escape eval isFinite isNaN Number parseFloat parseInt string unescape Math abs acos asin atan atan2 ceil cos exp floor log max min pow random round sin sqrt tan MAX_VALUE MIN_VALUE NEGATIVE_INFINITY POSITIVE_INFINITY toString valueOf String length anchor big bold charAt charCodeAt concat fixed fontcolor fontsize fromCharCode indexOf italics lastIndexOf link slice small split strike sub substr substring sup toLowerCase toUpperCase
1548
+ vbscript=and as byref byval case call const continue dim do each else elseif end error exit false for function global goto if in loop me new next not nothing on optional or private public redim rem resume select set sub then to true type while with boolean byte currency date double integer long object single string type variant
1549
+ python=and assert break class continue complex def del elif else except exec finally for from global if import in inherit is int lambda not or pass print raise return tuple try unicode while yield long float str list
1550
+ php=and or xor FILE exception LINE array as break case class const continue declare default die do echo else elseif empty enddeclare endfor endforeach endif endswitch endwhile eval exit extends for foreach function global if include include_once isset list new print require require_once return static switch unset use var while FUNCTION CLASS METHOD final php_user_filter interface implements extends public private protected abstract clone try catch throw cfunction old_function this
1551
+ sgml=ELEMENT DOCTYPE ATTLIST ENTITY NOTATION
1552
+
1474
1553
 
1554
+ [settings]
1475
1555
  # the following characters are these which a "word" can contains, see documentation
1476
1556
  #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
1477
1557
 
1478
1558
  # if only single comment char is supported like # in this file, leave comment_close blank
1479
- # these comments are used for PHP, the comments used in HTML are in filetypes.xml
1480
1559
  comment_open=<!--
1481
1560
  comment_close=-->
1482
1561
 
1483
1562
  # set to false if a comment character/string should start at column 0 of a line, true uses any
1484
1563
  # indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
1485
- #command_example();
1564
+ #command_example();
1486
1565
  # setting to false would generate this
1487
- # command_example();
1566
+ # command_example();
1488
1567
  # This setting works only for single line comments
1489
1568
  comment_use_indent=true
1490
1569
 
1491
1570
  # context action command (please see Geany's main documentation for details)
1492
1571
  context_action_cmd=
1493
1572
 
1494
- [build_settings]
1495
- # %f will be replaced by the complete filename
1496
- # %e will be replaced by the filename without extension
1497
- # (use only one of it at one time)
1498
- # use a syntax checker and ignore the formatted output
1499
- compiler=tidy %f >/dev/null
1500
-
1501
- # the file will be opened with the default browser which can be set in the preferences dialog
1502
- run_cmd=builtin
1503
1573
 
1504
1574
  ERRREEEEE
1505
1575
  @@geany_file_contents[:haskell] = <<-ERRREEEEE
@@ -0,0 +1,176 @@
1
+ module Uv
2
+
3
+ class Converters
4
+ @@render_path = ""
5
+ @@css_path = ""
6
+
7
+ #the following generates a ".render" file that can be used by ultraviolet to later create css and xhtml files to
8
+ #display a theme in the browser
9
+ def self.settings
10
+ unless @settings
11
+ @settings = @theme["settings"].find { |s| ! s["name"] }["settings"]
12
+ end
13
+ @settings
14
+ end
15
+
16
+ def self.tmtheme2render(theme_file, output_file_path)
17
+
18
+ require 'uv/utility'
19
+
20
+ #base_dir = File.join( File.dirname(__FILE__), '..', 'render' )
21
+ base_dir = output_file_path
22
+
23
+
24
+ puts "Processing #{theme_file}"
25
+
26
+ @theme = Plist::parse_xml( theme_file )
27
+
28
+ render = {"name" => @theme["name"]}
29
+ css = {}
30
+
31
+ standard_name = File.basename( theme_file ).downcase.gsub(/\s+/, '_').gsub('.tmtheme', '').gsub(/\W/, '').gsub(/_+/, '_')
32
+ code_name = "pre.#{standard_name}"
33
+
34
+ render["tags"] = []
35
+ count_names = {}
36
+ # puts @theme.each do |i| i.inspect end ;
37
+ # puts @theme.inspect
38
+ # puts @theme.methods
39
+ # puts @theme.class
40
+
41
+ # puts 'standard_name = '+standard_name
42
+ # puts 'code_name = '+code_name
43
+ # puts @theme.keys
44
+ @theme["settings"].each do |t|
45
+ if t["scope"]
46
+ class_name = t["name"].downcase.gsub(/\W/, ' ').gsub('.tmtheme', '').split(' ').collect{|s| s.capitalize}.join
47
+ if class_name == ""
48
+ class_name = "x" * t["name"].size
49
+ end
50
+
51
+ if count_names[class_name]
52
+ tname = class_name
53
+ class_name = "#{class_name}#{count_names[class_name]}"
54
+ count_names[tname] += count_names[tname] + 1
55
+ else
56
+ count_names[class_name] = 1
57
+ end
58
+
59
+ tag = {}
60
+ tag["selector"] = t["scope"]
61
+ tag["begin"] = "<span class=\"#{class_name}\">"
62
+ tag["end"] = "</span>"
63
+ render["tags"] << tag
64
+
65
+ if s = t["settings"]
66
+ style = {}
67
+ style["color"] = Uv.normalize_color(settings, s["foreground"], true)
68
+ style["background-color"] = Uv.normalize_color(settings, s["background"])
69
+ case s["fontStyle"]
70
+ when /bold/ then style["font-weight"] = "bold"
71
+ when /italic/ then style["font-style"] = "italic"
72
+ when /underline/ then style["text-decoration"] = "underline"
73
+ end
74
+ css[".#{class_name}"] = style
75
+ end
76
+ elsif ! t["name"]
77
+ if s = t["settings"]
78
+ style = {}
79
+ style["color"] = Uv.normalize_color(settings, s["foreground"], true)
80
+ style["background-color"] = Uv.alpha_blend(s["background"], s["background"])
81
+ css[code_name] = style
82
+ @style = style
83
+ style = {}
84
+ style["background-color"] = Uv.alpha_blend(s["selection"], s["selection"])
85
+ style["color"] = Uv.foreground( style["background-color"] )
86
+ css[".line-numbers"] = style
87
+
88
+ tag = {}
89
+ tag["begin"] = "<span class=\"line-numbers\">"
90
+ tag["end"] = "</span>"
91
+ render["line-numbers"] = tag
92
+ end
93
+ end
94
+ end
95
+
96
+ render["filter"] = "CGI.escapeHTML( @escaped )"
97
+
98
+ tag = {}
99
+ tag["begin"] = ""
100
+ tag["end"] = ""
101
+ render["line"] = tag
102
+
103
+
104
+ tag = {}
105
+ tag["begin"] = "<pre class=\"#{standard_name}\">"
106
+ tag["end"] = "</pre>"
107
+ render["listing"] = tag
108
+
109
+ tag = {}
110
+ tag["begin"] = <<END
111
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
112
+ <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
113
+
114
+ <head>
115
+ <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
116
+ <meta http-equiv="cache-control" content="no-cache" />
117
+ <meta http-equiv="expires" content="3600" />
118
+ <meta name="revisit-after" content="2 days" />
119
+ <meta name="robots" content="index,follow" />
120
+ <meta name="publisher" content="Dichodaemon" />
121
+ <meta name="copyright" content="Dichodaemon" />
122
+
123
+ <meta name="author" content="Dichodaemon" />
124
+ <meta name="distribution" content="global" />
125
+ <meta name="description" content="Ocatarinetabellachithchix" />
126
+ <meta name="keywords" content="arzaversperia flexilimosos toves" />
127
+ <link rel="stylesheet" type="text/css" media="screen,projection,print" href="css/#{standard_name}.css" />
128
+ <title>#{standard_name}</title>
129
+
130
+ </head>
131
+
132
+ <body>
133
+ END
134
+
135
+ tag["end"] = <<END
136
+ <p>
137
+ <a href="http://validator.w3.org/check?uri=referer">
138
+ <img style="border:0"
139
+ src="http://www.w3.org/Icons/valid-xhtml10"
140
+ alt="Valid XHTML 1.0 Strict" height="31" width="88" />
141
+ </a>
142
+ <a href="http://jigsaw.w3.org/css-validator/check?uri=referer">
143
+ <img style="border:0;width:88px;height:31px"
144
+ src="http://jigsaw.w3.org/css-validator/images/vcss"
145
+ alt="Valid CSS!" />
146
+ </a>
147
+ </p>
148
+ </body>
149
+ </html>
150
+ END
151
+
152
+ render["document"] = tag
153
+
154
+ # File.open( File.join( base_dir, "xhtml", "#{standard_name}.render" ), "w" ) {|f| YAML.dump( render, f ) }
155
+ File.open( File.join( base_dir, "#{standard_name}.render" ), "w" ) {|f| YAML.dump( render, f ) }
156
+
157
+ # File.open( File.join( base_dir, "xhtml", "files", "css", "#{standard_name}.css" ), "w" ) do |f|
158
+ File.open( File.join( base_dir, "#{standard_name}.css" ), "w" ) do |f|
159
+ css.each do |key, values|
160
+ if key == code_name
161
+ f.puts "#{code_name} {"
162
+ #puts @style
163
+ else
164
+ f.puts "#{code_name} #{key} {"
165
+ end
166
+ values.each do |style, value|
167
+ f.puts " #{style}: #{value};" if value
168
+ end
169
+ f.puts "}"
170
+ end
171
+ end
172
+
173
+ end #def
174
+ end #class
175
+
176
+ end
data/rmthemegen.gemspec CHANGED
@@ -4,7 +4,7 @@ require "rmthemegen/version"
4
4
 
5
5
  Gem::Specification.new do |s|
6
6
  s.name = "rmthemegen"
7
- s.version = "0.0.38"
7
+ s.version = "0.0.39"
8
8
  s.platform = Gem::Platform::RUBY
9
9
  s.authors = ["David Heitzman"]
10
10
  s.email = ["evolvemeans@gmail.com"]
@@ -17,6 +17,9 @@ Gem::Specification.new do |s|
17
17
 
18
18
  s.add_dependency('xml-simple', ">= 1.0.15")
19
19
  s.add_dependency('color',">=1.4.1")
20
+ s.add_dependency('textpow',"0.10.1")
21
+ s.add_dependency('plist',"3.1.0")
22
+ s.add_dependency('ultraviolet',"0.10.2")
20
23
 
21
24
  s.add_dependency('rake')
22
25
  s.bindir = "bin"
File without changes