From 415fc774b1ddd52b81446c018d9af4f5679772ff Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Fri, 21 Apr 2023 15:11:54 +0100 Subject: [PATCH] feat(shell/ruby): add haml and rbs helpers for syntax_tree to global gem list --- zsh/ruby.zsh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zsh/ruby.zsh b/zsh/ruby.zsh index 5cce0e4..33e88a5 100755 --- a/zsh/ruby.zsh +++ b/zsh/ruby.zsh @@ -80,6 +80,8 @@ install_ruby_global_packages() { solargraph steep syntax_tree + syntax_tree-haml + syntax_tree-rbs yard )