Skip to content

Pawn language settings for Sublime Text. Adapted for development under OpenMP.

License

Notifications You must be signed in to change notification settings

punkochel/pawn-openmp-sublime-kit

 
 

Repository files navigation

GitHub Release

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 under 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

About

Pawn language settings for Sublime Text. Adapted for development under OpenMP.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%