Skip to content

Commit a7f9a27

Browse files
authored
fix(ruby): convert snippets from global to language-scoped (#221)
Convert Ruby language snippets from global snippets to language-scoped (Ruby) to stop suggesting them in unrelated languages like Rust. See https://zed.dev/docs/snippets?highlight=snippet#snippets Fixes #220
1 parent ac1e79e commit a7f9a27

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

extension.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ version = "0.16.2"
55
schema_version = 1
66
authors = ["Vitaly Slobodin <[email protected]>"]
77
repository = "https://github.com/zed-extensions/ruby"
8-
snippets = "snippets.json"
8+
snippets = "./languages/ruby/ruby.json"
99

1010
[language_servers.solargraph]
1111
name = "Solargraph"
File renamed without changes.

0 commit comments

Comments
 (0)