pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/go-chroma textproc/go-chroma: import go-chrom...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bb013a8c1b7e
branches:  trunk
changeset: 325457:bb013a8c1b7e
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Sun Nov 18 08:22:23 2018 +0000

description:
textproc/go-chroma: import go-chroma-0.5.0

Chroma - A general purpose syntax highlighter in pure Go Build
Status Gitter chat

Chroma takes source code and other structured text and converts it
into syntax highlighted HTML, ANSI-coloured text, etc.

Chroma is based heavily on Pygments, and includes translators for
Pygments lexers and styles.

diffstat:

 textproc/go-chroma/DESCR         |    8 +
 textproc/go-chroma/Makefile      |   25 +++
 textproc/go-chroma/PLIST         |  315 +++++++++++++++++++++++++++++++++++++++
 textproc/go-chroma/buildlink3.mk |   16 +
 textproc/go-chroma/distinfo      |    6 +
 5 files changed, 370 insertions(+), 0 deletions(-)

diffs (truncated from 390 to 300 lines):

diff -r 02cfd8433398 -r bb013a8c1b7e textproc/go-chroma/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/go-chroma/DESCR  Sun Nov 18 08:22:23 2018 +0000
@@ -0,0 +1,8 @@
+Chroma - A general purpose syntax highlighter in pure Go Build
+Status Gitter chat
+
+Chroma takes source code and other structured text and converts it
+into syntax highlighted HTML, ANSI-coloured text, etc.
+
+Chroma is based heavily on Pygments, and includes translators for
+Pygments lexers and styles.
diff -r 02cfd8433398 -r bb013a8c1b7e textproc/go-chroma/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/go-chroma/Makefile       Sun Nov 18 08:22:23 2018 +0000
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2018/11/18 08:22:23 ryoon Exp $
+
+DISTNAME=      chroma-0.5.0
+PKGNAME=       go-${DISTNAME}
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=alecthomas/}
+CATEGORIES=    textproc
+GITHUB_PROJECT=        chroma
+GITHUB_TAG=    v${PKGVERSION_NOREV}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/alecthomas/chroma
+COMMENT=       General purpose syntax highlighter in pure Go
+LICENSE=       mit
+
+GO_DIST_BASE=  ${DISTNAME}
+GO_SRCPATH=    github.com/alecthomas/chroma
+
+.include "../../textproc/go-regexp2/buildlink3.mk"
+.include "../../devel/go-fnmatch/buildlink3.mk"
+.include "../../devel/go-colorable/buildlink3.mk"
+.include "../../devel/go-kingpin.v3-unstable/buildlink3.mk"
+.include "../../math/go-units/buildlink3.mk"
+.include "../../devel/go-i18n/buildlink3.mk"
+.include "../../lang/go/go-package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 02cfd8433398 -r bb013a8c1b7e textproc/go-chroma/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/go-chroma/PLIST  Sun Nov 18 08:22:23 2018 +0000
@@ -0,0 +1,315 @@
+@comment $NetBSD: PLIST,v 1.1 2018/11/18 08:22:23 ryoon Exp $
+bin/chroma
+gopkg/pkg/${GO_PLATFORM}/github.com/alecthomas/chroma.a
+gopkg/pkg/${GO_PLATFORM}/github.com/alecthomas/chroma/formatters.a
+gopkg/pkg/${GO_PLATFORM}/github.com/alecthomas/chroma/formatters/html.a
+gopkg/pkg/${GO_PLATFORM}/github.com/alecthomas/chroma/lexers.a
+gopkg/pkg/${GO_PLATFORM}/github.com/alecthomas/chroma/lexers/a.a
+gopkg/pkg/${GO_PLATFORM}/github.com/alecthomas/chroma/lexers/b.a
+gopkg/pkg/${GO_PLATFORM}/github.com/alecthomas/chroma/lexers/c.a
+gopkg/pkg/${GO_PLATFORM}/github.com/alecthomas/chroma/lexers/circular.a
+gopkg/pkg/${GO_PLATFORM}/github.com/alecthomas/chroma/lexers/d.a
+gopkg/pkg/${GO_PLATFORM}/github.com/alecthomas/chroma/lexers/e.a
+gopkg/pkg/${GO_PLATFORM}/github.com/alecthomas/chroma/lexers/f.a
+gopkg/pkg/${GO_PLATFORM}/github.com/alecthomas/chroma/lexers/g.a
+gopkg/pkg/${GO_PLATFORM}/github.com/alecthomas/chroma/lexers/h.a
+gopkg/pkg/${GO_PLATFORM}/github.com/alecthomas/chroma/lexers/i.a
+gopkg/pkg/${GO_PLATFORM}/github.com/alecthomas/chroma/lexers/internal.a
+gopkg/pkg/${GO_PLATFORM}/github.com/alecthomas/chroma/lexers/j.a
+gopkg/pkg/${GO_PLATFORM}/github.com/alecthomas/chroma/lexers/k.a
+gopkg/pkg/${GO_PLATFORM}/github.com/alecthomas/chroma/lexers/l.a
+gopkg/pkg/${GO_PLATFORM}/github.com/alecthomas/chroma/lexers/m.a
+gopkg/pkg/${GO_PLATFORM}/github.com/alecthomas/chroma/lexers/n.a
+gopkg/pkg/${GO_PLATFORM}/github.com/alecthomas/chroma/lexers/o.a
+gopkg/pkg/${GO_PLATFORM}/github.com/alecthomas/chroma/lexers/p.a
+gopkg/pkg/${GO_PLATFORM}/github.com/alecthomas/chroma/lexers/q.a
+gopkg/pkg/${GO_PLATFORM}/github.com/alecthomas/chroma/lexers/r.a
+gopkg/pkg/${GO_PLATFORM}/github.com/alecthomas/chroma/lexers/s.a
+gopkg/pkg/${GO_PLATFORM}/github.com/alecthomas/chroma/lexers/t.a
+gopkg/pkg/${GO_PLATFORM}/github.com/alecthomas/chroma/lexers/v.a
+gopkg/pkg/${GO_PLATFORM}/github.com/alecthomas/chroma/lexers/w.a
+gopkg/pkg/${GO_PLATFORM}/github.com/alecthomas/chroma/lexers/x.a
+gopkg/pkg/${GO_PLATFORM}/github.com/alecthomas/chroma/lexers/y.a
+gopkg/pkg/${GO_PLATFORM}/github.com/alecthomas/chroma/quick.a
+gopkg/pkg/${GO_PLATFORM}/github.com/alecthomas/chroma/styles.a
+gopkg/src/github.com/alecthomas/chroma/COPYING
+gopkg/src/github.com/alecthomas/chroma/README.md
+gopkg/src/github.com/alecthomas/chroma/_tools/css2style/main.go
+gopkg/src/github.com/alecthomas/chroma/_tools/exercise/main.go
+gopkg/src/github.com/alecthomas/chroma/_tools/pygments2chroma.py
+gopkg/src/github.com/alecthomas/chroma/_tools/style.py
+gopkg/src/github.com/alecthomas/chroma/cmd/chroma/main.go
+gopkg/src/github.com/alecthomas/chroma/coalesce.go
+gopkg/src/github.com/alecthomas/chroma/coalesce_test.go
+gopkg/src/github.com/alecthomas/chroma/colour.go
+gopkg/src/github.com/alecthomas/chroma/colour_test.go
+gopkg/src/github.com/alecthomas/chroma/delegate.go
+gopkg/src/github.com/alecthomas/chroma/delegate_test.go
+gopkg/src/github.com/alecthomas/chroma/doc.go
+gopkg/src/github.com/alecthomas/chroma/formatter.go
+gopkg/src/github.com/alecthomas/chroma/formatters/api.go
+gopkg/src/github.com/alecthomas/chroma/formatters/html/html.go
+gopkg/src/github.com/alecthomas/chroma/formatters/html/html_test.go
+gopkg/src/github.com/alecthomas/chroma/formatters/json.go
+gopkg/src/github.com/alecthomas/chroma/formatters/tokens.go
+gopkg/src/github.com/alecthomas/chroma/formatters/tty_indexed.go
+gopkg/src/github.com/alecthomas/chroma/formatters/tty_indexed_test.go
+gopkg/src/github.com/alecthomas/chroma/formatters/tty_truecolour.go
+gopkg/src/github.com/alecthomas/chroma/iterator.go
+gopkg/src/github.com/alecthomas/chroma/lexer.go
+gopkg/src/github.com/alecthomas/chroma/lexer_test.go
+gopkg/src/github.com/alecthomas/chroma/lexers/a/abnf.go
+gopkg/src/github.com/alecthomas/chroma/lexers/a/actionscript.go
+gopkg/src/github.com/alecthomas/chroma/lexers/a/actionscript3.go
+gopkg/src/github.com/alecthomas/chroma/lexers/a/ada.go
+gopkg/src/github.com/alecthomas/chroma/lexers/a/angular2.go
+gopkg/src/github.com/alecthomas/chroma/lexers/a/antlr.go
+gopkg/src/github.com/alecthomas/chroma/lexers/a/apache.go
+gopkg/src/github.com/alecthomas/chroma/lexers/a/apl.go
+gopkg/src/github.com/alecthomas/chroma/lexers/a/applescript.go
+gopkg/src/github.com/alecthomas/chroma/lexers/a/awk.go
+gopkg/src/github.com/alecthomas/chroma/lexers/b/ballerina.go
+gopkg/src/github.com/alecthomas/chroma/lexers/b/bash.go
+gopkg/src/github.com/alecthomas/chroma/lexers/b/batch.go
+gopkg/src/github.com/alecthomas/chroma/lexers/b/blitz.go
+gopkg/src/github.com/alecthomas/chroma/lexers/b/bnf.go
+gopkg/src/github.com/alecthomas/chroma/lexers/b/brainfuck.go
+gopkg/src/github.com/alecthomas/chroma/lexers/c/c.go
+gopkg/src/github.com/alecthomas/chroma/lexers/c/capnproto.go
+gopkg/src/github.com/alecthomas/chroma/lexers/c/ceylon.go
+gopkg/src/github.com/alecthomas/chroma/lexers/c/cfengine3.go
+gopkg/src/github.com/alecthomas/chroma/lexers/c/chaiscript.go
+gopkg/src/github.com/alecthomas/chroma/lexers/c/cheetah.go
+gopkg/src/github.com/alecthomas/chroma/lexers/c/cl.go
+gopkg/src/github.com/alecthomas/chroma/lexers/c/clojure.go
+gopkg/src/github.com/alecthomas/chroma/lexers/c/cmake.go
+gopkg/src/github.com/alecthomas/chroma/lexers/c/cobol.go
+gopkg/src/github.com/alecthomas/chroma/lexers/c/coffee.go
+gopkg/src/github.com/alecthomas/chroma/lexers/c/coldfusion.go
+gopkg/src/github.com/alecthomas/chroma/lexers/c/coq.go
+gopkg/src/github.com/alecthomas/chroma/lexers/c/cpp.go
+gopkg/src/github.com/alecthomas/chroma/lexers/c/cql.go
+gopkg/src/github.com/alecthomas/chroma/lexers/c/crystal.go
+gopkg/src/github.com/alecthomas/chroma/lexers/c/csharp.go
+gopkg/src/github.com/alecthomas/chroma/lexers/c/css.go
+gopkg/src/github.com/alecthomas/chroma/lexers/c/cython.go
+gopkg/src/github.com/alecthomas/chroma/lexers/circular/doc.go
+gopkg/src/github.com/alecthomas/chroma/lexers/circular/php.go
+gopkg/src/github.com/alecthomas/chroma/lexers/d/dart.go
+gopkg/src/github.com/alecthomas/chroma/lexers/d/diff.go
+gopkg/src/github.com/alecthomas/chroma/lexers/d/django.go
+gopkg/src/github.com/alecthomas/chroma/lexers/d/docker.go
+gopkg/src/github.com/alecthomas/chroma/lexers/d/dtd.go
+gopkg/src/github.com/alecthomas/chroma/lexers/e/ebnf.go
+gopkg/src/github.com/alecthomas/chroma/lexers/e/elixir.go
+gopkg/src/github.com/alecthomas/chroma/lexers/e/elm.go
+gopkg/src/github.com/alecthomas/chroma/lexers/e/emacs.go
+gopkg/src/github.com/alecthomas/chroma/lexers/e/erlang.go
+gopkg/src/github.com/alecthomas/chroma/lexers/f/factor.go
+gopkg/src/github.com/alecthomas/chroma/lexers/f/fish.go
+gopkg/src/github.com/alecthomas/chroma/lexers/f/forth.go
+gopkg/src/github.com/alecthomas/chroma/lexers/f/fortran.go
+gopkg/src/github.com/alecthomas/chroma/lexers/f/fsharp.go
+gopkg/src/github.com/alecthomas/chroma/lexers/g/gas.go
+gopkg/src/github.com/alecthomas/chroma/lexers/g/gdscript.go
+gopkg/src/github.com/alecthomas/chroma/lexers/g/genshi.go
+gopkg/src/github.com/alecthomas/chroma/lexers/g/glsl.go
+gopkg/src/github.com/alecthomas/chroma/lexers/g/gnuplot.go
+gopkg/src/github.com/alecthomas/chroma/lexers/g/go.go
+gopkg/src/github.com/alecthomas/chroma/lexers/g/go_test.go
+gopkg/src/github.com/alecthomas/chroma/lexers/g/groovy.go
+gopkg/src/github.com/alecthomas/chroma/lexers/h/handlebars.go
+gopkg/src/github.com/alecthomas/chroma/lexers/h/haskell.go
+gopkg/src/github.com/alecthomas/chroma/lexers/h/haxe.go
+gopkg/src/github.com/alecthomas/chroma/lexers/h/hexdump.go
+gopkg/src/github.com/alecthomas/chroma/lexers/h/html.go
+gopkg/src/github.com/alecthomas/chroma/lexers/h/http.go
+gopkg/src/github.com/alecthomas/chroma/lexers/h/hy.go
+gopkg/src/github.com/alecthomas/chroma/lexers/i/idris.go
+gopkg/src/github.com/alecthomas/chroma/lexers/i/ini.go
+gopkg/src/github.com/alecthomas/chroma/lexers/i/io.go
+gopkg/src/github.com/alecthomas/chroma/lexers/internal/api.go
+gopkg/src/github.com/alecthomas/chroma/lexers/j/java.go
+gopkg/src/github.com/alecthomas/chroma/lexers/j/javascript.go
+gopkg/src/github.com/alecthomas/chroma/lexers/j/json.go
+gopkg/src/github.com/alecthomas/chroma/lexers/j/jsx.go
+gopkg/src/github.com/alecthomas/chroma/lexers/j/julia.go
+gopkg/src/github.com/alecthomas/chroma/lexers/j/jungle.go
+gopkg/src/github.com/alecthomas/chroma/lexers/k/kotlin.go
+gopkg/src/github.com/alecthomas/chroma/lexers/l/lighttpd.go
+gopkg/src/github.com/alecthomas/chroma/lexers/l/llvm.go
+gopkg/src/github.com/alecthomas/chroma/lexers/l/lua.go
+gopkg/src/github.com/alecthomas/chroma/lexers/lexer_benchmark_test.go
+gopkg/src/github.com/alecthomas/chroma/lexers/lexers.go
+gopkg/src/github.com/alecthomas/chroma/lexers/lexers_test.go
+gopkg/src/github.com/alecthomas/chroma/lexers/m/make.go
+gopkg/src/github.com/alecthomas/chroma/lexers/m/mako.go
+gopkg/src/github.com/alecthomas/chroma/lexers/m/markdown.go
+gopkg/src/github.com/alecthomas/chroma/lexers/m/mason.go
+gopkg/src/github.com/alecthomas/chroma/lexers/m/mathematica.go
+gopkg/src/github.com/alecthomas/chroma/lexers/m/minizinc.go
+gopkg/src/github.com/alecthomas/chroma/lexers/m/modula2.go
+gopkg/src/github.com/alecthomas/chroma/lexers/m/monkeyc.go
+gopkg/src/github.com/alecthomas/chroma/lexers/m/mwscript.go
+gopkg/src/github.com/alecthomas/chroma/lexers/m/myghty.go
+gopkg/src/github.com/alecthomas/chroma/lexers/m/mysql.go
+gopkg/src/github.com/alecthomas/chroma/lexers/n/nasm.go
+gopkg/src/github.com/alecthomas/chroma/lexers/n/newspeak.go
+gopkg/src/github.com/alecthomas/chroma/lexers/n/nginx.go
+gopkg/src/github.com/alecthomas/chroma/lexers/n/nim.go
+gopkg/src/github.com/alecthomas/chroma/lexers/n/nix.go
+gopkg/src/github.com/alecthomas/chroma/lexers/o/objectivec.go
+gopkg/src/github.com/alecthomas/chroma/lexers/o/ocaml.go
+gopkg/src/github.com/alecthomas/chroma/lexers/o/octave.go
+gopkg/src/github.com/alecthomas/chroma/lexers/o/openscad.go
+gopkg/src/github.com/alecthomas/chroma/lexers/o/org.go
+gopkg/src/github.com/alecthomas/chroma/lexers/p/pacman.go
+gopkg/src/github.com/alecthomas/chroma/lexers/p/perl.go
+gopkg/src/github.com/alecthomas/chroma/lexers/p/pig.go
+gopkg/src/github.com/alecthomas/chroma/lexers/p/pkgconfig.go
+gopkg/src/github.com/alecthomas/chroma/lexers/p/plaintext.go
+gopkg/src/github.com/alecthomas/chroma/lexers/p/plsql.go
+gopkg/src/github.com/alecthomas/chroma/lexers/p/postgres.go
+gopkg/src/github.com/alecthomas/chroma/lexers/p/postscript.go
+gopkg/src/github.com/alecthomas/chroma/lexers/p/povray.go
+gopkg/src/github.com/alecthomas/chroma/lexers/p/powershell.go
+gopkg/src/github.com/alecthomas/chroma/lexers/p/prolog.go
+gopkg/src/github.com/alecthomas/chroma/lexers/p/protobuf.go
+gopkg/src/github.com/alecthomas/chroma/lexers/p/puppet.go
+gopkg/src/github.com/alecthomas/chroma/lexers/p/python.go
+gopkg/src/github.com/alecthomas/chroma/lexers/p/python3.go
+gopkg/src/github.com/alecthomas/chroma/lexers/q/qbasic.go
+gopkg/src/github.com/alecthomas/chroma/lexers/r/r.go
+gopkg/src/github.com/alecthomas/chroma/lexers/r/racket.go
+gopkg/src/github.com/alecthomas/chroma/lexers/r/ragel.go
+gopkg/src/github.com/alecthomas/chroma/lexers/r/regedit.go
+gopkg/src/github.com/alecthomas/chroma/lexers/r/rexx.go
+gopkg/src/github.com/alecthomas/chroma/lexers/r/rst.go
+gopkg/src/github.com/alecthomas/chroma/lexers/r/ruby.go
+gopkg/src/github.com/alecthomas/chroma/lexers/r/rust.go
+gopkg/src/github.com/alecthomas/chroma/lexers/s/sass.go
+gopkg/src/github.com/alecthomas/chroma/lexers/s/scala.go
+gopkg/src/github.com/alecthomas/chroma/lexers/s/scheme.go
+gopkg/src/github.com/alecthomas/chroma/lexers/s/scilab.go
+gopkg/src/github.com/alecthomas/chroma/lexers/s/scss.go
+gopkg/src/github.com/alecthomas/chroma/lexers/s/smalltalk.go
+gopkg/src/github.com/alecthomas/chroma/lexers/s/smarty.go
+gopkg/src/github.com/alecthomas/chroma/lexers/s/snobol.go
+gopkg/src/github.com/alecthomas/chroma/lexers/s/solidity.go
+gopkg/src/github.com/alecthomas/chroma/lexers/s/sparql.go
+gopkg/src/github.com/alecthomas/chroma/lexers/s/sql.go
+gopkg/src/github.com/alecthomas/chroma/lexers/s/squid.go
+gopkg/src/github.com/alecthomas/chroma/lexers/s/swift.go
+gopkg/src/github.com/alecthomas/chroma/lexers/s/systemverilog.go
+gopkg/src/github.com/alecthomas/chroma/lexers/t/tasm.go
+gopkg/src/github.com/alecthomas/chroma/lexers/t/tcl.go
+gopkg/src/github.com/alecthomas/chroma/lexers/t/tcsh.go
+gopkg/src/github.com/alecthomas/chroma/lexers/t/termcap.go
+gopkg/src/github.com/alecthomas/chroma/lexers/t/terminfo.go
+gopkg/src/github.com/alecthomas/chroma/lexers/t/terraform.go
+gopkg/src/github.com/alecthomas/chroma/lexers/t/tex.go
+gopkg/src/github.com/alecthomas/chroma/lexers/t/thrift.go
+gopkg/src/github.com/alecthomas/chroma/lexers/t/toml.go
+gopkg/src/github.com/alecthomas/chroma/lexers/t/transactsql.go
+gopkg/src/github.com/alecthomas/chroma/lexers/t/turtle.go
+gopkg/src/github.com/alecthomas/chroma/lexers/t/twig.go
+gopkg/src/github.com/alecthomas/chroma/lexers/t/typescript.go
+gopkg/src/github.com/alecthomas/chroma/lexers/t/typoscript.go
+gopkg/src/github.com/alecthomas/chroma/lexers/testdata/README.md
+gopkg/src/github.com/alecthomas/chroma/lexers/testdata/ballerina.actual
+gopkg/src/github.com/alecthomas/chroma/lexers/testdata/ballerina.expected
+gopkg/src/github.com/alecthomas/chroma/lexers/testdata/cpp.actual
+gopkg/src/github.com/alecthomas/chroma/lexers/testdata/cpp.expected
+gopkg/src/github.com/alecthomas/chroma/lexers/testdata/cql.actual
+gopkg/src/github.com/alecthomas/chroma/lexers/testdata/cql.expected
+gopkg/src/github.com/alecthomas/chroma/lexers/testdata/csharp.actual
+gopkg/src/github.com/alecthomas/chroma/lexers/testdata/csharp.expected
+gopkg/src/github.com/alecthomas/chroma/lexers/testdata/css.actual
+gopkg/src/github.com/alecthomas/chroma/lexers/testdata/css.expected
+gopkg/src/github.com/alecthomas/chroma/lexers/testdata/dart.actual
+gopkg/src/github.com/alecthomas/chroma/lexers/testdata/dart.expected
+gopkg/src/github.com/alecthomas/chroma/lexers/testdata/gdscript.actual
+gopkg/src/github.com/alecthomas/chroma/lexers/testdata/gdscript.expected
+gopkg/src/github.com/alecthomas/chroma/lexers/testdata/javascript.actual
+gopkg/src/github.com/alecthomas/chroma/lexers/testdata/javascript.expected
+gopkg/src/github.com/alecthomas/chroma/lexers/testdata/jsx.actual
+gopkg/src/github.com/alecthomas/chroma/lexers/testdata/jsx.expected
+gopkg/src/github.com/alecthomas/chroma/lexers/testdata/jungle.actual
+gopkg/src/github.com/alecthomas/chroma/lexers/testdata/jungle.expected
+gopkg/src/github.com/alecthomas/chroma/lexers/testdata/kotlin.actual
+gopkg/src/github.com/alecthomas/chroma/lexers/testdata/kotlin.expected
+gopkg/src/github.com/alecthomas/chroma/lexers/testdata/markdown.actual
+gopkg/src/github.com/alecthomas/chroma/lexers/testdata/markdown.expected
+gopkg/src/github.com/alecthomas/chroma/lexers/testdata/monkeyc.actual
+gopkg/src/github.com/alecthomas/chroma/lexers/testdata/monkeyc.expected
+gopkg/src/github.com/alecthomas/chroma/lexers/testdata/nim.actual
+gopkg/src/github.com/alecthomas/chroma/lexers/testdata/nim.expected
+gopkg/src/github.com/alecthomas/chroma/lexers/testdata/openscad.actual
+gopkg/src/github.com/alecthomas/chroma/lexers/testdata/openscad.expected
+gopkg/src/github.com/alecthomas/chroma/lexers/testdata/org.actual
+gopkg/src/github.com/alecthomas/chroma/lexers/testdata/org.expected
+gopkg/src/github.com/alecthomas/chroma/lexers/testdata/php.actual
+gopkg/src/github.com/alecthomas/chroma/lexers/testdata/php.expected
+gopkg/src/github.com/alecthomas/chroma/lexers/testdata/rust.actual
+gopkg/src/github.com/alecthomas/chroma/lexers/testdata/rust.expected
+gopkg/src/github.com/alecthomas/chroma/lexers/testdata/scala.actual



Home | Main Index | Thread Index | Old Index