subscribe

C# developer by day, Ruby and budding Erlang enthusiast by night. Father, husband and all around good guy.

Syntax Highlighing for Erlang in NotePad++

July 8th, 2009

Update: The definition has been updated to include support for atoms, variables and function names as well as additional file extensions.  Screen shot and downloadable content have been updated.

Thus far I’ve done all of my Erlang development on Fedora using vim or KWrite (which does a decent job in Ruby mode).

But today I found myself on a windows box and wanted a basic syntax highlighting editor for Erlang that was free and worked on Windows. Oh – and not Eclipse+Erlide. I wanted something small and fast.

I grabbed the “free as in beer” and “free as in speech” editor NotePad++ and created a simple syntax file that is a bit hokey but will serve my needs fine.

Here’s a screen shot …
Windows Erlang Syntax Highlighting Editor

NotePad++ has pretty weak syntax highlighting but was sufficent to do most of what I wanted.  Some regex based rules would make this a more robust.

Highlighted entities include

  • Erlang reserved words (and named operators)
  • Variables
  • Atoms
  • function names (same coloring as atoms)
  • Operators
  • Comments
  • Kernal, stdlib, mnesia and odbc modules.
  • Support for *.erl, *.hrl and *.htp extentions

I’ve probably missed several things.

Looks a lot better than nothing and it took all of 10 15 minutes.

If you are using NotePad++ here is the file:

http://www.roberthorvick.com/wp-content/uploads/2009/07/erlangSyntaxDefinition.zip

And here are the instructions on how to install it:

http://sourceforge.net/apps/mediawiki/notepad-plus/index.php?title=Syntax_Highlighting_Sharing

And here’s the instructions on modifying or creating your own:

http://sourceforge.net/apps/mediawiki/notepad-plus/index.php?title=User_Defined_Languages

Share and Enjoy:
  • Print this article!
  • Twitter
  • Digg
  • Reddit
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • StumbleUpon

Tags: ,

7 Responses to Syntax Highlighing for Erlang in NotePad++

  1. Knight says:

    Thanks.. just what I had wanted.
    John

  2. Alex says:

    Just want to say thanks :)

  3. Zeb says:

    Awesome, was looking for a simple editor on my windows machine for erlang and this helped. Thanks!

  4. Cardell says:

    Good job and thanks a lot :)

  5. Kiran says:

    Thank you for sharing these set of instructions, and the syntax file

  6. Forest says:

    Great! I’ve used Notepad++ for a long time and have been looking for something like this. Very much appreciated.

  7. Kent says:

    Thanks. Just moved my Erlang work to a windows box where I’m always using notepad++.

Leave a Reply

Name and Email Address are required fields. Your email will not be published or shared with third parties.