Add vim ft=Dockerfile for syntax highlight detection in editors

This commit is contained in:
Michael Aquilina
2019-09-02 18:07:49 +01:00
parent f9b65baa2e
commit 1f84936639
5 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,5 @@
# vim: ft=Dockerfile
FROM fedora:30
RUN dnf install sway meson git libinput-devel wayland-devel wayland-protocols-devel egl-wayland-devel mesa-libEGL-devel mesa-libGLES-devel mesa-libgbm-devel libxkbcommon-devel libudev-devel pixman-devel gtkmm30-devel jsoncpp-devel scdoc -y && \