class RubyLsp::ResponseBuilders::SemanticHighlighting::SemanticToken

def initialize(location:, length:, type:, modifier:)

def initialize(location:, length:, type:, modifier:)
  @location = location
  @length = length
  @type = type
  @modifier = modifier
end