summaryrefslogtreecommitdiff
path: root/cider-repl.el
diff options
context:
space:
mode:
authorVitalie Spinu <spinuvit@gmail.com>2018-05-12 12:46:38 +0200
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2018-05-13 19:28:48 +0300
commitb57318040420ec71b0cdc2f59cd301fa6a41ce25 (patch)
treefca13fc9351507f0d4d4e67101b77e9bff7da2a5 /cider-repl.el
parent466c66096ccb213ebd785aa31fc5c91ebc88bea5 (diff)
Add locref reg-expressions for cljs-messages and reflection warnings
Diffstat (limited to 'cider-repl.el')
-rw-r--r--cider-repl.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/cider-repl.el b/cider-repl.el
index cbeaa794..7c2add3d 100644
--- a/cider-repl.el
+++ b/cider-repl.el
@@ -1198,7 +1198,9 @@ namespace to switch to."
'((stdout-stacktrace "[ \t]\\(at \\([^$(]+\\).*(\\([^:()]+\\):\\([0-9]+\\))\\)" 1 2 3 4)
(aviso-stacktrace "^[ \t]*\\(\\([^$/ \t]+\\).*? +\\([^:]+\\): +\\([0-9]+\\)\\)" 1 2 3 4)
(print-stacktrace "\\[\\([^][$ \t]+\\).* +\\([^ \t]+\\) +\\([0-9]+\\)\\]" 0 1 2 3)
- (timbre-log "\\(TRACE\\|INFO\\|DEBUG\\|WARN\\|ERROR\\) +\\(\\[\\([^:]+\\):\\([0-9]+\\)\\]\\)" 2 3 nil 4))
+ (timbre-log "\\(TRACE\\|INFO\\|DEBUG\\|WARN\\|ERROR\\) +\\(\\[\\([^:]+\\):\\([0-9]+\\)\\]\\)" 2 3 nil 4)
+ (cljs-message "at line \\([0-9]+\\) +\\(.*\\)$" 0 nil 2 1)
+ (reflection "Reflection warning, +\\(\\([^\n:]+\\):\\([0-9]+\\):[0-9]+\\)" 1 nil 2 3))
"Alist holding regular expressions for inline location references.
Each element in the alist has the form (NAME REGEXP HIGHLIGHT VAR FILE
LINE), where NAME is the identifier of the regexp, REGEXP - regexp matching