Sha256: 10a489b113e88129001d1f40b63c709c17d17f0c1fe2c802e2616bbeee2adbab
Contents?: true
Size: 459 Bytes
Versions: 105
Compression:
Stored size: 459 Bytes
Contents
module LanguageServer module Protocol module Constant module SemanticTokenModifiers DECLARATION = 'declaration' DEFINITION = 'definition' READONLY = 'readonly' STATIC = 'static' DEPRECATED = 'deprecated' ABSTRACT = 'abstract' ASYNC = 'async' MODIFICATION = 'modification' DOCUMENTATION = 'documentation' DEFAULT_LIBRARY = 'defaultLibrary' end end end end
Version data entries
105 entries across 105 versions & 14 rubygems