Pawn Sublime Language Versions Save

Pawn language settings for Sublime Text 3. Copied from C++ but with Pawn language and SA:MP specific modifications.

v1.9.2

5 years ago

Minor cleanup to the build config generator.

v1.9.1

5 years ago

Some minor fixes to completions and syntax.

v1.9.0

6 years ago

This release includes some new completions for 0.3.8/0.3.7-DL and some general cleanup to the repo.

v1.8.3

6 years ago

This update includes a new snippet and updates to completions.

  • Thanks @ziggi
    • Fix highligting for defines with unclosed bracets
    • Update Streamer completions
    • Update FCNPC completions
  • Thanks @thePawnBatya
    • Added #ifdef snippet
  • Thanks @TommyB123
    • Updated completions for Streamer

v1.8.2

6 years ago

This update contains additions to completions and syntax.

  • Update [MV]_Youtube - @MichaelBelgium
  • Added endscript to ppline-directive - @AndySedeyn

v1.8.1

6 years ago

This update contains a number of additions to completions

  • Update [MV]_Youtube.inc.sublime - completions
  • Fixed a couple of syntax/regex issues

v1.8.0

7 years ago

This update contains a number of additions to completions and snippets thanks to @AndySedeyn

  • Update completions for MySQL
  • Added completions for ColAndreas
  • Added completions for a number of YSI modules
  • Added snippets for YSI syntax

v1.7.2

7 years ago

Full changelog: https://github.com/Southclaw/pawn-sublime-language/compare/v1.7.1...v1.7.2 Highlights:

  • Improved file_regex in sublime-build script to support multi-line errors.
  • Updated auto-completions for FCNPC
  • Updated auto-completions for SIF

v1.7.1

7 years ago

Full changelog: https://github.com/Southclaw/pawn-sublime-language/compare/v1.7.0...v1.7.1 Highlights:

  • Added completions for Youtube include
  • Removed hash character for include snippet to avoid accidental "##include"
  • Improved macro parameter highlights
  • Fixed switch range operator ..
  • Added a warning for invalid indentation on Iterator: declarations
  • Fixed tags for good!

v1.7.0

8 years ago

Major release with a rework to the entire syntax grammar thanks to @ziggi, based on "Improved C" by Eldar Abusalimov.