From 5f6726acc0d1e4a275dc814636e77a3fe5e5dd2c Mon Sep 17 00:00:00 2001 From: Vitaly Slobodin Date: Mon, 26 Aug 2024 18:43:33 +0200 Subject: [PATCH] ruby: Rename "rbs" language to "RBS" (#16893) Rename rbs to RBS. This is primarily a UX change, as the proper name for the Ruby Type Signature language is RBS, not rbs. Screenshots: Before: ![CleanShot 2024-08-26 at 18 28 45@2x](https://github.com/user-attachments/assets/c6773fe5-f071-47c7-91b3-27f448ce3b2a) After: ![CleanShot 2024-08-26 at 18 29 44@2x](https://github.com/user-attachments/assets/ddd8859e-6cbc-4a6f-8485-2b663a76420f) Release Notes: - N/A --- extensions/ruby/languages/rbs/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/ruby/languages/rbs/config.toml b/extensions/ruby/languages/rbs/config.toml index 9f880cbc159df311d1fb1a1cc42eb609bafabd29..fbb502746bf4ccefa30b46e4c7e5ffa1472a7324 100644 --- a/extensions/ruby/languages/rbs/config.toml +++ b/extensions/ruby/languages/rbs/config.toml @@ -1,4 +1,4 @@ -name = "rbs" +name = "RBS" grammar = "rbs" path_suffixes = ["rbs"] autoclose_before = "]})"