mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Support shellcheck in compilation-mode
* lisp/progmodes/compile.el (compilation-error-regexp-alist-alist): Add shellcheck regexp. * test/lisp/progmodes/compile-tests.el (compile-tests--test-regexps-data): (compile-test-error-regexps): Add test for shellcheck. * etc/compilation.txt: Add shellcheck example. * etc/NEWS: Announce the change. foo
This commit is contained in:
parent
c0188959c1
commit
2788557000
4 changed files with 18 additions and 1 deletions
|
|
@ -449,6 +449,9 @@ during global destruction\\.$\\)" 1 2)
|
|||
\\([0-9]+\\) of file://\\(.+\\)"
|
||||
4 2 3 (1))
|
||||
|
||||
(shellcheck
|
||||
"^In \\(.+\\) line \\([0-9]+\\):" 1 2)
|
||||
|
||||
(sparc-pascal-file
|
||||
"^\\w\\w\\w \\w\\w\\w +[0-3]?[0-9] +[0-2][0-9]:[0-5][0-9]:[0-5][0-9]\
|
||||
[12][09][0-9][0-9] +\\(.*\\):$"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue