Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.02 KB

README.md

File metadata and controls

28 lines (17 loc) · 1.02 KB

Sublime/Shen

Shen language support for Sublime Text 3.

Features

  • Syntax Highlighting - detects files matching the pattern *.shen.
  • Comments - Applies Shen-style single line (\\) and multi-line (\* ... *\) comments using standard commands/shortcuts.
  • Snippets - generate skeleton forms for define, defmacro, defcc, defprolog, etc.

Preview

Screenshot

Installation

Sublime/Factor is available from Package Control under the name Shen.

Future Work

  • Formatting
  • Linting
  • Suggested Refactors
  • Build System

Contributing

Use PackageDev for Sublime to edit syntax definitions. Make changes to Shen.YAML-tmLanguage and then re-generate Shen.tmLangauge by hitting F7. Edits made directly to Shen.tmLanguage will get overwritten.