summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAdam <adam@adambard.com>2013-07-02 11:55:09 -0700
committerAdam <adam@adambard.com>2013-07-02 11:55:09 -0700
commitbbb3cf771b9a15706b16e79d7849c978485b8b35 (patch)
treee592b73e376a8550b612026cdd153d6215aa4e89
parentd92508a4cb19278146dc49209e9abf1a4dd1330a (diff)
Actual erlang highlighting
-rw-r--r--erlang.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/erlang.html.markdown b/erlang.html.markdown
index 66370a7d..42d0b809 100644
--- a/erlang.html.markdown
+++ b/erlang.html.markdown
@@ -5,7 +5,7 @@ author_url: http://www.focustheweb.com/
filename: learnerlang.erl
---
-```latex
+```erlang
% Percent sign start a one-line comment.
%% Two percent characters shall be used to comment functions.