Major mode for editing NetLogo .nls and .nlogo files.
Current feature goals:
- Indentation (works, but quite slow)
- Built-in auto-completion (see tgolsson/company-netlogo)
- Keyword and function auto-completion
- Some sort of semantic analysis?
Download netlogo-mode.el
so it's on your load-path, and add (require 'netlogo-mode)
to your init-file.
This mode has the following configuration parameters:
netlogo-indent-width
- the number of spaces for each level of indents
This is a fork from the previous netlogo-highlight
repositories, which are originally attributed to Anbor on the Netlogo mailing list.
Contributions are welcome, just make a pull request.