Skip to content

Commit

Permalink
Merge pull request #8 from mrnugget/fix-tailwindcss-language-server
Browse files Browse the repository at this point in the history
Fix support for tailwindcss-language-server
  • Loading branch information
ckipp01 authored May 17, 2024
2 parents ea38d65 + c3bf4d9 commit 1fb1920
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions languages/scala/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ brackets = [
{ start = "/*", end = " */", close = true, newline = false, not_in = ["comment", "string"] }
]
collapsed_placeholder = " /* ... */ "
scope_opt_in_language_servers = ["tailwindcss-language-server"]

[overrides.string]
word_characters = ["-"]
Expand Down
12 changes: 12 additions & 0 deletions languages/scala/overrides.scm
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
(symbol_literal)
(string)
(character_literal)
(interpolated_string_expression)
] @string

[
(comment)
(block_comment)
"_end_ident"
] @comment

0 comments on commit 1fb1920

Please sign in to comment.