Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 733 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 733 Bytes

Processing API & Sublime Text Package Utility

This Ruby program scrapes the published API keywords from the Processing reference and compares it to the Processing Sublime Text Package syntax file. It essentially displays a diff of the two, to show you what exists in the API and is not in the package; and what is in the package syntax but no longer exists in the API.

Usage

p5_st_util compare PATH/TO/Processing.tmLanguage

The program will display the relative complements of the two sets of syntax keywords.

License

Released under the MIT License. See the LICENSE file for further details.