New question #189525 on nXhtml:
https://answers.launchpad.net/nxhtml/+question/189525

I try edit html files with some peaces of erlang code. for example:

<html>
<h1> Example 1 </h1>
<erl>
  out(A) ->
  Headers = A#arg.headers,
    {html, io_lib:format("You say that you’re running ~p",       
[Headers#headers.user_agent])}.
</erl>
</html>

And i want to use erlang-mode when i editing text between tags <erl> </erl> . 
Does it possible?

-- 
You received this question notification because you are a member of
nXhtml, which is an answer contact for nXhtml.

_______________________________________________
Mailing list: https://launchpad.net/~nxhtml
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~nxhtml
More help   : https://help.launchpad.net/ListHelp

Reply via email to