rmthemegen 0.0.44 → 0.0.45

Sign up to get free protection for your applications and to get access to all the features.
@@ -70,7 +70,7 @@ module RMThemeGen
70
70
  :RUBY_ATTR_READER_CALL =>["keyword.other.special-method.ruby","keyword.other.special-method.ruby",{}],
71
71
  :RUBY_ATTR_WRITER_CALL =>["keyword.other.special-method.ruby","keyword.other.special-method.ruby",{}],
72
72
  # :RUBY_BACK_REF =>["name","scope",{}],
73
- :RUBY_BAD_CHARACTER=>["Invalid Illegal","invalid.illegal",{}],
73
+ :RUBY_BAD_CHARACTER=>["Invalid - Illegal","invalid.illegal",{}],
74
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",{}],
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.44"
7
+ s.version = "0.0.45"
8
8
  s.platform = Gem::Platform::RUBY
9
9
  s.authors = ["David Heitzman"]
10
10
  s.email = ["evolvemeans@gmail.com"]