Merge remote-tracking branch 'inahga/inahga-dockerfile-detection'

This commit is contained in:
Maxime Coste 2022-09-09 17:05:33 +02:00
commit 1b478c0ace

View File

@ -6,7 +6,7 @@
# Detection
# ‾‾‾‾‾‾‾‾‾
hook global BufCreate .*/?Dockerfile(\.\w+)?$ %{
hook global BufCreate .*/?Dockerfile(\..+)?$ %{
set-option buffer filetype dockerfile
}