siegel / LanguageModuleSDK

Interfaces and examples for building BBEdit language modules (compiled and codeless)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

This repository contains headers, example code, and (eventually) documentation for anyone who wants to write a BBEdit language module, compiled or otherwise.

For now, if you have any questions, please refer to the Codeless Language Module document for plist-based modules.

If you would like to write a compiled plug-in (which we recommend, since they're faster and can do more), start by cloning this repo and looking over BBLMInterface.h and the example code. If you have any questions, please write to Tech Support and we will be happy to help.

fin

About

Interfaces and examples for building BBEdit language modules (compiled and codeless)


Languages

Language:Objective-C++ 81.4%Language:C++ 18.6%