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

@ -144,3 +144,12 @@
[Machshev](https://github.com/machshev):
- Added `ruff` and `ty` LSP support for Python under `programs.python`.
[Poseidon](https://github.com/poseidon-rises):
[docker-language-server]: https://github.com/docker/docker-language-server
[dockerfmt]: https://github.com/reteps/dockerfmt
[hadolint]: https://github.com/hadolint/hadolint
- Add dockerfile support using [docker-language-server], [dockerfmt], and
[hadolint].