# File lib/rouge/lexers/fortran.rb, line 43 def self.types # A special rule for the two-word version "double precision" is # defined further down. @types ||= Set.new %w( character complex doubleprecision integer logical real ) end