5uso / syntax-mcfunction

Syntax highlighting for mcfunction files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo

syntax-mcfunction

A syntax definition for Minecraft Commands.
Give this repo a ⭐ if you like it!

Warning This syntax is in beta targeting Minecraft 1.20.2+

demo

Goals

The aim of this syntax definition is to provide a general, feature complete language spec for Minecraft commands. It is not geared towards error checking or the specific commands and specifically contains zero error highlighting, allowing for decent hightlighting of invalid or custom pre-processed command scripts.

TODOs

  • Add explicit macro support
  • Fix issues with nbt and other suffixes on numbrs
  • Fix issues on resource names versus keywords
  • Add tests for Bedrock
  • (VSCode & Sublime) Add jsonschema file for pack.mcmeta
  • [-] Compare w/ language-mcfunction to synchronize scope names
    • Likely won't get better than this tbh, will need feedback

Installing

Install the extension from the marketplace or by searching for syntax-mcfunction in the extensions tab.

Sublime Text

It is recommended you use Package Control to manage the package:

  1. Install Package Control if it is not already present.
  2. Run the Package Control: Add Repository command and enter https://github.com/MinecraftCommands/syntax-mcfunction.git to add the repository as a package.
  3. Run the Package Control: Install Package and search for syntax-mcfunction to install it as you would a normal package.
If you already had language-mcfunction

Note You might want to remove Arc's language-mcfunction if you have it installed. You can do that via Package Control: Remove Repository and selecting https://github.com/Arcensoth/language-mcfunction then Package Control: Remove Package and selecting language-mcfunction from 2021.

This will keep the package updated with the repository automatically.

Otherwise you can clone the repository into user packages (e.g. %appdata%\Sublime Text 3\Packages) and update it manually.

Acknowledgements

This repo is entirely dedicated to our beloved community member and friend, Arcensoth. His work on the original language-mcfunction and overall contributions to the Minecraft Commands community was invaluable and he will be missed.

Rest in Peace, Arcensoth

About

Syntax highlighting for mcfunction files.

License:MIT License


Languages

Language:mcfunction 100.0%