languages/dockerfile: init

Add dockerfile support using docker-language-server, dockerfmt, and
hadolint.
This commit is contained in:
Poseidon 2025-09-16 14:41:52 -05:00
commit c340eaf46f
No known key found for this signature in database
4 changed files with 140 additions and 0 deletions

View file

@ -91,6 +91,7 @@ isMaximal: {
fsharp.enable = false;
just.enable = false;
qml.enable = false;
dockerfile.enable = false;
tailwind.enable = false;
svelte.enable = false;