Project

General

Profile

DeRedmineCodeHighlightingLanguages » History » Version 1

C S, 2021-12-06 11:12
Newly created, based on Rev. 9

1 1 C S
Übersetzung der "Rev. 9":http://www.redmine.org/projects/redmine/wiki/RedmineCodeHighlightingLanguages/9
2
3
h1. Code-Hervorhebung unterstützter Sprachen
4
5
Das standardmäßige Hervorheben von Code basiert seit Redmine 4.0.0 auf "Rouge":http://rouge.jneen.net/. Es unterstützt über 200 Sprachen. Informationen zum Hervorheben von Code finden Sie unter [[DeRedmineTextFormattingTextile#Code-Hervorhebung]] oder [[DeRedmineTextFormattingMarkdown#Code-Hervorhebung]].
6
7
Hier ist eine Liste der unterstützten Sprachen von Rouge 3.26.0, das mit Redmine 4.2.0 gebündelt ist. Sie können eine Liste auch abrufen, indem Sie @bundle exec rougify list@ im Installationsverzeichnis von Redmine ausführen.
8
9
|_. Sprache |_. Beschreibung (englisch) |
10
| @abap@ | SAP - Advanced Business Application Programming |
11
| @actionscript@ | ActionScript [aliases: as,as3] |
12
| @ada@ | The Ada 2012 programming language |
13
| @apache@ | configuration files for Apache web server |
14
| @apex@ | The Apex programming language (provided by salesforce) |
15
| @apiblueprint@ | Markdown based API description language. [aliases: apiblueprint,apib] |
16
| @applescript@ | The AppleScript scripting language by Apple Inc. (http://developer.apple.com/applescript/) [aliases: applescript] |
17
| @armasm@ | Arm assembly syntax |
18
| @augeas@ | The Augeas programming language (augeas.net) [aliases: aug] |
19
| @awk@ | pattern-directed scanning and processing language |
20
| @batchfile@ | Windows Batch File [aliases: bat,batch,dosbatch,winbatch] |
21
| @bbcbasic@ | BBC BASIC syntax |
22
| @bibtex@ | BibTeX [aliases: bib] |
23
| @biml@ | BIML, Business Intelligence Markup Language |
24
| @bpf@ | BPF bytecode syntax |
25
| @brainfuck@ | The Brainfuck programming language |
26
| @brightscript@ | BrightScript Programming Language (https://developer.roku.com/en-ca/docs/references/brightscript/language/brightscript-language-reference.md) [aliases: bs,brs] |
27
| @bsl@ | The 1C:Enterprise programming language |
28
| @c@ | The C programming language |
29
| @ceylon@ | Say more, more clearly. |
30
| @cfscript@ | CFScript, the CFML scripting language [aliases: cfc] |
31
| @clean@ | The Clean programming language (clean.cs.ru.nl) |
32
| @clojure@ | The Clojure programming language (clojure.org) [aliases: clj,cljs] |
33
| @cmake@ | The cross-platform, open-source build system |
34
| @cmhg@ | RISC OS C module header generator source file |
35
| @coffeescript@ | The Coffeescript programming language (coffeescript.org) [aliases: coffee,coffee-script] |
36
| @common_lisp@ | The Common Lisp variant of Lisp (common-lisp.net) [aliases: cl,common-lisp,elisp,emacs-lisp,lisp] |
37
| @conf@ | A generic lexer for configuration files [aliases: config,configuration] |
38
| @console@ | A generic lexer for shell sessions. Accepts ?lang and ?output lexer options, a ?prompt option, ?comments to enable # comments, and ?error to handle error messages. [aliases: terminal,shell_session,shell-session] |
39
| @coq@ | Coq (coq.inria.fr) |
40
| @cpp@ | The C++ programming language [aliases: c++] |
41
| @crystal@ | Crystal The Programming Language (crystal-lang.org) [aliases: cr] |
42
| @csharp@ | a multi-paradigm language targeting .NET [aliases: c#,cs] |
43
| @css@ | Cascading Style Sheets, used to style web pages |
44
| @csvs@ | The CSV Schema Language (digital-preservation.github.io) |
45
| @cuda@ | Compute Unified Device Architecture, used for programming with NVIDIA GPU |
46
| @cypher@ | The Cypher query language (neo4j.com/docs/cypher-manual) [aliases: cypher] |
47
| @cython@ | Cython and Pyrex source code (cython.org) [aliases: pyx,pyrex] |
48
| @d@ | The D programming language(dlang.org) [aliases: dlang] |
49
| @dart@ | The Dart programming language (dartlang.com) |
50
| @datastudio@ | Datastudio scripting language |
51
| @diff@ | Lexes unified diffs or patches [aliases: patch,udiff] |
52
| @digdag@ | A simple, open source, multi-cloud workflow engine (https://www.digdag.io/) |
53
| @docker@ | Dockerfile syntax [aliases: dockerfile,Dockerfile] |
54
| @dot@ | graph description language |
55
| @ecl@ | Enterprise Control Language (hpccsystems.com) |
56
| @eex@ | Embedded Elixir [aliases: leex] |
57
| @eiffel@ | Eiffel programming language |
58
| @elixir@ | Elixir language (elixir-lang.org) [aliases: elixir,exs] |
59
| @elm@ | The Elm programming language (http://elm-lang.org/) |
60
| @email@ | An email message [aliases: eml,e-mail] |
61
| @epp@ | Embedded Puppet template files |
62
| @erb@ | Embedded ruby template files [aliases: eruby,rhtml] |
63
| @erlang@ | The Erlang programming language (erlang.org) [aliases: erl] |
64
| @escape@ | A generic lexer for including escaped content - see Formatter.enable_escape! [aliases: esc] |
65
| @factor@ | Factor, the practical stack language (factorcode.org) |
66
| @fortran@ | Fortran 2008 (free-form) |
67
| @freefem@ | The FreeFEM programming language (freefem.org) [aliases: ff] |
68
| @fsharp@ | F# (fsharp.net) |
69
| @gdscript@ | The Godot Engine programming language (https://godotengine.org/) [aliases: gd,gdscript] |
70
| @ghc-cmm@ | GHC Cmm is the intermediate representation of the GHC Haskell compiler [aliases: cmm] |
71
| @ghc-core@ | Intermediate representation of the GHC Haskell compiler. |
72
| @gherkin@ | A business-readable spec DSL (github.com/cucumber/cucumber/wiki/Gherkin) [aliases: cucumber,behat] |
73
| @glsl@ | The GLSL shader language |
74
| @go@ | The Go programming language (http://golang.org) [aliases: go,golang] |
75
| @gradle@ | A powerful build system for the JVM |
76
| @graphql@ | GraphQL |
77
| @groovy@ | The Groovy programming language (http://www.groovy-lang.org/) |
78
| @hack@ | The Hack programming language (hacklang.org) [aliases: hack,hh] |
79
| @haml@ | The Haml templating system for Ruby (haml.info) [aliases: HAML] |
80
| @handlebars@ | the Handlebars and Mustache templating languages [aliases: hbs,mustache] |
81
| @haskell@ | The Haskell programming language (haskell.org) [aliases: hs] |
82
| @haxe@ | Haxe Cross-platform Toolkit (http://haxe.org) [aliases: hx,haxe] |
83
| @hcl@ | Hashicorp Configuration Language, used by Terraform and other Hashicorp tools |
84
| @hlsl@ | HLSL, the High Level Shading Language for DirectX (docs.microsoft.com/en-us/windows/win32/direct3dhlsl/dx-graphics-hlsl) |
85
| @hocon@ | Human-Optimized Config Object Notation (https://github.com/lightbend/config) |
86
| @hql@ | Hive Query Language SQL dialect |
87
| @html@ | HTML, the markup language of the web |
88
| @http@ | http requests and responses |
89
| @hylang@ | The HyLang programming language (hylang.org) [aliases: hy] |
90
| @idlang@ | Interactive Data Language |
91
| @igorpro@ | WaveMetrics Igor Pro |
92
| @ini@ | the INI configuration format |
93
| @io@ | The IO programming language (http://iolanguage.com) |
94
| @irb@ | Shell sessions in IRB or Pry [aliases: pry] |
95
| @isbl@ | The ISBL programming language |
96
| @j@ | The J programming language (jsoftware.com) |
97
| @janet@ | The Janet programming language (janet-lang.org) [aliases: jdn] |
98
| @java@ | The Java programming language (java.com) |
99
| @javascript@ | JavaScript, the browser scripting language [aliases: js] |
100
| @jinja@ | Django/Jinja template engine (jinja.pocoo.org) [aliases: django] |
101
| @jsl@ | The JMP Scripting Language (JSL) (jmp.com) |
102
| @json@ | JavaScript Object Notation (json.org) |
103
| @json-doc@ | JavaScript Object Notation with extensions for documentation [aliases: jsonc] |
104
| @jsonnet@ | An elegant, formally-specified config language for JSON |
105
| @jsp@ | JSP |
106
| @jsx@ | An XML-like syntax extension to JavaScript (facebook.github.io/jsx/) [aliases: jsx,react] |
107
| @julia@ | The Julia programming language [aliases: jl] |
108
| @kotlin@ | Kotlin Programming Language (http://kotlinlang.org) |
109
| @lasso@ | The Lasso programming language (lassosoft.com) [aliases: lassoscript] |
110
| @liquid@ | Liquid is a templating engine for Ruby (liquidmarkup.org) |
111
| @literate_coffeescript@ | Literate coffeescript [aliases: litcoffee] |
112
| @literate_haskell@ | Literate haskell [aliases: lithaskell,lhaskell,lhs] |
113
| @livescript@ | LiveScript, a language which compiles to JavaScript (livescript.net) [aliases: ls] |
114
| @llvm@ | The LLVM Compiler Infrastructure (http://llvm.org/) |
115
| @lua@ | Lua (http://www.lua.org) |
116
| @lustre@ | The Lustre programming language (Verimag) |
117
| @lutin@ | The Lutin programming language (Verimag) |
118
| @m68k@ | Motorola 68k Assembler |
119
| @magik@ | Smallworld Magik |
120
| @make@ | Makefile syntax [aliases: makefile,mf,gnumake,bsdmake] |
121
| @markdown@ | Markdown, a light-weight markup language for authors [aliases: md,mkd] |
122
| @mason@ | The HTML::Mason framework (https://metacpan.org/pod/HTML::Mason) |
123
| @mathematica@ | Wolfram Mathematica, the world's definitive system for modern technical computing. [aliases: wl] |
124
| @matlab@ | Matlab [aliases: m] |
125
| @minizinc@ | MiniZinc is a free and open-source constraint modeling language (minizinc.org) |
126
| @moonscript@ | Moonscript (http://www.moonscript.org) [aliases: moon] |
127
| @mosel@ | An optimization language used by Fico's Xpress. |
128
| @msgtrans@ | RISC OS message translator messages file |
129
| @mxml@ | MXML |
130
| @nasm@ | Netwide Assembler |
131
| @nesasm@ | Nesasm3 assembly (6502 asm) [aliases: nes] |
132
| @nginx@ | configuration files for the nginx web server (nginx.org) |
133
| @nim@ | The Nim programming language (http://nim-lang.org/) [aliases: nimrod] |
134
| @nix@ | The Nix expression language (https://nixos.org/nix/manual/#ch-expression-language) [aliases: nixos] |
135
| @objective_c@ | an extension of C commonly used to write Apple software [aliases: objc,obj-c,obj_c,objectivec] |
136
| @objective_cpp@ | an extension of C++ uncommonly used to write Apple software [aliases: objcpp,obj-cpp,obj_cpp,objectivecpp,objc++,obj-c++,obj_c++,objectivec++] |
137
| @ocaml@ | Objective Caml (ocaml.org) |
138
| @ocl@ | OMG Object Constraint Language (omg.org/spec/OCL) [aliases: OCL] |
139
| @openedge@ | The OpenEdge ABL programming language |
140
| @opentype_feature_file@ | Feature specifications for an OpenType font (adobe-type-tools.github.io/afdko) [aliases: fea,opentype,opentypefeature] |
141
| @pascal@ | a procedural programming language commonly used as a teaching language. |
142
| @perl@ | The Perl scripting language (perl.org) [aliases: pl] |
143
| @php@ | The PHP scripting language (php.net) [aliases: php,php3,php4,php5] |
144
| @plaintext@ | A boring lexer that doesn't highlight anything [aliases: text] |
145
| @plist@ | plist [aliases: plist] |
146
| @postscript@ | The PostScript language (adobe.com/devnet/postscript.html) [aliases: postscr,postscript,ps,eps] |
147
| @powershell@ | powershell [aliases: posh,microsoftshell,msshell] |
148
| @praat@ | The Praat scripting language (praat.org) |
149
| @prolog@ | The Prolog programming language (http://en.wikipedia.org/wiki/Prolog) [aliases: prolog] |
150
| @prometheus@ | prometheus [aliases: prometheus] |
151
| @properties@ | .properties config files for Java |
152
| @protobuf@ | Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data [aliases: proto] |
153
| @puppet@ | The Puppet configuration management language (puppetlabs.org) [aliases: pp] |
154
| @python@ | The Python programming language (python.org) [aliases: py] |
155
| @q@ | The Q programming language (kx.com) [aliases: kdb+] |
156
| @qml@ | QML, a UI markup language [aliases: qml] |
157
| @r@ | The R statistics language (r-project.org) [aliases: r,R,s,S] |
158
| @racket@ | Racket is a Lisp descended from Scheme (racket-lang.org) |
159
| @reasonml@ | New syntax on top of OCaml ecosystem (reasonml.github.io) |
160
| @rego@ | The Rego open-policy-agent (OPA) policy language (openpolicyagent.org) |
161
| @rescript@ | The ReScript programming language (rescript-lang.org) |
162
| @robot_framework@ | Robot Framework is a generic open source automation testing framework (robotframework.org) [aliases: robot,robot-framework] |
163
| @ruby@ | The Ruby programming language (ruby-lang.org) [aliases: rb] |
164
| @rust@ | The Rust programming language (rust-lang.org) [aliases: rs,rust,no_run,rs,no_run,rust,ignore,rs,ignore,rust,should_panic,rs,should_panic] |
165
| @sas@ | SAS (Statistical Analysis Software) |
166
| @sass@ | The Sass stylesheet language language (sass-lang.com) |
167
| @scala@ | The Scala programming language (scala-lang.org) [aliases: scala] |
168
| @scheme@ | The Scheme variant of Lisp |
169
| @scss@ | SCSS stylesheets (sass-lang.com) |
170
| @sed@ | sed, the ultimate stream editor |
171
| @shell@ | Various shell languages, including sh and bash [aliases: bash,zsh,ksh,sh] |
172
| @sieve@ | mail filtering language |
173
| @slice@ | Specification Language for Ice (doc.zeroc.com) |
174
| @slim@ | The Slim template language |
175
| @smalltalk@ | The Smalltalk programming language [aliases: st,squeak] |
176
| @smarty@ | Smarty Template Engine [aliases: smarty] |
177
| @sml@ | Standard ML [aliases: ml] |
178
| @solidity@ | Solidity, an Ethereum smart contract programming language |
179
| @sparql@ | Semantic Query Language, for RDF data |
180
| @sqf@ | Status Quo Function, a Real Virtuality engine scripting language |
181
| @sql@ | Structured Query Language, for relational databases |
182
| @ssh@ | A lexer for SSH configuration files |
183
| @supercollider@ | A cross-platform interpreted programming language for sound synthesis, algorithmic composition, and realtime performance |
184
| @swift@ | Multi paradigm, compiled programming language developed by Apple for iOS and OS X development. (developer.apple.com/swift) |
185
| @systemd@ | A lexer for systemd unit files [aliases: unit-file] |
186
| @tap@ | Test Anything Protocol [aliases: tap] |
187
| @tcl@ | The Tool Command Language (tcl.tk) |
188
| @terraform@ | Terraform HCL Interpolations [aliases: tf] |
189
| @tex@ | The TeX typesetting system [aliases: TeX,LaTeX,latex] |
190
| @toml@ | the TOML configuration format (https://github.com/mojombo/toml) |
191
| @tsx@ | TypeScript-compatible JSX (www.typescriptlang.org/docs/handbook/jsx.html) |
192
| @ttcn3@ | The TTCN3 programming language (ttcn-3.org) |
193
| @tulip@ | the tulip programming language (twitter.com/tuliplang) [aliases: tulip] |
194
| @turtle@ | Terse RDF Triple Language, TriG |
195
| @twig@ | Twig template engine (twig.sensiolabs.org) |
196
| @typescript@ | TypeScript, a superset of JavaScript [aliases: ts] |
197
| @vala@ | A programming language similar to csharp. |
198
| @vb@ | Visual Basic [aliases: visualbasic] |
199
| @vcl@ | The configuration language for Varnish HTTP Cache (varnish-cache.org) [aliases: varnishconf,varnish] |
200
| @velocity@ | Velocity is a Java-based template engine (velocity.apache.org) |
201
| @verilog@ | The System Verilog hardware description language |
202
| @vhdl@ | Very High Speed Integrated Circuit Hardware Description Language |
203
| @viml@ | VimL, the scripting language for the Vim editor (vim.org) [aliases: vim,vimscript,ex] |
204
| @vue@ | Vue.js single-file components [aliases: vuejs] |
205
| @wollok@ | Wollok lang |
206
| @xml@ | <desc for="this-lexer">XML</desc> |
207
| @xojo@ | Xojo [aliases: realbasic] |
208
| @xpath@ | XML Path Language (XPath) 3.1 |
209
| @xquery@ | XQuery 3.1: An XML Query Language |
210
| @yaml@ | Yaml Ain't Markup Language (yaml.org) [aliases: yml] |
211
| @yang@ | Lexer for the YANG 1.1 modeling language (RFC7950) |
212
| @zig@ | The Zig programming language (ziglang.org) [aliases: zir] |
213
214
215
{{collapse(Hinweis für die Wiki-Betreuer)
216
Die obige Tabelle kann durch Ausführen des folgenden Befehls generiert werden.
217
<pre>
218
bundle exec rougify list | ruby -nle 'if $_ =~ /^([a-z0-9_-]+): (.+)/ ; puts "| @#{$1}@ | #{$2} |"; end'
219
</pre>
220
}}