Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created October 24, 2019 02:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/f7d448e8d8ca444b288b0256dbcf23c5 to your computer and use it in GitHub Desktop.
Save ryantm/f7d448e8d8ca444b288b0256dbcf23c5 to your computer and use it in GitHub Desktop.
/nix/store/xv5p0659qh1fk8r2hsvl87z4jdyyxcgg-source-highlight-3.1.9
├── bin
│   ├── check-regexp
│   ├── cpp2html
│   ├── java2html
│   ├── source-highlight
│   ├── source-highlight-esc.sh
│   ├── source-highlight-settings
│   └── src-hilite-lesspipe.sh
├── etc
│   └── bash_completion.d
│   └── source-highlight
├── include
│   └── srchilite
│   ├── bufferedoutput.h
│   ├── chartranslator.h
│   ├── colormap.h
│   ├── colors.h
│   ├── ctagscollector.h
│   ├── ctagsformatter.h
│   ├── ctagsmanager.h
│   ├── debuglistener.h
│   ├── delimitedlangelem.h
│   ├── docgenerator.h
│   ├── doctemplate.h
│   ├── eventgenerator.h
│   ├── fileinfo.h
│   ├── fileutil.h
│   ├── formatterfactory.h
│   ├── formatter.h
│   ├── formattermanager.h
│   ├── formatterparams.h
│   ├── highlightbuilderexception.h
│   ├── highlightevent.h
│   ├── highlighteventlistener.h
│   ├── highlightrulefactory.h
│   ├── highlightrule.h
│   ├── highlightstatebuilder.h
│   ├── highlightstate.h
│   ├── highlightstateprinter.h
│   ├── highlighttoken.h
│   ├── instances.h
│   ├── ioexception.h
│   ├── keys.h
│   ├── langdefmanager.h
│   ├── langdefparserfun.h
│   ├── langdefparser.h
│   ├── langdefscanner.h
│   ├── langelem.h
│   ├── langelems.h
│   ├── langelemsprinter.h
│   ├── langmap.h
│   ├── languageinfer.h
│   ├── linebuffer.h
│   ├── linenumgenerator.h
│   ├── lineranges.h
│   ├── matchingparameters.h
│   ├── namedsubexpslangelem.h
│   ├── outlangdefparserfun.h
│   ├── outlangdefparser.h
│   ├── outlangdefscanner.h
│   ├── parserexception.h
│   ├── parserinfo.h
│   ├── parsestruct.h
│   ├── parsestyles.h
│   ├── preformatter.h
│   ├── readtags.h
│   ├── refposition.h
│   ├── regexhighlightrule.h
│   ├── regexpreprocessor.h
│   ├── regexranges.h
│   ├── regexrulefactory.h
│   ├── settings.h
│   ├── sourcefilehighlighter.h
│   ├── sourcehighlighter.h
│   ├── sourcehighlight.h
│   ├── sourcehighlightutils.h
│   ├── srcuntabifier.h
│   ├── statelangelem.h
│   ├── statestartlangelem.h
│   ├── stopwatch.h
│   ├── stringdef.h
│   ├── stringlistlangelem.h
│   ├── stringtable.h
│   ├── stylecssparser.h
│   ├── stylefileparser.h
│   ├── stylekey.h
│   ├── styleparser.h
│   ├── substfun.h
│   ├── textstylebuilder.h
│   ├── textstyleformattercollection.h
│   ├── textstyleformatterfactory.h
│   ├── textstyleformatter.h
│   ├── textstyle.h
│   ├── textstyles.h
│   ├── tostringcollection.h
│   ├── utils.h
│   ├── vardefinitions.h
│   ├── verbosity.h
│   ├── versions.h
│   └── wordtokenizer.h
├── lib
│   ├── libsource-highlight.la
│   ├── libsource-highlight.so -> libsource-highlight.so.4.0.1
│   ├── libsource-highlight.so.4 -> libsource-highlight.so.4.0.1
│   ├── libsource-highlight.so.4.0.1
│   └── pkgconfig
│   └── source-highlight.pc
└── share
├── doc
│   └── source-highlight
│   ├── access.log.html
│   ├── auth.log.html
│   ├── ChangeLog
│   ├── c.lang.html
│   ├── cmdline.h.html
│   ├── colors.html
│   ├── COPYING
│   ├── cpp2html.css
│   ├── CREDITS
│   ├── default.css
│   ├── default.style.html
│   ├── error.log.html
│   ├── examples
│   │   ├── infoformatter.h
│   │   ├── infoformatter-main.cpp
│   │   ├── source-highlight-console-main.cpp
│   │   ├── styleformatterfactory.h
│   │   ├── styleformatter.h
│   │   └── styleformatter-main.cpp
│   ├── examples.html
│   ├── flex_scanner.ll.html
│   ├── footer.html
│   ├── header.html
│   ├── Hello1.html
│   ├── Hello2.css
│   ├── Hello2.html
│   ├── Hello3.html
│   ├── Hello4.html
│   ├── Hello5.html
│   ├── Hello.css
│   ├── Hello_h_f.html
│   ├── Hello.java
│   ├── Hello.java.html
│   ├── Hello_lines.html
│   ├── Hello_notfixed.html
│   ├── Hello_xhtml2.html
│   ├── Hello_xhtml.html
│   ├── index.html
│   ├── INSTALL
│   ├── langdef.lang.html
│   ├── log.lang.html
│   ├── mono-alt.css
│   ├── mono.css
│   ├── NEWS
│   ├── README
│   ├── sh_acid.css
│   ├── sh_berries-dark.css
│   ├── sh_berries-light.css
│   ├── sh_bipolar.css
│   ├── sh_blacknblue.css
│   ├── sh_bright.css
│   ├── sh_contrast.css
│   ├── sh_darkblue.css
│   ├── sh_darkness.css
│   ├── sh_desert.css
│   ├── sh_dull.css
│   ├── sh_easter.css
│   ├── sh_emacs.css
│   ├── sh_golden.css
│   ├── sh_greenlcd.css
│   ├── sh_ide-anjuta.css
│   ├── sh_ide-codewarrior.css
│   ├── sh_ide-devcpp.css
│   ├── sh_ide-eclipse.css
│   ├── sh_ide-kdev.css
│   ├── sh_ide-msvcpp.css
│   ├── sh_kwrite.css
│   ├── sh_matlab.css
│   ├── sh_navy.css
│   ├── sh_nedit.css
│   ├── sh_neon.css
│   ├── sh_night.css
│   ├── sh_pablo.css
│   ├── sh_peachpuff.css
│   ├── sh_print.css
│   ├── sh_rand01.css
│   ├── sh_the.css
│   ├── sh_typical.css
│   ├── sh_vampire.css
│   ├── sh_vim.css
│   ├── sh_vim-dark.css
│   ├── sh_whatis.css
│   ├── sh_whitengrey.css
│   ├── sh_zellner.css
│   ├── SimpleClass-doc.html
│   ├── SimpleClass.html
│   ├── SimpleClass.java
│   ├── source-highlight.cc.html
│   ├── source-highlight.html
│   ├── style_examples.html
│   ├── syslog.log.html
│   ├── syslog.style.html
│   ├── test.htm.html
│   ├── test.java.html
│   ├── test.java.tex.html
│   ├── test.js.html
│   ├── test_linerange_sep.html
│   ├── test.log.html
│   ├── test.lua.html
│   ├── test.ml.html
│   ├── test.php3.html
│   ├── test.pl.html
│   ├── test.pm.html
│   ├── test.py.html
│   ├── test.rb.html
│   ├── test_refs.cpp.html
│   ├── test_refs.h.html
│   ├── test_regexrange4.html
│   ├── test.sml.html
│   ├── THANKS
│   ├── TODO.txt
│   ├── UsageExample.html
│   ├── UsageExample.java
│   └── xhtml.css
├── info
│   ├── source-highlight.info
│   └── source-highlight-lib.info
├── man
│   └── man1
│   ├── check-regexp.1.gz
│   ├── source-highlight.1.gz
│   └── source-highlight-settings.1.gz
└── source-highlight
├── ada.lang
├── applescript.lang
├── asm.lang
├── awk.lang
├── bat.lang
├── bib.lang
├── bison.lang
├── caml.lang
├── c_comment.lang
├── changelog.lang
├── c.lang
├── clike_vardeclaration.lang
├── clipper.lang
├── cobol.lang
├── coffeescript.lang
├── conf.lang
├── cpp2html.css
├── cpp.lang
├── c_preprocessor.lang
├── csharp.lang
├── css_common.outlang
├── css.lang
├── c_string.lang
├── default.css
├── default.lang
├── default.style
├── desktop.lang
├── diff.lang
├── d.lang
├── docbook.outlang
├── erlang.lang
├── errors.lang
├── esc256.outlang
├── esc256.style
├── esc.outlang
├── esc.style
├── extreme_comment2.lang
├── extreme_comment3.lang
├── extreme_comment.lang
├── feature.lang
├── fixed-fortran.lang
├── flex.lang
├── fortran.lang
├── function.lang
├── glsl.lang
├── go.lang
├── groff_man.outlang
├── groff_mm_color.outlang
├── groff_mm.outlang
├── groovy.lang
├── haskell.lang
├── haskell_literate.lang
├── haxe.lang
├── Hello2.css
├── Hello.css
├── html5_common.outlang
├── html5.outlang
├── html_common.outlang
├── htmlcss.outlang
├── html.lang
├── html_notfixed.outlang
├── html.outlang
├── html_ref.outlang
├── html_simple.lang
├── htmltablelinenum.outlang
├── htmltable.outlang
├── ipxe.lang
├── islisp.lang
├── javadoc.outlang
├── java.lang
├── javalog.lang
├── javalog.style
├── javascript.lang
├── json.lang
├── json.style
├── key_string.lang
├── langdef.lang
├── lang.map
├── latexcolor.outlang
├── latex.lang
├── latex.outlang
├── ldap.lang
├── lilypond.lang
├── lilypond.style
├── lisp.lang
├── log.lang
├── logtalk.lang
├── lsm.lang
├── lua.lang
├── m4.lang
├── makefile.lang
├── manifest.lang
├── mediawiki.outlang
├── mono-alt.css
├── mono.css
├── nohilite.lang
├── number.lang
├── odf.outlang
├── opa.lang
├── outlang.lang
├── outlang.map
├── oz.lang
├── pascal.lang
├── pc.lang
├── perl.lang
├── php.lang
├── po.lang
├── postscript.lang
├── prolog.lang
├── properties.lang
├── proto.lang
├── python.lang
├── r.lang
├── r.style
├── ruby.lang
├── rust.lang
├── scala.lang
├── scheme.lang
├── script_comment.lang
├── sexp.outlang
├── sh_acid.css
├── sh_berries-dark.css
├── sh_berries-light.css
├── sh_bipolar.css
├── sh_blacknblue.css
├── sh_bright.css
├── sh_contrast.css
├── sh_darkblue.css
├── sh_darkness.css
├── sh_desert.css
├── sh_dull.css
├── sh_easter.css
├── sh_emacs.css
├── sh_golden.css
├── sh_greenlcd.css
├── sh_ide-anjuta.css
├── sh_ide-codewarrior.css
├── sh_ide-devcpp.css
├── sh_ide-eclipse.css
├── sh_ide-kdev.css
├── sh_ide-msvcpp.css
├── sh_kwrite.css
├── sh.lang
├── sh_matlab.css
├── sh_navy.css
├── sh_nedit.css
├── sh_neon.css
├── sh_night.css
├── sh_pablo.css
├── sh_peachpuff.css
├── sh_print.css
├── sh_rand01.css
├── sh_the.css
├── sh_typical.css
├── sh_vampire.css
├── sh_vim.css
├── sh_vim-dark.css
├── sh_whatis.css
├── sh_whitengrey.css
├── sh_zellner.css
├── s.lang
├── slang.lang
├── sml.lang
├── spec.lang
├── sql.lang
├── style2.style
├── style3.style
├── style.defaults
├── style.lang
├── symbols.lang
├── tcl.lang
├── texinfo.lang
├── texinfo.outlang
├── texinfo.style
├── tml_formatting_all.lang
├── tml_formatting.lang
├── tml_glue.lang
├── tml.lang
├── tml_macrolinks.lang
├── tml_macros1.lang
├── tml_macros2.lang
├── tml_macrosdelayed1.lang
├── tml_macrosdelayed2.lang
├── tml_macrosdelayed3.lang
├── tml_macros.lang
├── tml_macrotokens.lang
├── todo.lang
├── upc.lang
├── url.lang
├── vala.lang
├── vbscript.lang
├── vim.lang
├── xhtml_common.outlang
├── xhtml.css
├── xhtmlcss.outlang
├── xhtml_notfixed.outlang
├── xhtml.outlang
├── xhtmltable.outlang
├── xml.lang
├── xorg.lang
└── zsh.lang
15 directories, 419 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment