Pawn Kit
Pawn language settings for Sublime Text. Adapted for development under OpenMP.
Details
Installs
- Total 2K
- Win 2K
- Mac 20
- Linux 46
Sep 2 | Sep 1 | Aug 31 | Aug 30 | Aug 29 | Aug 28 | Aug 27 | Aug 26 | Aug 25 | Aug 24 | Aug 23 | Aug 22 | Aug 21 | Aug 20 | Aug 19 | Aug 18 | Aug 17 | Aug 16 | Aug 15 | Aug 14 | Aug 13 | Aug 12 | Aug 11 | Aug 10 | Aug 9 | Aug 8 | Aug 7 | Aug 6 | Aug 5 | Aug 4 | Aug 3 | Aug 2 | Aug 1 | Jul 31 | Jul 30 | Jul 29 | Jul 28 | Jul 27 | Jul 26 | Jul 25 | Jul 24 | Jul 23 | Jul 22 | Jul 21 | Jul 20 | Jul 19 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 1 | 2 | 3 | 2 | 4 | 2 | 3 | 1 | 2 | 3 | 11 | 2 | 0 | 3 | 4 | 1 | 7 | 2 | 3 | 2 | 5 | 2 | 5 | 5 | 2 | 1 | 2 | 5 | 3 | 2 | 6 | 5 | 5 | 2 | 7 | 1 | 3 | 7 | 2 | 7 | 3 | 3 | 2 | 5 | 7 | 4 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 |
Linux | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
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:
[
{ "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