Skip to content

tgolsson/netlogo-mode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

netlogo-mode

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?

Installation

Download netlogo-mode.el so it's on your load-path, and add (require 'netlogo-mode) to your init-file.

Configuration

This mode has the following configuration parameters:

  • netlogo-indent-width - the number of spaces for each level of indents

Credits and contribution

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.

About

Major mode for editing netlogo files in Emacs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 100.0%