Skip to content

Commit 95f5054

Browse files
committed
fix(ruby): convert snippets from global to language-scoped
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 c9b23ae commit 95f5054

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.1"
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)