Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions extensions/ruby/extension.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ repository = "https://github.com/zed-industries/zed"

[language_servers.solargraph]
name = "Solargraph"
language = "Ruby"
languages = ["Ruby"]
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Solargraph does not support ERB templates.


[language_servers.ruby-lsp]
name = "Ruby LSP"
language = "Ruby"
languages = ["Ruby", "ERB"]

[language_servers.rubocop]
name = "Rubocop"
language = "Ruby"
languages = ["Ruby"]
Copy link
Contributor Author

@vitallium vitallium Jul 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rubocop does not support ERB templates because there is erb-lint linter that utilises rubocop under the hood.


[grammars.ruby]
repository = "https://github.com/tree-sitter/tree-sitter-ruby"
Expand Down