We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 136a08a + 805ebda commit 33bf4f0Copy full SHA for 33bf4f0
1 file changed
lib/ruby_lsp/phlex/addon.rb
@@ -41,6 +41,8 @@ def on_call_node_enter(node)
41
RubyIndexer::Entry::BlockParameter.new(name: :content),
42
]),
43
], visibility: :public, comments: "Outputs a `<#{tag_name}>` tag.")
44
+ else
45
+ # no-op
46
end
47
48
0 commit comments