Skip to content

Commit

Permalink
Remove list of supported features (now covered in jekyll docs)
Browse files Browse the repository at this point in the history
  • Loading branch information
andyw8 committed Nov 22, 2024
1 parent b2d3887 commit db6c55d
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions lib/ruby-lsp-rails.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,3 @@
# frozen_string_literal: true

require "ruby_lsp_rails/version"

module RubyLsp
# # Supported features
#
# - [Hover](rdoc-ref:RubyLsp::Rails::Hover)
# - [CodeLens](rdoc-ref:RubyLsp::Rails::CodeLens)
# - [DocumentSymbol](rdoc-ref:RubyLsp::Rails::DocumentSymbol)
# - [Definition](rdoc-ref:RubyLsp::Rails::Definition)
module Rails
end
end

0 comments on commit db6c55d

Please sign in to comment.