diff options
Diffstat (limited to 'tests/util/server/src')
-rw-r--r-- | tests/util/server/src/lsp.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/util/server/src/lsp.rs b/tests/util/server/src/lsp.rs index 1c70978b6..ffe72b88a 100644 --- a/tests/util/server/src/lsp.rs +++ b/tests/util/server/src/lsp.rs @@ -1307,6 +1307,9 @@ impl SourceFile { "tsx" => "typescriptreact", "json" => "json", "md" => "markdown", + "html" => "html", + "css" => "css", + "yaml" => "yaml", other => panic!("unsupported file extension: {other}"), }; Self { |