There was an error while loading. Please reload this page.
2 parents f92c0ac + e2ff225 commit fdcba03Copy full SHA for fdcba03
1 file changed
lisp/php-flymake.el
@@ -49,8 +49,8 @@
49
(rx bol (? "PHP ")
50
(group (or "Parse" "Fatal")) ;; 1: type, not used
51
" error:" (+ (syntax whitespace))
52
- (group (+? any)) ;; 2: msg
53
- " in " (group (+? any)) ;; 3: file, not used
+ (group (+? not-newline)) ;; 2: msg
+ " in " (group (+? not-newline)) ;; 3: file, not used
54
" on line " (group (+ num)) ;; 4: line
55
eol)))
56
0 commit comments