Tighten gnu
compile regexp further
* lisp/progmodes/compile.el (compilation-error-regexp-alist-alist): The -fanalyzer ASCII art does not contain tabs.
This commit is contained in:
parent
84bf954986
commit
1a84b7a328
1 changed files with 2 additions and 3 deletions
|
@ -347,9 +347,8 @@ of[ \t]+\"?\\([a-zA-Z]?:?[^\":\n]+\\)\"?:" 3 2 nil (1))
|
|||
;; which is used for non-interactive programs other than
|
||||
;; compilers (e.g. the "jade:" entry in compilation.txt).
|
||||
(? (| (: alpha (+ (in ?. ?- alnum)) ":" (? " "))
|
||||
;; Skip indentation generated by tools like GCC's
|
||||
;; -fanalyzer.
|
||||
(: (+ (in " \t")) "|")))
|
||||
;; Skip indentation generated by GCC's -fanalyzer.
|
||||
(: (+ " ") "|")))
|
||||
|
||||
;; File name group.
|
||||
(group-n 1
|
||||
|
|
Loading…
Add table
Reference in a new issue