This repository has been archived by the owner on Jul 22, 2020. It is now read-only.
Releases: Southclaws/pawn-sublime-language
Releases · Southclaws/pawn-sublime-language
v1.9.2
v1.9.1
Some minor fixes to completions and syntax.
v1.9.0
This release includes some new completions for 0.3.8/0.3.7-DL and some general cleanup to the repo.
v1.8.3
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
This update contains additions to completions and syntax.
- Update [MV]_Youtube - @MichaelBelgium
- Added endscript to ppline-directive - @AndySedeyn
v1.8.1
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
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
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
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
Major release with a rework to the entire syntax grammar thanks to @ziggi, based on "Improved C" by Eldar Abusalimov.