Skip to content

Releases: MinecraftCommands/syntax-mcfunction

v0.4.0

30 Sep 18:48
Compare
Choose a tag to compare
0.4.0

v0.3.4

25 Aug 23:43
Compare
Choose a tag to compare
  • 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

09 Aug 06:19
Compare
Choose a tag to compare

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

09 Aug 06:23
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

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).