haml-edge 2.1.15 → 2.1.16

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 (4) hide show
  1. data/EDGE_GEM_VERSION +1 -1
  2. data/VERSION +1 -1
  3. data/extra/sass-mode.el +1 -0
  4. metadata +1 -1
data/EDGE_GEM_VERSION CHANGED
@@ -1 +1 @@
1
- 2.1.15
1
+ 2.1.16
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.1.15
1
+ 2.1.16
data/extra/sass-mode.el CHANGED
@@ -72,6 +72,7 @@ text nested beneath them.")
72
72
  (defconst sass-syntax-table
73
73
  (let ((st (make-syntax-table)))
74
74
  (modify-syntax-entry ?- "w" st)
75
+ (modify-syntax-entry ?_ "w" st)
75
76
  st))
76
77
 
77
78
  (defconst sass-script-syntax-table
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: 2.1.15
4
+ version: 2.1.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathan Weizenbaum