Skip to content

drslump/sublime-boo

Repository files navigation

SublimeBoo

Sublime Text 2 and 3 plugin to support the Boo language with auto completion.

Features

Interfaces with Boo.Hints to offer compiler assisted auto completion hints.

  • Global/Imported symbols
  • Local symbols (ie: function arguments)
  • Members (ie: after a dot)
  • Parses the source on each save to indicate errors in the gutter

Settings

Create a Boo.sublime-settings file or include plugin settings prefixed with boo. in your preferences or project files.

You can also use the excellent DirectorySettings plugin to provide a specific configuration for a directory without having to mess with Sublime projects.

See the supplied Boo.sublime-settings file for the list of available settings.

License

Distributed under The MIT License

Syntax file is based on work from Shammah, used with permission.

About

SublimeText 2 and 3 plugin for Boo and BooJs languages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages