Is there a plugin available for syntax highlighting of the Erlang programming language?
I can't seem to find anything on the internet. I really enjoy using Notepadd++ and would like to be able to use it with Erlang which is the lanuage I currently use most frequently.
Thanx in advance
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
If there is no plugin available, I would appreciate if someone can point me in the right direction regarding doing this myself. I have already edited the stylers.xml and langs.xml files on my Notepad++ installation, but it does not make any difference.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
try using the user define dialog to edit them rather than editing them directly - i had much more luck getting my language to work that way... but it does take some patience and trial and error.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi all
Is there a plugin available for syntax highlighting of the Erlang programming language?
I can't seem to find anything on the internet. I really enjoy using Notepadd++ and would like to be able to use it with Erlang which is the lanuage I currently use most frequently.
Thanx in advance
Made a language file for erlang.
You can find it here:
http://www.datei-upload.eu/file.php?id=61c16fd4a39c4d69d5b0429dec25ce0e
(click on "datei downloaden")
Not sure if i missed any keywords etc. so feel free to improve that file.
If there is no plugin available, I would appreciate if someone can point me in the right direction regarding doing this myself. I have already edited the stylers.xml and langs.xml files on my Notepad++ installation, but it does not make any difference.
try using the user define dialog to edit them rather than editing them directly - i had much more luck getting my language to work that way... but it does take some patience and trial and error.
Try View -> Userdifined Dialog and edit what you want.
Look also on Notepad++ FAQ.
And under Downloads if anyone make one.
Good Luck.
i think that al supportet language is hardcoded in notepad++.
its by your own to look in another editor and take the highligted to notepad++.
You can loof in this HOWTO:
http://notepad-plus.sourceforge.net/uk/UserLanguageDefineSystem-HOWTO.php
And if you made it, you are -THE LUCKY GUY- who can send the Erlang-userDefineLang.xml to DonHo. %))
Maybe many people would appreciate your work.
try http://www.roberthorvick.com/2009/07/08/syntax-highlighing-for-erlang-in-notepad/.
a little obtuse, but I think it'll help you,