Skip to content

Commit

Permalink
Remove unneeded comment
Browse files Browse the repository at this point in the history
  • Loading branch information
maxdeviant committed Sep 17, 2024
1 parent 42b4053 commit ae6627e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions extensions/svelte/languages/svelte/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,10 @@ brackets = [
{ start = "'", end = "'", close = true, newline = true, not_in = ["string"] },
{ start = "`", end = "`", close = true, newline = true, not_in = ["string"] },
]
scope_opt_in_language_servers = ["tailwindcss-language-server"]
prettier_parser_name = "svelte"
prettier_plugins = ["prettier-plugin-svelte"]

# Add tailwindcss-language-server to the list of language servers to opt into
# for the purpose of providing tailwindcss-specific features.
scope_opt_in_language_servers = ["tailwindcss-language-server"]
[overrides.string]
word_characters = ["-"]
opt_into_language_servers = ["tailwindcss-language-server"]

0 comments on commit ae6627e

Please sign in to comment.