Add syntax highlighting and LSP for Dockerfiles(#6905) (#7977)

Release Notes:

- Added Dockerfile syntax highlighting and LSP support

---------

Co-authored-by: Bryce Palmer <bpalmer@redhat.com>
Co-authored-by: Kirill Bulatov <mail4score@gmail.com>
This commit is contained in:
d1y
2024-02-18 20:44:54 +02:00
committed by GitHub
co-authored by Bryce Palmer Kirill Bulatov
parent 8acd4d122e
commit 12b12ba17a
9 changed files with 227 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
# Dockerfile
- Tree Sitter: [tree-sitter-dockerfile](https://github.com/camdencheek/tree-sitter-dockerfile)
- Language Server: [dockerfile-language-server](https://github.com/rcjsuen/dockerfile-language-server)