1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-20 05:21:26 +02:00

Actual erlang highlighting

This commit is contained in:
Adam
2013-07-02 11:55:09 -07:00
parent d92508a4cb
commit bbb3cf771b

View File

@@ -5,7 +5,7 @@ author_url: http://www.focustheweb.com/
filename: learnerlang.erl filename: learnerlang.erl
--- ---
```latex ```erlang
% Percent sign start a one-line comment. % Percent sign start a one-line comment.
%% Two percent characters shall be used to comment functions. %% Two percent characters shall be used to comment functions.