# File lib/rouge/lexers/actionscript.rb, line 83
      def self.declarations
        @declarations ||= Set.new %w(var with function)
      end