# File lib/rouge/lexers/idlang.rb, line 36 def self.standalone_statements # Must not have a comma afterwards @standalone_statements ||= Set.new %w( COMMON FORWARD_FUNCTION ) end