Skip to content

Commit 33bf4f0

Browse files
authored
make the RubyLSP indexing enhancement more stable (#965)
2 parents 136a08a + 805ebda commit 33bf4f0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/ruby_lsp/phlex/addon.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ def on_call_node_enter(node)
4141
RubyIndexer::Entry::BlockParameter.new(name: :content),
4242
]),
4343
], visibility: :public, comments: "Outputs a `<#{tag_name}>` tag.")
44+
else
45+
# no-op
4446
end
4547
end
4648
end

0 commit comments

Comments
 (0)