diff options
author | Adam <adam@adambard.com> | 2013-07-02 11:55:09 -0700 |
---|---|---|
committer | Adam <adam@adambard.com> | 2013-07-02 11:55:09 -0700 |
commit | bbb3cf771b9a15706b16e79d7849c978485b8b35 (patch) | |
tree | e592b73e376a8550b612026cdd153d6215aa4e89 /erlang.html.markdown | |
parent | d92508a4cb19278146dc49209e9abf1a4dd1330a (diff) |
Actual erlang highlighting
Diffstat (limited to 'erlang.html.markdown')
-rw-r--r-- | erlang.html.markdown | 2 |
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. |