Extension Details

- Erlang
- by Neighbourhoodie Software
- 3 Recent Installs | 894 Total Installs
- Erlang Syntax for Nova
- Repository
- Bug Reports
-
Read Files
-
Launch Subprocesses
-
This extension is allowed to:
Readme
Erlang Syntax for Nova
This repository includes a Nova extension that gives you Erlang syntax highlighting. While using this, I expect to add convenience snippets and other useful things.
We mainly use this to develop Apache CouchDB, if your Erlang code-base looks significantly different, we’re happy to accept patches for this.
Acknowledgements
Paul @davisp Davis for the 2.0 and 3,0 rewrites.
Thanks to https://github.com/stollcri/elixir.novaextension for inspiration.
Thanks to Joe Armstrong for inventing Erlang.
Copyright & License
(c) 2020-2021 Neighbourhoodie Software, Released under the Apache 2.0 License
Release Notes
Version 3.0.2
2022-11-17 fix cmd-/ for commenting in/out
Version 3.0.1
2020-03-14 rebar.config
and rebar.config.script
are now highlighted correctly by default.
Version 3.0.0
2020-03-14 Add support for the Erlang Language Server.
Requires an erlang_ls.config
file that looks like this: https://github.com/apache/couchdb/blob/main/erlang_ls.config in the top level of your project.
Again, all thanks to @davisp.
Version 2.0.1
2021-03-13 Unicode translation modifier for erlang.string-template.value
by @imfranklin
Version 2.0.0
2020-10-06 Complete rewrite based on the TextMate Erlang extension.
Thanks to Paul Davis for doing all the work.
Version 1.0.1
2020-09-19 Bugfix release
Fix inline record matching (h/t @ceejbot)
Version 1.0
2020-09-18 Initial release
Basic support for most Erlang syntax.