branch: elpa/typst-ts-mode
commit f742ee12d0c7118dd5698575d476352c2e3ef9c2
Merge: fa03e477dfc 9be8012c74a
Author: Meow King <[email protected]>
Commit: Meow King <[email protected]>

    Merge pull request 'fix: ts-watch-mode, include hints in error output' 
(#87) from gasche/typst-ts-mode:fix-ts-watch-mode-error-hints into develop
    
    Reviewed-on: https://codeberg.org/meow_king/typst-ts-mode/pulls/87
---
 typst-ts-watch-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/typst-ts-watch-mode.el b/typst-ts-watch-mode.el
index 90fd03b80e9..f80fee30f07 100644
--- a/typst-ts-watch-mode.el
+++ b/typst-ts-watch-mode.el
@@ -51,7 +51,7 @@ PROC: process; OUTPUT: new output from PROC."
                     (+ not-newline) ":"  ; file
                     (+ num) ":"  ; start-line
                     (+ num) "\n"  ; start-col
-                    (+ (+ (or blank num)) "│" (* not-newline) "\n")))
+                    (+ (+ (or blank num)) (or "│" "=") (* not-newline) "\n")))
             (next-match-start-pos 0)
             res-output)
         (while (string-match re output next-match-start-pos)

Reply via email to