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 51c2132543
No known key found for this signature in database
4 changed files with 170 additions and 0 deletions

View file

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