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

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

[nongnu] elpa/typescript-mode 3abc9dc6da 006/222: missed table


From: ELPA Syncer
Subject: [nongnu] elpa/typescript-mode 3abc9dc6da 006/222: missed table
Date: Sun, 6 Feb 2022 16:58:59 -0500 (EST)

branch: elpa/typescript-mode
commit 3abc9dc6da7753653a55de0f45a8c7f7534e8739
Author: Anantha Kumaran <ananthakumaran@gmail.com>
Commit: Anantha Kumaran <ananthakumaran@gmail.com>

    missed table
---
 typescript-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/typescript-mode.el b/typescript-mode.el
index 691b1c6569..987e84dc27 100644
--- a/typescript-mode.el
+++ b/typescript-mode.el
@@ -494,7 +494,7 @@ comment."
   (let ((table (make-syntax-table)))
     (c-populate-syntax-table table)
     (modify-syntax-entry ?$ "_" table)
-    (modify-syntax-entry ?` "\"")
+    (modify-syntax-entry ?` "\"" table)
     table)
   "Syntax table for `typescript-mode'.")
 



reply via email to

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