Syntax Highlighting
actionscript
var some = new actionscript();
apacheconf
ServerName apacheconf
aspnet
<asp:Label runat="server" id="aspnet"></asp:Label>
bash
$some = "bash";
basic
Dim basic As Integer
batch
set some="batch"
c
char some = "c";
coffeescript
some = "coffeescript"
cpp
char some = "cpp";
csharp
string some = "csharp";
css
#some { content: 'css'; }
dart
var some = "dart";
diff
not changed
- removed
+ added
docker
MAINTAINER docker
erlang
module(erlang).
go
type go string
haskell
haskell :: Str -> String
html
<p id="some">html</p>
java
public static final void main java();
javascript
let some = 'javascript';
js
const some = 'js';
json
{"some": "json"}
jsonp
function({"some": "jsonp"})
lua
local some = "lua"
makefile
check: makefile
markdown
`some` **markdown**
html
<p>some <strong>markup</strong></p>
nginx
server_name nginx;
objectivec
char some = "objectivec";
perl
$some = "perl";
php
$some = "php";
prolog
some('prolog', 1972)
python
some = 'python'
ruby
some = "ruby"
rust
let some = 'rust';
sass
@include sass;
scheme
(define some 'scheme')
scss
@include scss;
smalltalk
'some smalltalk'
sql
select * from `language` where `name` = 'sql';
swift
var some = "swift"
typescript
var some: string = "typescript";
xml
<some name="xml"></some>
yaml
- language: yaml