Skip to content

Commit

Permalink
Merge pull request #6 from mrnugget/patch-1
Browse files Browse the repository at this point in the history
Add `-` as word character to `string`s and opt-in to `tailwindcss-language-server`
  • Loading branch information
ckipp01 authored May 16, 2024
2 parents 9b54a99 + 08f209c commit fe567cd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion languages/scala/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,8 @@ brackets = [
{ start = "`", end = "`", close = true, newline = false, not_in = ["comment", "string"] },
{ start = "/*", end = " */", close = true, newline = false, not_in = ["comment", "string"] }
]
collapsed_placeholder = " /* ... */ "
collapsed_placeholder = " /* ... */ "

[overrides.string]
word_characters = ["-"]
opt_into_language_servers = ["tailwindcss-language-server"]

0 comments on commit fe567cd

Please sign in to comment.