Title: Erlang Module
Last modified: August 20, 2016

---

# Erlang Module

 *  Resolved [Daniel](https://wordpress.org/support/users/dnlwgnr-1/)
 * (@dnlwgnr-1)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/erlang-module/)
 * Hi,
 * I’ve written a module for support of Erlang. Is it possible to add this in one
   of the next updates?
 * The folder is named “erlang” and there are 4 files in it:
 * **erlang.txt:**
 *     ```
       ### ERLANG ###
   
       # ELEMENT_NAME [optional-css-class] REGULAR_EXPRESSION
   
       	NAME					Erlang
       	VERSION				0.1
   
       	COMMENT				(%.*?$)
       	PREPROCESSOR 		(#.*?$)
       	STRING				((?<!\\)".*?(?<!\\)")
   
       	STATEMENT			\b(?alt:statements.txt)\b
       	RESERVED				(?default)
       	TYPE					(?default)
       	MODIFIER				\b(?alt:modifier.txt)\b
   
       	ENTITY				(?default)
   
       	VARIABLE				(\b[A-Z]([A-Za-z0-9_]*?)\b)
       	IDENTIFIER			(?default)
       	CONSTANT				(\b[a-z]([A-Za-z0-9_]*?)\b)|((?<!\\)'.*?(?<!\\)')
       	OPERATOR				(?alt:operators.txt)
       	SYMBOL				(?default)
       ```
   
 * **modifier.txt:**
 *     ```
       -module
       -import
       -export
       ```
   
 * **operators.txt:**
 *     ```
       =
       ==
       =:=
       /=
       =/=
       >=
       >
       <
       =<
   
       ++
       --
   
       +
       -
       *
       /
       div
       rem
   
       bnot
       bor
       bandb
       bxor
       bsl
       bsr
   
       and
       or
       not
       xor
   
       andalso
       orelse
   
       !
       :
       #
       ```
   
 * **statements.txt:**
 *     ```
       if
       case
       of
       when
       receive
       end
       try
       catch
       throw
       fun
       after
       ```
   
 * __________
    Perhaps, you like to download it as a .zip-package from here: [http://netroid.de/data/erlang.zip](http://netroid.de/data/erlang.zip)
   It would be great, if this will be added in the following versions.
 * Regards, Daniel
 * [http://wordpress.org/extend/plugins/crayon-syntax-highlighter/](http://wordpress.org/extend/plugins/crayon-syntax-highlighter/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [akarmenia](https://wordpress.org/support/users/akarmenia/)
 * (@akarmenia)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/erlang-module/#post-3165333)
 * Thanks Daniel! I’ve added it to the 1.14 beta which should be released very shortly.
 *  Thread Starter [Daniel](https://wordpress.org/support/users/dnlwgnr-1/)
 * (@dnlwgnr-1)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/erlang-module/#post-3165334)
 * Thanks for adding it. Your PlugIn is great 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Erlang Module’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/crayon-syntax-highlighter_b0c4c0.
   svg)
 * [Crayon Syntax Highlighter](https://wordpress.org/plugins/crayon-syntax-highlighter/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/crayon-syntax-highlighter/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/crayon-syntax-highlighter/)
 * [Active Topics](https://wordpress.org/support/plugin/crayon-syntax-highlighter/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/crayon-syntax-highlighter/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/crayon-syntax-highlighter/reviews/)

## Tags

 * [module](https://wordpress.org/support/topic-tag/module/)

 * 2 replies
 * 2 participants
 * Last reply from: [Daniel](https://wordpress.org/support/users/dnlwgnr-1/)
 * Last activity: [13 years, 5 months ago](https://wordpress.org/support/topic/erlang-module/#post-3165334)
 * Status: resolved