GNOME Bugzilla – Bug 792104
Add newer Erlang compiler directives
Last modified: 2018-01-14 10:33:35 UTC
erlang.lang is missing some common directives under the "compiler-directives" section: -error (ref: http://erlang.org/doc/reference_manual/macros.html) -warning (same) -vsn (ref: http://erlang.org/doc/reference_manual/modules.html) -on_load (same) -behaviour (same, note British spelling)
Done: commit c4b40db50cd48ed326d303dda1717bd8188431db Thanks for the bug report. (note that I've not tested the change, I don't know Erlang).