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