elixir-makeup / makeup_elixir

Elixir lexer for Makeup
BSD 2-Clause "Simplified" License
33 stars 12 forks source link

Recognise IEx prompt with node name #24

Closed wojtekmach closed 5 months ago

wojtekmach commented 3 years ago

We should recognise the prompt like this too:

iex(foo@HOST)1> node()
:"foo@HOST"
iex(foo@HOST)2> Node.alive?()
true

currently we don't:

image

(https://hexdocs.pm/iex/master/IEx.html#module-remote-shells)