emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/jade-mode a7c85da4df 048/128: Added single quoted strings


From: ELPA Syncer
Subject: [nongnu] elpa/jade-mode a7c85da4df 048/128: Added single quoted strings support to stylus mode.
Date: Sat, 29 Jan 2022 08:24:46 -0500 (EST)

branch: elpa/jade-mode
commit a7c85da4df71b3a4e361a55df946028ca7e08726
Author: Jaakko Pallari <jkpl@lepovirta.org>
Commit: Jaakko Pallari <jkpl@lepovirta.org>

    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

[Prev in Thread] Current Thread [Next in Thread]