# File lib/rouge/lexers/typescript/common.rb, line 26 def self.builtins @builtins ||= super + %w( Pick Partial Readonly Record ) end