Unnamed repository; edit this file 'description' to name the repository.
fix(htmldjango): add roots to htmldjango language (#14305)
Tijs-B 6 months ago
parent a5bf7c0 · commit 077c901
-rw-r--r--languages.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/languages.toml b/languages.toml
index 1f6309ce..44d6246e 100644
--- a/languages.toml
+++ b/languages.toml
@@ -986,6 +986,7 @@ scope = "source.htmldjango"
injection-regex = "htmldjango"
language-servers = ["djlsp", "vscode-html-language-server", "superhtml"]
file-types = []
+roots = ["manage.py"]
[language.auto-pairs]
'"' = '"'