Skip to content

Commit

Permalink
Add forgotten export pp directive to erlang.js.
Browse files Browse the repository at this point in the history
  • Loading branch information
seancribbs committed Sep 30, 2008
1 parent 834236d commit 09e8d4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erlang.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ CodeHighlighter.addStyle("erlang",{
exp : /\b(after|and|andalso|band|begin|bnot|bor|bsl|bsr|bxor|case|catch|cond|div|end|fun|if|let|not|of|or|orelse|query|receive|rem|try|when|xor)\b/
},
pp : {
exp : /\b(module|author|include|include_lib|behavior|behaviour|define)\b/
exp : /\b(module|author|include|include_lib|behavior|behaviour|define|export)\b/
},
atom : {
exp : /\b([a-z][@\w]*|'[^']*')\b/
Expand Down

0 comments on commit 09e8d4d

Please sign in to comment.