rouge 0.3.1 → 0.3.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,6 +3,8 @@ module Rouge
3
3
  # shared states with SCSS
4
4
  # TODO: make this less nasty to do
5
5
  SASS_COMMON = proc do
6
+ id = /[\w-]+/
7
+
6
8
  state :content_common do
7
9
  rule /@for\b/, 'Keyword', :for
8
10
  rule /@(debug|warn|if|while)/, 'Keyword', :value
@@ -1,5 +1,5 @@
1
1
  module Rouge
2
2
  def self.version
3
- "0.3.1"
3
+ "0.3.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rouge
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: