# File lib/rouge/lexers/typescript.rb, line 26 def self.declarations @declarations ||= super + Set.new(%w( const type constructor abstract )) end