Julia mode
x={"julia"=>"language of technical computing"}1
#numbers2
12343
1234im4
.2345
.234im6
2.23im7
2.3f38
23e29
0x23410
11
#strings12
'a'13
"asdf"14
r"regex"15
b"bytestring"16
17
"""18
multiline string19
"""20
21
#identifiers22
a23
as12324
function_name!25
26
#literal identifier multiples27
3x28
4[1, 2, 3]29
30
#dicts and indexing31
x=[1, 2, 3]32
x[end-1]MIME types defined: text/x-julia.
