Skip to content
This repository has been archived by the owner on Jul 22, 2020. It is now read-only.

Releases: Southclaws/pawn-sublime-language

v1.9.2

07 Jul 09:10
Compare
Choose a tag to compare

Minor cleanup to the build config generator.

v1.9.1

15 Jun 19:12
93bb433
Compare
Choose a tag to compare

Some minor fixes to completions and syntax.

v1.9.0

30 Jan 12:36
Compare
Choose a tag to compare

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

v1.8.3

18 Oct 07:16
Compare
Choose a tag to compare

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

15 Sep 08:05
Compare
Choose a tag to compare

This update contains additions to completions and syntax.

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

v1.8.1

04 Aug 17:09
Compare
Choose a tag to compare

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

01 Jun 18:36
Compare
Choose a tag to compare

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

07 Nov 08:56
Compare
Choose a tag to compare

Full changelog: 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

13 Jun 21:35
Compare
Choose a tag to compare

Full changelog: 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

25 Apr 06:45
Compare
Choose a tag to compare

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