haml-edge 3.1.34 → 3.1.35

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/EDGE_GEM_VERSION +1 -1
  2. data/VERSION +1 -1
  3. data/extra/haml-mode.el +2 -1
  4. metadata +1 -1
data/EDGE_GEM_VERSION CHANGED
@@ -1 +1 @@
1
- 3.1.34
1
+ 3.1.35
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.1.34
1
+ 3.1.35
data/extra/haml-mode.el CHANGED
@@ -136,7 +136,8 @@ and `font-lock-syntactic-keywords', respectively."
136
136
 
137
137
  (defun haml-fontify-region-as-ruby (beg end)
138
138
  "Use Ruby's font-lock variables to fontify the region between BEG and END."
139
- (haml-fontify-region beg end ruby-font-lock-keywords nil
139
+ (haml-fontify-region beg end ruby-font-lock-keywords
140
+ ruby-font-lock-syntax-table
140
141
  ruby-font-lock-syntactic-keywords))
141
142
 
142
143
  (defun haml-handle-filter (filter-name limit fn)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: haml-edge
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.34
4
+ version: 3.1.35
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathan Weizenbaum