-1

In textmate, in Ruby, when I define a class or module whose name contains Feature, my themes break! By "break", I mean I loose coloration and indentation, it's like it was basic text.

#works fine
class Featurable
end

#break
class Model::Feature
end

#break
module Featured
end

If you could test that or tell me what's wrong...

Robin
  • 21,667
  • 10
  • 62
  • 85

1 Answers1

1

Do you also have the Cucumber bundle activated? I can see how that would interfere with Ruby highlighting.

Michael Kohl
  • 66,324
  • 14
  • 138
  • 158