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.
The plugin is adapted for development under Open MP
Refactored snippets and completions
Create a Default.sublime-keymap file in your Packages/User/ directory, then put the following code in it:
[
{ "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}] }
]
Package Control