Skip to content

Commit

Permalink
Fix Julia name.
Browse files Browse the repository at this point in the history
  • Loading branch information
Raynes committed Feb 22, 2013
1 parent 2ab3e0d commit aadd3f0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/refheap/highlight.clj
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@
"Bash" {:short "sh"
:exts #{"sh"}}
"Bash Session" {:short "console"}
"Shell Session" {:short "shell-session"
:exts #{"shell-session"}}
"Batch" {:short "bat"
:exts #{"bat"}}
"Befunge" {:short "befunge"
Expand All @@ -149,7 +151,7 @@
:exts #{"smali"}}
"Ceylon" {:short "ceylon"
:exts #{"ceylon"}}
"Julila" {:short "julia"
"Julia" {:short "julia"
:exts #{"jl"}}
"Julia Console" {:short "jlcon"}
"AutoIt" {:short "autoit"
Expand Down

0 comments on commit aadd3f0

Please sign in to comment.