Releases: MinecraftCommands/syntax-mcfunction
v0.4.0
0.4.0
v0.3.4
- Added support for Sublime Text
- Reverted commenting changes from last release
- This caused issues when you commented out normal code
- Slightly restructured GA + some naming
v0.2.2
This is the first release entirely targeting the latest snapshots for 1.20.2 (starting on 23w31a). The original bolt syntax highlighter provided a good base to setup highlighting for the large syntax changes made with this snapshot (especially since it already had multi-line support and largely ignores invalid commands and syntax).
new:
- macro support
changed:
- comment blocks are way less strict
v0.1.0
The original syntax highlighter written for the mcbeet community. The purpose was to provide proper multi-line support as the standing language-mcfunction did not provide this (nor was easily refactorable to allow this). Eventually, discussions with Arcensoth led to a potential future of rewriting the language-mcfunction with this work as the base, for use on Github and other general usecases (especially supporting the pre-processor community).