Skip to content

Commit af64ba0

Browse files
authored
Merge pull request #44 from bkraul/develop
Updated README (for real this time).
2 parents 90baf34 + 3dec8d1 commit af64ba0

File tree

1 file changed

+129
-0
lines changed

1 file changed

+129
-0
lines changed

README.md

Lines changed: 129 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,12 @@ Incorporates the following configurable features:
2323
| [master-1.3.x](https://github.com/mantisbt-plugins/BBCodePlus/tree/master-1.3.x) | Support for MantisBT 1.3.x (legacy). |
2424
## Change Log
2525

26+
### 2.1.1
27+
* Fixed new parser incompatibility with PHP 5.5.9+.
28+
* Updated README for all languages supported by code highlighter.
29+
2630
### 2.1.0
31+
2732
* Brand new BBCode/HTML parsers, from [Genert/bbcode](https://github.com/Genert/bbcode).
2833
* Updated Prism code highlighter, now with Copy to Clipboard functionality.
2934
* Addresses multiple outstanding issues.
@@ -82,3 +87,127 @@ Supported BBCode Tags
8287
[quote=name][/quote] - Quote by *name*.
8388
```
8489

90+
## Supported Languages for Code Highlighting
91+
92+
The implementation of prism.js includes support for languages in 2 modes:
93+
94+
* default (supported on plugin install).
95+
* Add support for extra languages (through the plugin's configuration page).
96+
97+
### Languages supported by default
98+
99+
| Keyword | Description |
100+
|------- | ----|
101+
| aspnet | ASP.NET |
102+
| bash | Bash + Shell |
103+
| basic | BASIC |
104+
| batch | Batch |
105+
| clike | C-like |
106+
| cpp | C++ |
107+
| csharp | C# |
108+
| csp | CoffeeScript |
109+
| css | CSS |
110+
| c | C |
111+
| django | Django/Jinja2 |
112+
| docker | Docker |
113+
| hpkp | HTTP Public-Key-Pins |
114+
| hsts | HTTP Strict-Transport-Security |
115+
| http | HTTP |
116+
| ini | Ini |
117+
| javadoclike | JavaDoc-like |
118+
| javascript | JavaScript |
119+
| java | Java |
120+
| js-extras | JS Extras |
121+
| json5 | JSON5 |
122+
| jsonp | JSONP |
123+
| json | JSON |
124+
| markup-templating | Markup templating |
125+
| markup | Markup + HTML + XML + SVG + MathML |
126+
| nginx | nginx |
127+
| pascal | Pascal + Object Pascal |
128+
| perl | Perl |
129+
| php-extras | PHP Extras |
130+
| phpdoc | PHPDoc |
131+
| php | PHP |
132+
| plsql | PL/SQL |
133+
| powershell | PowerShell |
134+
| python | Python |
135+
| regex | Regex |
136+
| ruby | Ruby |
137+
| smarty | Smarty |
138+
| sql | SQL |
139+
| vbnet | VB.NET |
140+
| vim | vim |
141+
| visual-basic | Visual Basic |
142+
| wiki | Wiki markup |
143+
| xquery | XQuery |
144+
| yaml | YAML |
145+
146+
### Languages supported by the extra languages feature
147+
148+
| Keyword | Description |
149+
|----|----|
150+
| abap | ABAP |
151+
| actionscript | ActionScript |
152+
| apl | APL |
153+
| applescript | AppleScript |
154+
| autohotkey | AutoHotKey |
155+
| bison | Bison |
156+
| brainfuck | Brainfuck |
157+
| coffeescript | CoffeeScript |
158+
| css-extras | CSS Extras |
159+
| dart | Dart |
160+
| diff | Diff |
161+
| d | D |
162+
| eiffel | Eiffel |
163+
| elixir | Elixir |
164+
| erlang | Erlang |
165+
| fortran | Fortran |
166+
| fsharp | F# |
167+
| gherkin | Gherkin |
168+
| git | Git |
169+
| glsl | GLSL |
170+
| go | Go |
171+
| groovy | Groovy |
172+
| haskell | Haskell |
173+
| inform7 | Inform 7 |
174+
| jsx | React JSX |
175+
| julia | Julia |
176+
| j | J |
177+
| keyman | Keyman |
178+
| latex | LaTex |
179+
| less | Less |
180+
| lolcode | LOLCODE |
181+
| makefile | Makefile |
182+
| markdown | Markdown |
183+
| matlab | MATLAB |
184+
| mel | MEL |
185+
| mizar | Mizar |
186+
| monkey | Monkey |
187+
| nasm | NASM |
188+
| nim | Nim |
189+
| nsis | NSIS |
190+
| objectivec | Objective-C |
191+
| ocaml | OCaml |
192+
| processing | Processing |
193+
| prolog | Prolog |
194+
| pure | Pure |
195+
| qore | Qore |
196+
| q | Q |
197+
| regex | Regex |
198+
| rest | reST |
199+
| rip | Rip |
200+
| rust | Rust |
201+
| r | R |
202+
| sass | Sass (Sass) |
203+
| sas | SAS |
204+
| scala | Scala |
205+
| scheme | Scheme |
206+
| scss | Sass (Scss) |
207+
| smalltalk | Smalltalk |
208+
| swift | Swift |
209+
| tcl | Tcl |
210+
| twig | Twig |
211+
| typescript | TypeScript |
212+
| verilog | Verilog |
213+
| vhdl | VHDL |

0 commit comments

Comments
 (0)