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

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

[nongnu] elpa/typescript-mode c1a7d40dd8 005/222: highlight template str


From: ELPA Syncer
Subject: [nongnu] elpa/typescript-mode c1a7d40dd8 005/222: highlight template string
Date: Sun, 6 Feb 2022 16:58:59 -0500 (EST)

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

    highlight template string
---
 typescript-mode.el | 1 +
 1 file changed, 1 insertion(+)

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



reply via email to

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