Sha256: 587521a61f67a23ef3e1f4f08be05fea3f97df3661d7995f26c6c0c74a473ead
Contents?: true
Size: 317 Bytes
Versions: 110
Compression:
Stored size: 317 Bytes
Contents
module LanguageServer module Protocol module Constant # # Symbol tags are extra annotations that tweak the rendering of a symbol. # module SymbolTag # # Render a symbol as obsolete, usually using a strike-out. # DEPRECATED = 1 end end end end
Version data entries
110 entries across 110 versions & 15 rubygems