BBEdit integration of the Pony programming language
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
Pony.bbpackage/Contents
LICENSE
README.md

README.md

BBEdit Pony Language Module

The Pony Language Module introduces helpful features for the Pony programming language to BBEdit 11 and higher.

Features

  • Full language syntax highlighting
  • Function menu
  • Scripts
    • Build with usage of results browser
    • Execute
    • Execute with arguments
  • Clippings (not yet completed)

Installation

Clone the repository

git clone https://github.com/TheMue/bbedit-pony.git

and copy the contained Pony.bbpackage into

~/Library/Application Support/BBEdit/Packages

Changelog

2015-10-28 - Version 0.1.3

  • Fixed highlighting error with quotes in identifiers
  • Currently char literals aren't highlighted anymore

2015-07-28 - Version 0.1.2

  • Fixed escaped quotes in strings
  • Added docstrings as comments to syntax highlighting

2015-05-19 - Version 0.1.1

  • Some refactoring to improve library usage
  • Added check for correct file type

2015-05-17 - Version 0.1.0

  • Initial public version with syntax highlighting, function menu, build and execute scripts, and initial clippings