Sha256: 6822d9650586520f6333d1504fa70aa58bfaf7ad27c497477ed61ee4cd865474
Contents?: true
Size: 520 Bytes
Versions: 101
Compression:
Stored size: 520 Bytes
Contents
module LanguageServer module Protocol module Constant # # A set of predefined range kinds. # The type is a string since the value set is extensible # module FoldingRangeKind # # Folding range for a comment # COMMENT = 'comment' # # Folding range for imports or includes # IMPORTS = 'imports' # # Folding range for a region (e.g. `#region`) # REGION = 'region' end end end end
Version data entries
101 entries across 101 versions & 13 rubygems