branch: elpa/typescript-mode
commit 7f1cde0a901615abb45556a4555a32803eddd6a7
Author: Jostein Kjønigsen <[email protected]>
Commit: Jostein Kjønigsen <[email protected]>

    Make c-comment-line-break-function work as expected.
---
 typescript-mode.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/typescript-mode.el b/typescript-mode.el
index c1f8fedd33..f4e326482b 100644
--- a/typescript-mode.el
+++ b/typescript-mode.el
@@ -2946,6 +2946,7 @@ Key bindings:
         c-paragraph-start "$"
         c-paragraph-separate "$"
         c-block-comment-prefix "* "
+        c-block-comment-ender-regexp "\\*/"
         c-line-comment-starter "//"
         c-comment-start-regexp "/[*/]\\|\\s!"
         comment-start-skip "\\(//+\\|/\\*+\\)\\s *")

Reply via email to