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

    Fix error in compilation-mode alist registration.
---
 typescript-mode.el | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/typescript-mode.el b/typescript-mode.el
index ce3ba209ca..5c7acdcd03 100644
--- a/typescript-mode.el
+++ b/typescript-mode.el
@@ -2014,8 +2014,9 @@ the broken-down class name of the item to insert."
     (regexp
      `((typescript-tsc
         ,typescript-tsc-error-regexp
-        1 2 3 2))
-     `((typescript-tslint
+        1 2 3 2)
+
+       (typescript-tslint
         ,typescript-tslint-warning-regexp
         1 2 3 1)))
   (add-to-list 'compilation-error-regexp-alist-alist regexp)

Reply via email to