• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1=begin
2Copyright 2018 Rene Rivera
3Distributed under the Boost Software License, Version 1.0.
4(See accompanying file LICENSE.txt or http://www.boost.org/LICENSE_1_0.txt)
5=end
6
7require 'pygments'
8
9# Need to create/register non-builtin lexers even if they are global plugins.
10Pygments::Lexer.create name: 'Jam', aliases: ['jam','bjam','b2'],
11    filenames: ['*.jam','Jamfile','Jamroot'], mimetypes: ['text/x-jam']
12