emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/dockerfile-mode b99346c738 049/104: Add missing keywords s


From: ELPA Syncer
Subject: [nongnu] elpa/dockerfile-mode b99346c738 049/104: Add missing keywords shell and healthcheck.
Date: Sat, 29 Jan 2022 07:58:32 -0500 (EST)

branch: elpa/dockerfile-mode
commit b99346c73840a3e607a7b7d0951c0808ef7b2780
Author: Julio Lajara <ju2wheels@gmail.com>
Commit: Julio Lajara <ju2wheels@gmail.com>

    Add missing keywords shell and healthcheck.
---
 dockerfile-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dockerfile-mode.el b/dockerfile-mode.el
index 0bd78aef53..c4e4b91217 100644
--- a/dockerfile-mode.el
+++ b/dockerfile-mode.el
@@ -49,7 +49,7 @@ Each element of the list will be passed as a separate
   `(,(cons (rx (or line-start "onbuild ")
                (group (or "from" "maintainer" "run" "cmd" "expose" "env" "arg"
                           "add" "copy" "entrypoint" "volume" "user" "workdir" 
"onbuild"
-                          "label" "stopsignal"))
+                          "label" "stopsignal" "shell" "healthcheck"))
                word-boundary)
            font-lock-keyword-face)
     ,@(sh-font-lock-keywords)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]