From a543ac524c7b5dff29a4c08d4e98e9d3ef4c0736 Mon Sep 17 00:00:00 2001 From: Valerii Iatsko Date: Sun, 21 Jun 2026 10:48:55 +0200 Subject: [PATCH] Add endwise to Ruby section (PR #87) Co-Authored-By: Claude Opus 4.8 (1M context) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7f4c9a8..45b14f4 100644 --- a/README.md +++ b/README.md @@ -573,6 +573,7 @@ To enable Emmet support in .twig files, you'll need to have the following in you ## Ruby - [Ruby RuboCop](https://marketplace.visualstudio.com/items?itemName=misogi.ruby-rubocop) - Lint and auto-correct Ruby code with [RuboCop](https://github.com/rubocop/rubocop). +- [endwise](https://marketplace.visualstudio.com/items?itemName=kaiwood.endwise) - Automatically add `end` to Ruby code blocks as you type. ## Rust