Sha256: 9bec1af8056d1f9e905370637949a1fb2e941ae402c2d16817acb6fc3280599c

Contents?: true

Size: 169 Bytes

Versions: 4

Compression:

Stored size: 169 Bytes

Contents

module Rouge
  module Lexers
    class Python3 < Python
      title 'Python3'
      desc 'Python3 language'
      tag 'python3'
      filenames '*.py'
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
mumukit-content-type-1.12.1 lib/mumukit/content_type/python3.rb
mumukit-content-type-1.12.0 lib/mumukit/content_type/python3.rb
mumukit-content-type-1.11.1 lib/mumukit/content_type/python3.rb
mumukit-content-type-1.11.0 lib/mumukit/content_type/python3.rb