open.mp forum
[Tool] Pawn Kit for Sublime Text - Printable Version

+ open.mp forum (https://forum.open.mp)
-- Forum: SA-MP (https://forum.open.mp/forumdisplay.php?fid=3)
--- Forum: Releases (https://forum.open.mp/forumdisplay.php?fid=13)
--- Thread: [Tool] Pawn Kit for Sublime Text (/showthread.php?tid=3093)



Pawn Kit for Sublime Text - punkochel - 2025-02-26

[Image: pawn-openmp-sublime-kit.svg]

Pawn Kit for Sublime Text
This plugin is a fork of Pawn syntax, visiting the parent page will give you more details on the plugin's capabilities. 
If you development for SA:MP, use Pawn syntax.

Description
The plugin is adapted for development to Open MP.
Refactored snippets and completions.

Supported Libraries
Compilation on F5 key
Create a Default.sublime-keymap file in your Packages/User/ directory, then put the following code in it:
Code:
[
    { "keys": ["f5"], "command": "build", "context" : [{"key": "selector", "operator": "equal", "operand": "source.pawn", "match_all": true}] },
    { "keys": ["pause"], "command": "exec", "args": {"kill": true}, "context" : [{"key": "selector", "operator": "equal", "operand": "source.pawn", "match_all": true}] }
]

Install
Package Control


Repository: GitHub