```agda
module hello where
open import IO
main = run (putStrLn "Hello, World!")
```
Pygments.rb
0.6.0
About
Pygments.rb , a Ruby wrapper for the Python Pygments syntax highlighter
, used by GitHub Flavored Markdown (GFM), hence Redcarpet and Jekyll to render fenced code blocks, is shipped with a customized version of Pygments supporting a larger set of lexers than those listed on the official Pygments documentation site.
This is an unofficial documentation for Pygments shipped with Pygments.rb, generated from its source code. The main purpose is to provide a quick reference of all available lexers (345, see below) convenient to use for embedding syntax-highlighted code snippets in Jekyll posts or GitHub issues.
For the Ruby wrapper API documentation, see here.
Usage
GitHub Flavored Markdown (GFM) Fenced Code Blocks With Short Name as the Language Identifier |
Syntax Highlighting | |
---|---|---|
|
=> |
module hello where
open import IO
main = run (putStrLn "Hello, World!")
|
Reference (345 Lexers)
Language | Short Names | Filename Patterns | MIME Types | Python Module (pygments.lexers.* ) |
---|---|---|---|---|
ABAP | abap |
*.abap |
text/x-abap |
pygments.lexers.other |
ActionScript | as actionscript |
*.as |
application/x-actionscript , text/x-actionscript , text/actionscript |
pygments.lexers.web |
ActionScript 3 | as3 actionscript3 |
*.as |
application/x-actionscript3 , text/x-actionscript3 , text/actionscript3 |
pygments.lexers.web |
Ada | ada95ada2005 ada |
*.adb *.ads *.ada |
text/x-ada |
pygments.lexers.compiled |
Agda | agda |
*.agda |
text/x-agda |
pygments.lexers.functional |
Alloy | alloy |
*.als |
text/x-alloy |
pygments.lexers.other |
AmbientTalk | ambienttalk ambienttalk/2 at |
*.at |
text/x-ambienttalk |
pygments.lexers.other |
ANTLR | antlr |
pygments.lexers.parsers |
||
ANTLR With ActionScript Target | antlr-as antlr-actionscript |
*.G *.g |
pygments.lexers.parsers |
|
ANTLR With C# Target | antlr-csharp antlr-c# |
*.G *.g |
pygments.lexers.parsers |
|
ANTLR With CPP Target | antlr-cpp |
*.G *.g |
pygments.lexers.parsers |
|
ANTLR With Java Target | antlr-java |
*.G *.g |
pygments.lexers.parsers |
|
ANTLR With ObjectiveC Target | antlr-objc |
*.G *.g |
pygments.lexers.parsers |
|
ANTLR With Perl Target | antlr-perl |
*.G *.g |
pygments.lexers.parsers |
|
ANTLR With Python Target | antlr-python |
*.G *.g |
pygments.lexers.parsers |
|
ANTLR With Ruby Target | antlr-ruby antlr-rb |
*.G *.g |
pygments.lexers.parsers |
|
ApacheConf | apache apacheconf aconf |
.htaccess apache.conf apache2.conf |
text/x-apacheconf |
pygments.lexers.text |
APL | apl |
*.apl |
pygments.lexers.other |
|
AppleScript | applescript |
*.applescript |
pygments.lexers.other |
|
AspectJ | aspectj |
*.aj |
text/x-aspectj |
pygments.lexers.jvm |
aspx-cs | aspx-cs |
*.aspx *.asax *.ascx *.ashx *.asmx *.axd |
pygments.lexers.dotnet |
|
aspx-vb | aspx-vb |
*.aspx *.asax *.ascx *.ashx *.asmx *.axd |
pygments.lexers.dotnet |
|
Asymptote | asymptote asy |
*.asy |
text/x-asymptote |
pygments.lexers.other |
Augeas | augeas |
*.aug |
pygments.lexers.github |
|
autohotkey | ahk autohotkey |
*.ahk *.ahkl |
text/x-autohotkey |
pygments.lexers.other |
AutoIt | autoit |
*.au3 |
text/x-autoit |
pygments.lexers.other |
Awk | mawk awk nawk gawk |
*.awk |
application/x-awk |
pygments.lexers.other |
Base Makefile | basemake |
pygments.lexers.text |
||
Bash | sh ksh bash |
*.sh *.ksh *.bash *.ebuild *.eclass .bashrc bashrc .bash_* bash_* PKGBUILD |
application/x-sh , application/x-shellscript |
pygments.lexers.shell |
Bash Session | console |
*.sh-session |
application/x-shell-session |
pygments.lexers.shell |
Batchfile | winbatch bat batch dosbatch |
*.bat *.cmd |
application/x-dos-batch |
pygments.lexers.shell |
BBCode | bbcode |
text/x-bbcode |
pygments.lexers.text |
|
Befunge | befunge |
*.befunge |
application/x-befunge |
pygments.lexers.other |
BlitzBasic | b3d blitzbasic bplus |
*.bb *.decls |
text/x-bb |
pygments.lexers.compiled |
BlitzMax | blitzmax bmax |
*.bmx |
text/x-bmx |
pygments.lexers.compiled |
Boo | boo |
*.boo |
text/x-boo |
pygments.lexers.dotnet |
Brainfuck | bf brainfuck |
*.bf *.b |
application/x-brainfuck |
pygments.lexers.other |
Bro | bro |
*.bro |
pygments.lexers.other |
|
BUGS | winbugs openbugs bugs |
*.bug |
pygments.lexers.math |
|
C | c |
*.c *.h *.idc |
text/x-chdr , text/x-csrc |
pygments.lexers.compiled |
C# | c# csharp |
*.cs |
text/x-csharp |
pygments.lexers.dotnet |
C++ | cpp c++ |
*.cpp *.hpp *.c++ *.h++ *.cc *.hh *.cxx *.hxx *.C *.H *.cp *.CPP |
text/x-c++hdr , text/x-c++src |
pygments.lexers.compiled |
c-objdump | c-objdump |
*.c-objdump |
text/x-c-objdump |
pygments.lexers.asm |
ca65 | ca65 |
*.s |
pygments.lexers.asm |
|
CBM BASIC V2 | cbmbas |
*.bas |
pygments.lexers.other |
|
Ceylon | ceylon |
*.ceylon |
text/x-ceylon |
pygments.lexers.jvm |
CFEngine3 | cfengine3 cf3 |
*.cf |
pygments.lexers.other |
|
cfstatement | cfs |
pygments.lexers.templates |
||
ChaiScript | chai chaiscript |
*.chai |
text/x-chaiscript , application/x-chaiscript |
pygments.lexers.agile |
Chapel | chpl chapel |
*.chpl |
pygments.lexers.compiled |
|
Cheetah | cheetah spitfire |
*.tmpl *.spt |
application/x-cheetah , application/x-spitfire |
pygments.lexers.templates |
Cirru | cirru |
*.cirru *.cr |
text/x-cirru |
pygments.lexers.web |
Clay | clay |
*.clay |
text/x-clay |
pygments.lexers.compiled |
Clojure | clojure clj |
*.clj |
text/x-clojure , application/x-clojure |
pygments.lexers.jvm |
ClojureScript | clojurescript cljs |
*.cljs |
text/x-clojurescript , application/x-clojurescript |
pygments.lexers.jvm |
CMake | cmake |
*.cmake CMakeLists.txt |
text/x-cmake |
pygments.lexers.text |
COBOL | cobol |
*.cob *.COB *.cpy *.CPY |
text/x-cobol |
pygments.lexers.compiled |
COBOLFree | cobolfree |
*.cbl *.CBL |
pygments.lexers.compiled |
|
CoffeeScript | coffee-script coffee coffeescript |
*.coffee |
text/coffeescript |
pygments.lexers.web |
Coldfusion CFC | cfc |
*.cfc |
pygments.lexers.templates |
|
Coldfusion HTML | cfm |
*.cfm *.cfml |
application/x-coldfusion |
pygments.lexers.templates |
Common Lisp | cl lisp emacs-lisp elisp common-lisp emacs |
*.cl *.lisp *.el |
text/x-common-lisp |
pygments.lexers.functional |
Coq | coq |
*.v |
text/x-coq |
pygments.lexers.functional |
cpp-objdump | cpp-objdump cxx-objdump c++-objdumb |
*.cpp-objdump *.c++-objdump *.cxx-objdump |
text/x-cpp-objdump |
pygments.lexers.asm |
Croc | croc |
*.croc |
text/x-crocsrc |
pygments.lexers.agile |
Cryptol | cryptol cry |
*.cry |
text/x-cryptol |
pygments.lexers.functional |
CSS | css |
*.css |
text/css |
pygments.lexers.web |
CSS+Django/Jinja | css+jinja css+django |
text/css+django , text/css+jinja |
pygments.lexers.templates |
|
CSS+Genshi Text | css+genshi css+genshitext |
text/css+genshi |
pygments.lexers.templates |
|
CSS+Lasso | css+lasso |
text/css+lasso |
pygments.lexers.templates |
|
CSS+Mako | css+mako |
text/css+mako |
pygments.lexers.templates |
|
CSS+Myghty | css+myghty |
text/css+myghty |
pygments.lexers.templates |
|
CSS+PHP | css+php |
text/css+php |
pygments.lexers.templates |
|
CSS+Ruby | css+ruby css+erb |
text/css+ruby |
pygments.lexers.templates |
|
CSS+Smarty | css+smarty |
text/css+smarty |
pygments.lexers.templates |
|
CUDA | cuda cu |
*.cu *.cuh |
text/x-cuda |
pygments.lexers.compiled |
Cypher | cypher |
*.cyp *.cypher |
pygments.lexers.graph |
|
Cython | pyx cython pyrex |
*.pyx *.pxd *.pxi |
text/x-cython , application/x-cython |
pygments.lexers.compiled |
D | d |
*.d *.di |
text/x-dsrc |
pygments.lexers.compiled |
d-objdump | d-objdump |
*.d-objdump |
text/x-d-objdump |
pygments.lexers.asm |
Darcs Patch | dpatch |
*.dpatch *.darcspatch |
pygments.lexers.text |
|
Dart | dart |
*.dart |
text/x-dart |
pygments.lexers.web |
dasm16 | dasm16 |
*.dasm16 *.dasm |
text/x-dasm16 |
pygments.lexers.github |
Debian Control file | control debcontrol |
control |
pygments.lexers.text |
|
Debian Sourcelist | sources.list sourceslist debsources |
sources.list |
pygments.lexers.text |
|
Delphi | objectpascal delphi pas pascal |
*.pas |
text/x-pascal |
pygments.lexers.compiled |
dg | dg |
*.dg |
text/x-dg |
pygments.lexers.agile |
Diff | diff udiff |
*.diff *.patch |
text/x-diff , text/x-patch |
pygments.lexers.text |
Django/Jinja | jinja django |
application/x-django-templating , application/x-jinja |
pygments.lexers.templates |
|
Docker | docker dockerfile |
Dockerfile *.docker |
text/x-dockerfile-config |
pygments.lexers.text |
DTD | dtd |
*.dtd |
application/xml-dtd |
pygments.lexers.web |
Duel | jsonml+bst duel jbst |
*.duel *.jbst |
text/x-duel , text/x-jbst |
pygments.lexers.web |
Dylan | dylan |
*.dylan *.dyl *.intr |
text/x-dylan |
pygments.lexers.compiled |
Dylan session | dylan-console dylan-repl |
*.dylan-console |
text/x-dylan-console |
pygments.lexers.compiled |
DylanLID | lid dylan-lid |
*.lid *.hdp |
text/x-dylan-lid |
pygments.lexers.compiled |
EBNF | ebnf |
*.ebnf |
text/x-ebnf |
pygments.lexers.text |
eC | ec |
*.ec *.eh |
text/x-echdr , text/x-ecsrc |
pygments.lexers.compiled |
ECL | ecl |
*.ecl |
application/x-ecl |
pygments.lexers.other |
Eiffel | eiffel |
*.e |
text/x-eiffel |
pygments.lexers.compiled |
Elixir | exs ex elixir |
*.ex *.exs |
text/x-elixir |
pygments.lexers.functional |
Elixir iex session | iex |
text/x-elixir-shellsession |
pygments.lexers.functional |
|
Embedded Ragel | ragel-em |
*.rl |
pygments.lexers.parsers |
|
ERB | erb |
application/x-ruby-templating |
pygments.lexers.templates |
|
Erlang | erlang |
*.erl *.hrl *.es *.escript |
text/x-erlang |
pygments.lexers.functional |
Erlang erl session | erl |
*.erl-sh |
text/x-erl-shellsession |
pygments.lexers.functional |
Evoque | evoque |
*.evoque |
application/x-evoque |
pygments.lexers.templates |
Factor | factor |
*.factor |
text/x-factor |
pygments.lexers.agile |
Fancy | fy fancy |
*.fy *.fancypack |
text/x-fancysrc |
pygments.lexers.agile |
Fantom | fan |
*.fan |
application/x-fantom |
pygments.lexers.compiled |
Felix | flx felix |
*.flx *.flxh |
text/x-felix |
pygments.lexers.compiled |
Fortran | fortran |
*.f *.f90 *.F *.F90 |
text/x-fortran |
pygments.lexers.compiled |
FoxPro | clipper xbase foxpro vfp |
*.PRG *.prg |
pygments.lexers.foxpro |
|
FSharp | fsharp |
*.fs *.fsi |
text/x-fsharp |
pygments.lexers.dotnet |
GAP | gap |
*.g *.gd *.gi *.gap |
pygments.lexers.math |
|
GAS | gas asm |
*.s *.S |
text/x-gas |
pygments.lexers.asm |
Genshi | xml+kid xml+genshi genshi kid |
*.kid |
application/x-genshi , application/x-kid |
pygments.lexers.templates |
Genshi Text | genshitext |
application/x-genshi-text , text/x-genshi |
pygments.lexers.templates |
|
Gettext Catalog | pot po |
*.pot *.po |
application/x-gettext , text/x-gettext , text/gettext |
pygments.lexers.text |
Gherkin | cucumber gherkin |
*.feature |
text/x-gherkin |
pygments.lexers.other |
GLSL | glsl |
*.vert *.frag *.geo |
text/x-glslsrc |
pygments.lexers.compiled |
Gnuplot | gnuplot |
*.plot *.plt |
text/x-gnuplot |
pygments.lexers.other |
Go | go |
*.go |
text/x-gosrc |
pygments.lexers.compiled |
Golo | golo |
*.golo |
pygments.lexers.jvm |
|
GoodData-CL | gooddata-cl |
*.gdc |
text/x-gooddata-cl |
pygments.lexers.other |
Gosu | gosu |
*.gs *.gsx *.gsp *.vark |
text/x-gosu |
pygments.lexers.jvm |
Gosu Template | gst |
*.gst |
text/x-gosu-template |
pygments.lexers.jvm |
Groff | nroff groff man |
*.[1234567] *.man |
application/x-troff , text/troff |
pygments.lexers.text |
Groovy | groovy |
*.groovy |
text/x-groovy |
pygments.lexers.jvm |
Haml | haml |
*.haml |
text/x-haml |
pygments.lexers.web |
Handlebars | handlebars |
pygments.lexers.templates |
||
Haskell | hs haskell |
*.hs |
text/x-haskell |
pygments.lexers.functional |
Haxe | haxe hxsl hx |
*.hx *.hxsl |
text/haxe , text/x-haxe , text/x-hx |
pygments.lexers.web |
HTML | html |
*.html *.htm *.xhtml *.xslt |
text/html , application/xhtml+xml |
pygments.lexers.web |
HTML+Cheetah | html+cheetah htmlcheetah html+spitfire |
text/html+cheetah , text/html+spitfire |
pygments.lexers.templates |
|
HTML+Django/Jinja | htmldjango html+jinja html+django |
text/html+django , text/html+jinja |
pygments.lexers.templates |
|
HTML+Evoque | html+evoque |
*.html |
text/html+evoque |
pygments.lexers.templates |
HTML+Genshi | html+genshi html+kid |
text/html+genshi |
pygments.lexers.templates |
|
HTML+Handlebars | html+handlebars |
*.handlebars *.hbs |
text/html+handlebars , text/x-handlebars-template |
pygments.lexers.templates |
HTML+Lasso | html+lasso |
text/html+lasso , application/x-httpd-lasso , application/x-httpd-lasso[89] |
pygments.lexers.templates |
|
HTML+Mako | html+mako |
text/html+mako |
pygments.lexers.templates |
|
HTML+Myghty | html+myghty |
text/html+myghty |
pygments.lexers.templates |
|
HTML+PHP | html+php |
*.phtml |
application/x-php , application/x-httpd-php , application/x-httpd-php3 , application/x-httpd-php4 , application/x-httpd-php5 |
pygments.lexers.templates |
HTML+Smarty | html+smarty |
text/html+smarty |
pygments.lexers.templates |
|
HTML+Velocity | html+velocity |
text/html+velocity |
pygments.lexers.templates |
|
HTTP | http |
pygments.lexers.text |
||
Hxml | haxeml hxml |
*.hxml |
pygments.lexers.text |
|
Hy | hylang |
*.hy |
text/x-hy , application/x-hy |
pygments.lexers.agile |
Hybris | hy hybris |
*.hy *.hyb |
text/x-hybris , application/x-hybris |
pygments.lexers.other |
IDL | idl |
*.pro |
text/idl |
pygments.lexers.math |
Idris | idris idr |
*.idr |
text/x-idris |
pygments.lexers.functional |
Igor | igorpro igor |
*.ipf |
text/ipf |
pygments.lexers.math |
Inform 6 | inform6 i6 |
*.inf |
pygments.lexers.compiled |
|
Inform 6 template | i6t |
*.i6t |
pygments.lexers.compiled |
|
Inform 7 | inform7 i7 |
*.ni *.i7x |
pygments.lexers.compiled |
|
INI | cfg ini dosini |
*.ini *.cfg |
text/x-ini |
pygments.lexers.text |
Io | io |
*.io |
text/x-iosrc |
pygments.lexers.agile |
Ioke | ik ioke |
*.ik |
text/x-iokesrc |
pygments.lexers.jvm |
IRC logs | irc |
*.weechatlog |
text/x-irclog |
pygments.lexers.text |
Jade | jade |
*.jade |
text/x-jade |
pygments.lexers.web |
JAGS | jags |
*.jag *.bug |
pygments.lexers.math |
|
Jasmin | jasmin jasminxt |
*.j |
pygments.lexers.jvm |
|
Java | java |
*.java |
text/x-java |
pygments.lexers.jvm |
Java Server Page | jsp |
*.jsp |
application/x-jsp |
pygments.lexers.templates |
JavaScript | javascript js |
*.js |
application/javascript , application/x-javascript , text/x-javascript , text/javascript |
pygments.lexers.web |
JavaScript+Cheetah | js+cheetah js+spitfire javascript+cheetah javascript+spitfire |
application/x-javascript+cheetah , text/x-javascript+cheetah , text/javascript+cheetah , application/x-javascript+spitfire , text/x-javascript+spitfire , text/javascript+spitfire |
pygments.lexers.templates |
|
JavaScript+Django/Jinja | javascript+django js+jinja javascript+jinja js+django |
application/x-javascript+django , application/x-javascript+jinja , text/x-javascript+django , text/x-javascript+jinja , text/javascript+django , text/javascript+jinja |
pygments.lexers.templates |
|
JavaScript+Genshi Text | javascript+genshitext javascript+genshi js+genshitext js+genshi |
application/x-javascript+genshi , text/x-javascript+genshi , text/javascript+genshi |
pygments.lexers.templates |
|
JavaScript+Lasso | javascript+lasso js+lasso |
application/x-javascript+lasso , text/x-javascript+lasso , text/javascript+lasso |
pygments.lexers.templates |
|
JavaScript+Mako | javascript+mako js+mako |
application/x-javascript+mako , text/x-javascript+mako , text/javascript+mako |
pygments.lexers.templates |
|
JavaScript+Myghty | javascript+myghty js+myghty |
application/x-javascript+myghty , text/x-javascript+myghty , text/javascript+mygthy |
pygments.lexers.templates |
|
JavaScript+PHP | js+php javascript+php |
application/x-javascript+php , text/x-javascript+php , text/javascript+php |
pygments.lexers.templates |
|
JavaScript+Ruby | javascript+ruby javascript+erb js+ruby js+erb |
application/x-javascript+ruby , text/x-javascript+ruby , text/javascript+ruby |
pygments.lexers.templates |
|
JavaScript+Smarty | javascript+smarty js+smarty |
application/x-javascript+smarty , text/x-javascript+smarty , text/javascript+smarty |
pygments.lexers.templates |
|
JSON | json |
*.json |
application/json |
pygments.lexers.web |
Julia | jl julia |
*.jl |
text/x-julia , application/x-julia |
pygments.lexers.math |
Julia console | jlcon |
pygments.lexers.math |
||
Kal | kal |
*.kal |
text/kal , application/kal |
pygments.lexers.web |
Kconfig | kernel-config menuconfig kconfig linux-config |
Kconfig *Config.in* external.in* standard-modules.in |
text/x-kconfig |
pygments.lexers.other |
Koka | koka |
*.kk *.kki |
text/x-koka |
pygments.lexers.functional |
Kotlin | kotlin |
*.kt |
text/x-kotlin |
pygments.lexers.jvm |
Lasso | lassoscript lasso |
*.lasso *.lasso[89] |
text/x-lasso |
pygments.lexers.web |
Lighttpd configuration file | lighty lighttpd |
text/x-lighttpd-conf |
pygments.lexers.text |
|
Limbo | limbo |
*.b |
text/limbo |
pygments.lexers.inferno |
liquid | liquid |
*.liquid |
pygments.lexers.templates |
|
Literate Agda | lagda literate-agda |
*.lagda |
text/x-literate-agda |
pygments.lexers.functional |
Literate Cryptol | lcry literate-cryptol lcryptol |
*.lcry |
text/x-literate-cryptol |
pygments.lexers.functional |
Literate Haskell | lhaskell literate-haskell lhs |
*.lhs |
text/x-literate-haskell |
pygments.lexers.functional |
Literate Idris | literate-idris lidris lidr |
*.lidr |
text/x-literate-idris |
pygments.lexers.functional |
LiveScript | livescript live-script |
*.ls |
text/livescript |
pygments.lexers.web |
LLVM | llvm |
*.ll |
text/x-llvm |
pygments.lexers.asm |
Logos | logos |
*.x *.xi *.xm *.xmi |
text/x-logos |
pygments.lexers.compiled |
Logtalk | logtalk |
*.lgt |
text/x-logtalk |
pygments.lexers.other |
LSL | lsl |
*.lsl |
text/x-lsl |
pygments.lexers.other |
Lua | lua |
*.lua *.wlua |
text/x-lua , application/x-lua |
pygments.lexers.agile |
Makefile | make mf makefile bsdmake |
*.mak *.mk Makefile makefile Makefile.* GNUmakefile |
text/x-makefile |
pygments.lexers.text |
Mako | mako |
*.mao |
application/x-mako |
pygments.lexers.templates |
MAQL | maql |
*.maql |
text/x-gooddata-maql , application/x-gooddata-maql |
pygments.lexers.other |
Mask | mask |
*.mask |
text/x-mask |
pygments.lexers.web |
Mason | mason |
*.m *.mhtml *.mc *.mi autohandler dhandler |
application/x-mason |
pygments.lexers.templates |
Mathematica | nb mathematica mma |
*.nb *.cdf *.nbp *.ma |
application/mathematica , application/vnd.wolfram.mathematica , application/vnd.wolfram.mathematica.package , application/vnd.wolfram.cdf |
pygments.lexers.math |
Matlab | matlab |
*.m |
text/matlab |
pygments.lexers.math |
Matlab session | matlabsession |
pygments.lexers.math |
||
MiniD | minid |
*.md |
text/x-minidsrc |
pygments.lexers.agile |
Modelica | modelica |
*.mo |
text/x-modelica |
pygments.lexers.other |
Modula-2 | modula2 m2 |
*.def *.mod |
text/x-modula2 |
pygments.lexers.compiled |
MoinMoin/Trac Wiki markup | moin trac-wiki |
text/x-trac-wiki |
pygments.lexers.text |
|
Monkey | monkey |
*.monkey |
text/x-monkey |
pygments.lexers.compiled |
MOOCode | moocode moo |
*.moo |
text/x-moocode |
pygments.lexers.other |
MoonScript | moonscript moon |
*.moon |
text/x-moonscript , application/x-moonscript |
pygments.lexers.agile |
MQL | mql4 mql5 mq5 mql mq4 |
*.mq4 *.mq5 *.mqh |
text/x-mql |
pygments.lexers.compiled |
Mscgen | mscgen msc |
*.msc |
pygments.lexers.other |
|
MuPAD | mupad |
*.mu |
pygments.lexers.math |
|
MXML | mxml |
*.mxml |
pygments.lexers.web |
|
Myghty | myghty |
*.myt autodelegate |
application/x-myghty |
pygments.lexers.templates |
MySQL | mysql |
text/x-mysql |
pygments.lexers.sql |
|
NASM | nasm |
*.asm *.ASM |
text/x-nasm |
pygments.lexers.asm |
Nemerle | nemerle |
*.n |
text/x-nemerle |
pygments.lexers.dotnet |
nesC | nesc |
*.nc |
text/x-nescsrc |
pygments.lexers.compiled |
NewLisp | newlisp |
*.lsp *.nl |
text/x-newlisp , application/x-newlisp |
pygments.lexers.functional |
Newspeak | newspeak |
*.ns2 |
text/x-newspeak |
pygments.lexers.other |
Nginx configuration file | nginx |
text/x-nginx-conf |
pygments.lexers.text |
|
Nimrod | nimrod nim |
*.nim *.nimrod |
text/x-nimrod |
pygments.lexers.compiled |
Nix | nixos nix |
*.nix |
text/x-nix |
pygments.lexers.functional |
NSIS | nsh nsis nsi |
*.nsi *.nsh |
text/x-nsis |
pygments.lexers.other |
NumPy | numpy |
pygments.lexers.math |
||
objdump | objdump |
*.objdump |
text/x-objdump |
pygments.lexers.asm |
objdump-nasm | objdump-nasm |
*.objdump-intel |
text/x-nasm-objdump |
pygments.lexers.asm |
Objective-C | objective-c objc objectivec obj-c |
*.m *.h |
text/x-objective-c |
pygments.lexers.compiled |
Objective-C++ | objc++ obj-c++ objectivec++ objective-c++ |
*.mm *.hh |
text/x-objective-c++ |
pygments.lexers.compiled |
Objective-J | objj objectivej objective-j obj-j |
*.j |
text/x-objective-j |
pygments.lexers.web |
OCaml | ocaml |
*.ml *.mli *.mll *.mly |
text/x-ocaml |
pygments.lexers.functional |
Octave | octave |
*.m |
text/octave |
pygments.lexers.math |
Ooc | ooc |
*.ooc |
text/x-ooc |
pygments.lexers.compiled |
Opa | opa |
*.opa |
text/x-opa |
pygments.lexers.functional |
OpenEdge ABL | progress abl openedge |
*.p *.cls |
text/x-openedge , application/x-openedge |
pygments.lexers.other |
Pan | pan |
*.pan |
pygments.lexers.other |
|
Pawn | pawn |
*.p *.pwn *.inc |
text/x-pawn |
pygments.lexers.other |
Perl | pl perl |
*.pl *.pm *.t |
text/x-perl , application/x-perl |
pygments.lexers.agile |
Perl6 | pl6 perl6 |
*.pl *.pm *.nqp *.p6 *.6pl *.p6l *.pl6 *.6pm *.p6m *.pm6 *.t |
text/x-perl6 , application/x-perl6 |
pygments.lexers.agile |
PHP | php4 php5 php php3 |
*.php *.php[345] *.inc |
text/x-php |
pygments.lexers.web |
Pig | pig |
*.pig |
text/x-pig |
pygments.lexers.jvm |
Pike | pike |
*.pike *.pmod |
text/x-pike |
pygments.lexers.compiled |
PL/pgSQL | plpgsql |
text/x-plpgsql |
pygments.lexers.sql |
|
PostgreSQL console (psql) | psql postgresql-console postgres-console |
text/x-postgresql-psql |
pygments.lexers.sql |
|
PostgreSQL SQL dialect | postgresql postgres |
text/x-postgresql |
pygments.lexers.sql |
|
PostScript | postscript postscr |
*.ps *.eps |
application/postscript |
pygments.lexers.other |
POVRay | pov |
*.pov *.inc |
text/x-povray |
pygments.lexers.other |
PowerShell | psm1 ps1 powershell posh |
*.ps1 *.psm1 |
text/x-powershell |
pygments.lexers.shell |
Prolog | prolog |
*.prolog *.pro *.pl |
text/x-prolog |
pygments.lexers.compiled |
Properties | jproperties properties |
*.properties |
text/x-java-properties |
pygments.lexers.text |
Protocol Buffer | protobuf proto |
*.proto |
pygments.lexers.other |
|
Puppet | puppet |
*.pp |
pygments.lexers.other |
|
PyPy Log | pypylog pypy |
*.pypylog |
application/x-pypylog |
pygments.lexers.text |
Python | python py sage |
*.py *.pyw *.sc SConstruct SConscript *.tac *.sage |
text/x-python , application/x-python |
pygments.lexers.agile |
Python 3 | py3 python3 |
text/x-python3 , application/x-python3 |
pygments.lexers.agile |
|
Python 3.0 Traceback | py3tb |
*.py3tb |
text/x-python3-traceback |
pygments.lexers.agile |
Python console session | pycon |
text/x-python-doctest |
pygments.lexers.agile |
|
Python Traceback | pytb |
*.pytb |
text/x-python-traceback |
pygments.lexers.agile |
QBasic | basic qbasic |
*.BAS *.bas |
text/basic |
pygments.lexers.qbasic |
QML | qml |
*.qml |
application/x-qml |
pygments.lexers.web |
Racket | racket rkt |
*.rkt *.rktd *.rktl |
text/x-racket , application/x-racket |
pygments.lexers.functional |
Ragel | ragel |
pygments.lexers.parsers |
||
Ragel in C Host | ragel-c |
*.rl |
pygments.lexers.parsers |
|
Ragel in CPP Host | ragel-cpp |
*.rl |
pygments.lexers.parsers |
|
Ragel in D Host | ragel-d |
*.rl |
pygments.lexers.parsers |
|
Ragel in Java Host | ragel-java |
*.rl |
pygments.lexers.parsers |
|
Ragel in Objective C Host | ragel-objc |
*.rl |
pygments.lexers.parsers |
|
Ragel in Ruby Host | ragel-ruby ragel-rb |
*.rl |
pygments.lexers.parsers |
|
Raw token data | raw |
application/x-pygments-tokens |
pygments.lexers.special |
|
RConsole | rout rconsole |
*.Rout |
pygments.lexers.math |
|
Rd | rd |
*.Rd |
text/x-r-doc |
pygments.lexers.math |
REBOL | rebol |
*.r *.r3 *.reb |
text/x-rebol |
pygments.lexers.other |
Red | red/system red |
*.red *.reds |
text/x-red , text/x-red-system |
pygments.lexers.other |
Redcode | redcode |
*.cw |
pygments.lexers.other |
|
reg | registry |
*.reg |
text/x-windows-registry |
pygments.lexers.text |
reStructuredText | rst restructuredtext rest |
*.rst *.rest |
text/x-rst , text/prs.fallenstein.rst |
pygments.lexers.text |
Rexx | arexx rexx |
*.rexx *.rex *.rx *.arexx |
text/x-rexx |
pygments.lexers.other |
RHTML | html+ruby rhtml html+erb |
*.rhtml |
text/html+ruby |
pygments.lexers.templates |
RobotFramework | robotframework |
*.txt *.robot |
text/x-robotframework |
pygments.lexers.other |
RPMSpec | spec |
*.spec |
text/x-rpm-spec |
pygments.lexers.other |
RQL | rql |
*.rql |
text/x-rql |
pygments.lexers.sql |
RSL | rsl |
*.rsl |
text/rsl |
pygments.lexers.other |
Ruby | ruby duby rb |
*.rb *.rbw Rakefile *.rake *.gemspec *.rbx *.duby |
text/x-ruby , application/x-ruby |
pygments.lexers.agile |
Ruby irb session | irb rbcon |
text/x-ruby-shellsession |
pygments.lexers.agile |
|
Rust | rust |
*.rs |
text/x-rustsrc |
pygments.lexers.compiled |
S | s r splus |
*.S *.R .Rhistory .Rprofile .Renviron |
text/S-plus , text/S , text/x-r-source , text/x-r , text/x-R , text/x-r-history , text/x-r-profile |
pygments.lexers.math |
Sass | sass |
*.sass |
text/x-sass |
pygments.lexers.web |
Scala | scala |
*.scala |
text/x-scala |
pygments.lexers.jvm |
Scalate Server Page | ssp |
*.ssp |
application/x-ssp |
pygments.lexers.templates |
Scaml | scaml |
*.scaml |
text/x-scaml |
pygments.lexers.web |
Scheme | scm scheme |
*.scm *.ss |
text/x-scheme , application/x-scheme |
pygments.lexers.functional |
Scilab | scilab |
*.sci *.sce *.tst |
text/scilab |
pygments.lexers.math |
SCSS | scss |
*.scss |
text/x-scss |
pygments.lexers.web |
Shell Session | shell-session |
*.shell-session |
application/x-sh-session |
pygments.lexers.shell |
Slash | slash |
*.sl |
pygments.lexers.github |
|
Slim | slim |
*.slim |
text/x-slim |
pygments.lexers.web |
Smali | smali |
*.smali |
text/smali |
pygments.lexers.dalvik |
Smalltalk | squeak smalltalk st |
*.st |
text/x-smalltalk |
pygments.lexers.other |
Smarty | smarty |
*.tpl |
application/x-smarty |
pygments.lexers.templates |
Snobol | snobol |
*.snobol |
text/x-snobol |
pygments.lexers.other |
SourcePawn | sp |
*.sp |
text/x-sourcepawn |
pygments.lexers.other |
SPARQL | sparql |
*.rq *.sparql |
application/sparql-query |
pygments.lexers.rdf |
SQL | sql |
*.sql |
text/x-sql |
pygments.lexers.sql |
sqlite3con | sqlite3 |
*.sqlite3-console |
text/x-sqlite3-console |
pygments.lexers.sql |
SquidConf | squidconf squid squid.conf |
squid.conf |
text/x-squidconf |
pygments.lexers.text |
Stan | stan |
*.stan |
pygments.lexers.math |
|
Standard ML | sml |
*.sml *.sig *.fun |
text/x-standardml , application/x-standardml |
pygments.lexers.functional |
Swift | swift |
*.swift |
text/x-swift |
pygments.lexers.compiled |
SWIG | swig |
*.swg *.i |
text/swig |
pygments.lexers.compiled |
systemverilog | sv systemverilog |
*.sv *.svh |
text/x-systemverilog |
pygments.lexers.hdl |
Tcl | tcl |
*.tcl |
text/x-tcl , text/x-script.tcl , application/x-tcl |
pygments.lexers.agile |
Tcsh | csh tcsh |
*.tcsh *.csh |
application/x-csh |
pygments.lexers.shell |
Tea | tea |
*.tea |
text/x-tea |
pygments.lexers.templates |
TeX | tex latex |
*.tex *.aux *.toc |
text/x-tex , text/x-latex |
pygments.lexers.text |
Text only | text |
*.txt |
text/plain |
pygments.lexers.special |
Todotxt | todotxt |
todo.txt *.todotxt |
text/x-todo |
pygments.lexers.text |
TOML | toml |
*.toml |
pygments.lexers.github |
|
Treetop | treetop |
*.treetop *.tt |
pygments.lexers.parsers |
|
TypeScript | ts |
*.ts |
text/x-typescript |
pygments.lexers.web |
UrbiScript | urbiscript |
*.u |
application/x-urbiscript |
pygments.lexers.other |
Vala | vala vapi |
*.vala *.vapi |
text/x-vala |
pygments.lexers.compiled |
VB.net | vb.net vbnet |
*.vb *.bas |
text/x-vbnet , text/x-vba |
pygments.lexers.dotnet |
VCTreeStatus | vctreestatus |
pygments.lexers.other |
||
Velocity | velocity |
*.vm *.fhtml |
pygments.lexers.templates |
|
verilog | verilog v |
*.v |
text/x-verilog |
pygments.lexers.hdl |
VGL | vgl |
*.rpf |
pygments.lexers.other |
|
vhdl | vhdl |
*.vhdl *.vhd |
text/x-vhdl |
pygments.lexers.hdl |
VimL | vim |
*.vim .vimrc .exrc .gvimrc _vimrc _exrc _gvimrc vimrc gvimrc |
text/x-vim |
pygments.lexers.text |
XML | xml |
*.xml *.xsl *.rss *.xslt *.xsd *.wsdl *.wsf |
text/xml , application/xml , image/svg+xml , application/rss+xml , application/atom+xml |
pygments.lexers.web |
XML+Cheetah | xml+spitfire xml+cheetah |
application/xml+cheetah , application/xml+spitfire |
pygments.lexers.templates |
|
XML+Django/Jinja | xml+django xml+jinja |
application/xml+django , application/xml+jinja |
pygments.lexers.templates |
|
XML+Evoque | xml+evoque |
*.xml |
application/xml+evoque |
pygments.lexers.templates |
XML+Lasso | xml+lasso |
application/xml+lasso |
pygments.lexers.templates |
|
XML+Mako | xml+mako |
application/xml+mako |
pygments.lexers.templates |
|
XML+Myghty | xml+myghty |
application/xml+myghty |
pygments.lexers.templates |
|
XML+PHP | xml+php |
application/xml+php |
pygments.lexers.templates |
|
XML+Ruby | xml+ruby xml+erb |
application/xml+ruby |
pygments.lexers.templates |
|
XML+Smarty | xml+smarty |
application/xml+smarty |
pygments.lexers.templates |
|
XML+Velocity | xml+velocity |
application/xml+velocity |
pygments.lexers.templates |
|
XQuery | xqy xquery xq xql xqm |
*.xqy *.xquery *.xq *.xql *.xqm |
text/xquery , application/xquery |
pygments.lexers.web |
XSLT | xslt |
*.xsl *.xslt *.xpl |
application/xsl+xml , application/xslt+xml |
pygments.lexers.web |
Xtend | xtend |
*.xtend |
text/x-xtend |
pygments.lexers.jvm |
YAML | yaml |
*.yaml *.yml |
text/x-yaml |
pygments.lexers.text |
YAML+Jinja | salt yaml+jinja sls |
*.sls |
text/x-yaml+jinja , text/x-sls |
pygments.lexers.templates |
Zephir | zephir |
*.zep |
pygments.lexers.web |
This page was generated by @soimort at
Mon Sep 15 19:51:20 2014 CEST