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-19 02:44:54 +08:00 committed by GitHub
parent 8acd4d122e
commit 12b12ba17a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 227 additions and 0 deletions

View file

@ -116,6 +116,7 @@ tree-sitter-c.workspace = true
tree-sitter-clojure.workspace = true
tree-sitter-cpp.workspace = true
tree-sitter-css.workspace = true
tree-sitter-dockerfile.workspace = true
tree-sitter-elixir.workspace = true
tree-sitter-elm.workspace = true
tree-sitter-embedded-template.workspace = true