Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.23 KB

README.md

File metadata and controls

31 lines (19 loc) · 1.23 KB

SmPL Syntax for Sublime Text

This is syntax definition for SmPL (semantic patch) language used by the Coccinelle tool.

I converted it from John Gardner’s Atom syntax.

Installation

You can install this package using Package Control using the name “SmPL (Coccinelle)”.

For development, you will want to clone the repository into “SmPL (Coccinelle)” directory in the Sublime Text’s Packages directory (PreferencesBrowse Packages…):

git clone git@github.com:jtojnar/Sublime-SmPL-Syntax.git 'SmPL (Coccinelle)'

(Or create a symlink with such name from your projects directory.)

Usage

After installation, the syntax should automatically apply to files with .cocci extension.

Useful links