branch: elpa/jade-mode
commit a7c85da4df71b3a4e361a55df946028ca7e08726
Author: Jaakko Pallari <[email protected]>
Commit: Jaakko Pallari <[email protected]>

    Added single quoted strings support to stylus mode.
---
 stylus-mode.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/stylus-mode.el b/stylus-mode.el
index 63eef0b6d0..46cc196249 100644
--- a/stylus-mode.el
+++ b/stylus-mode.el
@@ -57,6 +57,7 @@
     (modify-syntax-entry ?\/ ". 124b" syntable)
     (modify-syntax-entry ?* ". 23" syntable)
     (modify-syntax-entry ?\n "> b" syntable)
+    (modify-syntax-entry ?' "\"" syntable)
     syntable)
   "Syntax table for `stylus-mode'.")
 

Reply via email to