languages/dockerfile: init

Add dockerfile support using docker-language-server, dockerfmt, and
hadolint.
This commit is contained in:
Poseidon 2025-08-23 14:49:25 -05:00
commit 587551c597
No known key found for this signature in database
4 changed files with 140 additions and 1 deletions

View file

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