Add Astro Support (#6896)

Attempt to add `@astrojs/language-server` and
[virchau13/tree-sitter-astro](https://github.com/virchau13/tree-sitter-astro).

---------

Co-authored-by: Nate Butler <iamnbutler@gmail.com>
This commit is contained in:
Alvaro Gaona 2024-02-12 15:10:40 -03:00 committed by GitHub
parent 1c2081c10c
commit 2e7db57e16
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 236 additions and 0 deletions

View file

@ -114,6 +114,7 @@ impl LspAdapter for TailwindLspAdapter {
fn language_ids(&self) -> HashMap<String, String> {
HashMap::from_iter([
("Astro".to_string(), "astro".to_string()),
("HTML".to_string(), "html".to_string()),
("CSS".to_string(), "css".to_string()),
("JavaScript".to_string(), "javascript".to_string()),