Add dockerfile-mode
This commit is contained in:
parent
788f4581e2
commit
eed3091f38
1 changed files with 3 additions and 0 deletions
|
@ -119,6 +119,9 @@ enable multiple minor modes for the same regexp.")
|
||||||
(use-package yaml-mode :mode "\\.ya?ml$")
|
(use-package yaml-mode :mode "\\.ya?ml$")
|
||||||
(use-package toml-mode :mode "\\.toml$")
|
(use-package toml-mode :mode "\\.toml$")
|
||||||
(use-package json-mode :mode "\\.js\\(on\\|hintrc\\)$")
|
(use-package json-mode :mode "\\.js\\(on\\|hintrc\\)$")
|
||||||
|
(use-package dockerfile-mode :mode "/Dockerfile$"
|
||||||
|
:config
|
||||||
|
(define-builder! dockerfile-mode dockerfile-build-buffer "Dockerfile"))
|
||||||
|
|
||||||
;; Plugins ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;; Plugins ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue