diff options
Diffstat (limited to 'languages.toml')
-rw-r--r-- | languages.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/languages.toml b/languages.toml index 2c6f0c9a..351fa4ac 100644 --- a/languages.toml +++ b/languages.toml @@ -348,6 +348,9 @@ scope = "text.html.basic" injection-regex = "html" file-types = ["html"] roots = [] +language-server = { command = "vscode-html-language-server", args = ["--stdio"] } +auto-format = true +config = { "provideFormatter" = true } indent = { tab-width = 2, unit = " " } [[grammar]] |