branch: elpa/typescript-mode
commit 3abc9dc6da7753653a55de0f45a8c7f7534e8739
Author: Anantha Kumaran <[email protected]>
Commit: Anantha Kumaran <[email protected]>
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'.")