update to pygments.rb-0.6.3
This commit is contained in:
parent
d3c351c695
commit
66442d5375
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2014/10/17 20:46:42 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2015/06/23 07:46:25 jasper Exp $
|
||||
|
||||
COMMENT= syntax highlighter based on pygments
|
||||
|
||||
DISTNAME= pygments.rb-0.5.4
|
||||
DISTNAME= pygments.rb-0.6.3
|
||||
EPOCH= 0
|
||||
|
||||
CATEGORIES= textproc
|
||||
@ -20,7 +20,7 @@ MODULES= lang/ruby \
|
||||
MODPY_BUILDDEP= No
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= devel/ruby-yajl,${MODRUBY_FLAVOR} \
|
||||
RUN_DEPENDS= devel/ruby-yajl,${MODRUBY_FLAVOR}>=1.2.1 \
|
||||
sysutils/ruby-posix-spawn,${MODRUBY_FLAVOR}
|
||||
|
||||
CONFIGURE_STYLE=ruby gem
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (pygments.rb-0.5.4.gem) = dK9PZusFnGu4jcyJQvpAruo/c2XopPaeci6D+4ED1Gc=
|
||||
SIZE (pygments.rb-0.5.4.gem) = 1544192
|
||||
SHA256 (pygments.rb-0.6.3.gem) = 0Zgk/pZM8QOI4oUs4+6Ijz4URsnCzciaVRN9gYM5EZg=
|
||||
SIZE (pygments.rb-0.6.3.gem) = 1892352
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2014/06/08 13:47:14 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2015/06/23 07:46:25 jasper Exp $
|
||||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
${GEM_LIB}/gems/${DISTNAME}/.gitignore
|
||||
@ -35,38 +35,60 @@ ${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/MANIFEST.in
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/Makefile
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/REVISION
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/TODO
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/docs/
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/docs/generate.py
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/docs/pygmentize.1
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/docs/src/
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/docs/src/api.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/docs/src/authors.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/docs/src/changelog.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/docs/src/cmdline.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/docs/src/filterdevelopment.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/docs/src/filters.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/docs/src/formatterdevelopment.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/docs/src/formatters.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/docs/src/index.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/docs/src/installation.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/docs/src/integrate.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/docs/src/java.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/docs/src/lexerdevelopment.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/docs/src/lexers.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/docs/src/moinmoin.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/docs/src/plugins.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/docs/src/quickstart.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/docs/src/rstdirective.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/docs/src/styles.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/docs/src/tokens.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/docs/src/unicode.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/doc/
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/doc/Makefile
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/doc/_static/
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/doc/_static/favicon.ico
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/doc/_static/logo_new.png
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/doc/_static/logo_only.png
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/doc/_templates/
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/doc/_templates/docssidebar.html
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/doc/_templates/indexsidebar.html
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/doc/_themes/
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/doc/_themes/pygments14/
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/doc/_themes/pygments14/layout.html
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/doc/_themes/pygments14/static/
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/doc/_themes/pygments14/static/bodybg.png
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/doc/_themes/pygments14/static/docbg.png
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/doc/_themes/pygments14/static/listitem.png
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/doc/_themes/pygments14/static/logo.png
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/doc/_themes/pygments14/static/pocoo.png
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/doc/_themes/pygments14/static/pygments14.css_t
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/doc/_themes/pygments14/theme.conf
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/doc/conf.py
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/doc/docs/
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/doc/docs/api.rst
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/doc/docs/authors.rst
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/doc/docs/changelog.rst
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/doc/docs/cmdline.rst
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/doc/docs/filterdevelopment.rst
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/doc/docs/filters.rst
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/doc/docs/formatterdevelopment.rst
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/doc/docs/formatters.rst
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/doc/docs/index.rst
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/doc/docs/integrate.rst
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/doc/docs/java.rst
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/doc/docs/lexerdevelopment.rst
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/doc/docs/lexers.rst
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/doc/docs/moinmoin.rst
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/doc/docs/plugins.rst
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/doc/docs/quickstart.rst
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/doc/docs/rstdirective.rst
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/doc/docs/styles.rst
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/doc/docs/tokens.rst
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/doc/docs/unicode.rst
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/doc/download.rst
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/doc/faq.rst
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/doc/index.rst
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/doc/languages.rst
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/doc/make.bat
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/doc/pygmentize.1
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/external/
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/external/autopygmentize
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/external/lasso-builtins-generator-9.lasso
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/external/markdown-processor.py
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/external/moin-parser.py
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/external/pygments.bashcomp
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/external/rst-directive-old.py
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/external/rst-directive.py
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/ez_setup.py
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/pygmentize
|
||||
@ -95,6 +117,7 @@ ${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/pygments/lexers/
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/pygments/lexers/__init__.py
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/pygments/lexers/_asybuiltins.py
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/pygments/lexers/_clbuiltins.py
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/pygments/lexers/_cocoabuiltins.py
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/pygments/lexers/_lassobuiltins.py
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/pygments/lexers/_luabuiltins.py
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/pygments/lexers/_mapping.py
|
||||
@ -114,11 +137,15 @@ ${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/pygments/lexers/dotnet.py
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/pygments/lexers/foxpro.py
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/pygments/lexers/functional.py
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/pygments/lexers/github.py
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/pygments/lexers/graph.py
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/pygments/lexers/hdl.py
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/pygments/lexers/inferno.py
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/pygments/lexers/jvm.py
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/pygments/lexers/math.py
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/pygments/lexers/other.py
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/pygments/lexers/parsers.py
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/pygments/lexers/qbasic.py
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/pygments/lexers/rdf.py
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/pygments/lexers/shell.py
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/pygments/lexers/special.py
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/pygments/lexers/sql.py
|
||||
@ -128,6 +155,7 @@ ${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/pygments/lexers/web.py
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/pygments/modeline.py
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/pygments/plugin.py
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/pygments/scanner.py
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/pygments/sphinxext.py
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/pygments/style.py
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/pygments/styles/
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/pygments/styles/__init__.py
|
||||
@ -139,10 +167,13 @@ ${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/pygments/styles/default.py
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/pygments/styles/emacs.py
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/pygments/styles/friendly.py
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/pygments/styles/fruity.py
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/pygments/styles/igor.py
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/pygments/styles/manni.py
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/pygments/styles/monokai.py
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/pygments/styles/murphy.py
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/pygments/styles/native.py
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/pygments/styles/paraiso_dark.py
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/pygments/styles/paraiso_light.py
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/pygments/styles/pastie.py
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/pygments/styles/perldoc.py
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/pygments/styles/rrt.py
|
||||
@ -150,6 +181,7 @@ ${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/pygments/styles/tango.py
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/pygments/styles/trac.py
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/pygments/styles/vim.py
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/pygments/styles/vs.py
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/pygments/styles/xcode.py
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/pygments/token.py
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/pygments/unistring.py
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/pygments/util.py
|
||||
@ -161,7 +193,6 @@ ${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/scripts/find_codetags.py
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/scripts/find_error.py
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/scripts/get_vimkw.py
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/scripts/pylintrc
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/scripts/reindent.py
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/scripts/vim2pygments.py
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/setup.cfg
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/setup.py
|
||||
@ -176,7 +207,7 @@ ${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/dtds/HTMLlat1.ent
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/dtds/HTMLspec.ent
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/dtds/HTMLsym.ent
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/ANTLRv3.g
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/99_bottles_of_beer.chpl
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/AcidStateAdvanced.hs
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/AlternatingGroup.mu
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/BOM.js
|
||||
@ -185,8 +216,9 @@ ${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/Config.in.ca
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/Constants.mo
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/DancingSudoku.lhs
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/Deflate.fs
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/Error.pmod
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/Errors.scala
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/File.hy
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/FakeFile.pike
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/Get-CommandDefinitionHtml.ps1
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/IPDispatchC.nc
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/IPDispatchP.nc
|
||||
@ -199,6 +231,7 @@ ${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/SmallCheck.h
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/Sorting.mod
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/Sudoku.lhs
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/addressbook.proto
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/antlr_ANTLRv3.g
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/antlr_throws
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/apache2.conf
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/as3_test.as
|
||||
@ -216,53 +249,85 @@ ${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/cells.ps
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/ceval.c
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/cheetah_example.html
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/classes.dylan
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/clojure-weird-keywords.clj
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/condensed_ruby.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/coq_RelationClasses
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/core.cljs
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/database.pytb
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/de.MoinMoin.po
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/demo.ahk
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/demo.cfm
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/demo.hbs
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/django_sample.html+django
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/dwarf.cw
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/ember.handlebars
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/erl_session
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/escape_semicolon.clj
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/evil_regex.js
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/example.Rd
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/example.als
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/example.bug
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/example.c
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/example.ceylon
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/example.chai
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/example.clay
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/example.cls
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/example.cob
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/example.coffee
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/example.cpp
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/example.e
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/example.f90
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/example.feature
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/example.gd
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/example.gi
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/example.groovy
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/example.gs
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/example.gst
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/example.hs
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/example.hx
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/example.i6t
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/example.i7x
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/example.inf
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/example.j
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/example.jag
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/example.java
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/example.kal
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/example.kt
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/example.lagda
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/example.liquid
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/example.lua
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/example.ma
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/example.monkey
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/example.moo
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/example.moon
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/example.mq4
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/example.mqh
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/example.msc
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/example.ni
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/example.nim
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/example.nix
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/example.ns2
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/example.p
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/example.pas
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/example.pp
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/example.prg
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/example.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/example.red
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/example.reds
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/example.reg
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/example.rexx
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/example.rhtml
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/example.rkt
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/example.rpf
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/example.sh
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/example.sh-session
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/example.shell-session
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/example.slim
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/example.sls
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/example.sml
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/example.snobol
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/example.stan
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/example.tea
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/example.todotxt
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/example.ts
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/example.u
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/example.weechatlog
|
||||
@ -271,6 +336,8 @@ ${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/example.xten
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/example.yaml
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/example2.aspx
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/example2.msc
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/exampleScript.cfc
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/exampleTag.cfc
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/example_elixir.ex
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/example_file.fy
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/firefox.mak
|
||||
@ -287,12 +354,18 @@ ${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/genshitext_e
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/glsl.frag
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/glsl.vert
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/grammar-test.p6
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/hash_syntax.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/hello.at
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/hello.golo
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/hello.lsl
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/hello.smali
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/hello.sp
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/html+php_faulty.php
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/http_request_example
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/http_response_example
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/import.hs
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/hybris_File.hy
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/idl_sample.pro
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/iex_example
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/inet_pton6.dg
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/intro.ik
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/ints.php
|
||||
@ -306,7 +379,9 @@ ${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/jbst_example
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/jinjadesignerdoc.rst
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/json.lasso
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/json.lasso9
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/language.hy
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/lighttpd_config.conf
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/limbo.b
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/linecontinuation.py
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/livescript-demo.ls
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/logos_example.xm
|
||||
@ -317,7 +392,6 @@ ${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/matlab_noret
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/matlab_sample
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/matlabsession_sample.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/metagrammar.treetop
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/mg_sample.pro
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/minehunt.qml
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/minimal.ns2
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/moin_SyntaxReference.txt
|
||||
@ -329,7 +403,8 @@ ${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/nemerle_samp
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/nginx_nginx.conf
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/numbers.c
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/objc_example.m
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/objc_example2.m
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/openedge_example
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/pawn_example
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/perl_misc
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/perl_perl5db
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/perl_regex-delims
|
||||
@ -346,22 +421,27 @@ ${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/pycon_test.p
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/pytb_test2.pytb
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/pytb_test3.pytb
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/python25-bsd.mak
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/qbasic_example
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/qsort.prolog
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/r-console-transcript.Rout
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/r6rs-comments.scm
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/ragel-cpp_rlscan
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/ragel-cpp_snippet
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/regex.js
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/reversi.lsp
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/robotframework.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/robotframework_test.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/rql-queries.rql
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/ruby_func_def.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/rust_example.rs
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/scilab.sci
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/scope.cirru
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/session.dylan-console
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/sibling.prolog
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/simple.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/smarty_example.html
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/source.lgt
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/sources.list
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/sparql.rq
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/sphere.pov
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/sqlite3.sqlite3-console
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/squid.conf
|
||||
@ -373,9 +453,9 @@ ${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/swig_std_vec
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/test.R
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/test.adb
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/test.agda
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/test.apl
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/test.asy
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/test.awk
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/test.bas
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/test.bb
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/test.bmx
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/test.boo
|
||||
@ -383,6 +463,7 @@ ${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/test.bro
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/test.cs
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/test.css
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/test.cu
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/test.cyp
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/test.d
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/test.dart
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/test.dtd
|
||||
@ -397,57 +478,74 @@ ${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/test.flx
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/test.gdc
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/test.groovy
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/test.html
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/test.idr
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/test.ini
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/test.java
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/test.jsp
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/test.maql
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/test.mask
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/test.mod
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/test.moo
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/test.myt
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/test.nim
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/test.opa
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/test.p6
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/test.pan
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/test.pas
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/test.php
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/test.pig
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/test.plot
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/test.ps1
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/test.pwn
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/test.pypylog
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/test.r3
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/test.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/test.rhtml
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/test.rsl
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/test.scaml
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/test.ssp
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/test.swift
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/test.tcsh
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/test.vb
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/test.vhdl
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/test.xqy
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/test.xsl
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/test.zep
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/test2.pypylog
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/truncated.pytb
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/type.lisp
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/underscore.coffee
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/unicode.applescript
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/unicode.go
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/unicodedoc.py
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/unix-io.lid
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/vbnet_test.bas
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/vctreestatus_hg
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/vimrc
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/webkit-transition.css
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/while.pov
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/wiki.factor
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/xml_example
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/examplefiles/zmlrpc.f90
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/old_run.py
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/run.py
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/string_asserts.py
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/support/
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/support.py
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/support/tags
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/test_basic_api.py
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/test_cfm.py
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/test_clexer.py
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/test_cmdline.py
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/test_examplefiles.py
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/test_html_formatter.py
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/test_latex_formatter.py
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/test_lexers_other.py
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/test_objectiveclexer.py
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/test_perllexer.py
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/test_qbasiclexer.py
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/test_regexlexer.py
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/test_rtf_formatter.py
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/test_string_asserts.py
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/test_token.py
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/test_using_api.py
|
||||
${GEM_LIB}/gems/${DISTNAME}/vendor/pygments-main/tests/test_util.py
|
||||
|
Loading…
Reference in New Issue
Block a user