An open API service indexing awesome lists of open source software.

https://github.com/hidd3n-dev/mc-script

A custom Sublime Text syntax highlighter for .mcfunction files.
https://github.com/hidd3n-dev/mc-script

datapack mcfunction minecraft sublime-text syntax-highlighting

Last synced: about 2 months ago
JSON representation

A custom Sublime Text syntax highlighter for .mcfunction files.

Awesome Lists containing this project

README

          

# Minecraft Script

### Minecraft Commands Syntax Highlighter for Sublime Text

![Promotional file.](https://raw.githubusercontent.com/hidd3n-dev/mc-script/media/promo.gif)

## About
A Sublime Text package providing syntax highlighting to `.mcfunction` files used in Minecraft data packs development.

Also works with `.mcs` and `.mcf` file extensions for convenience sake.

## Installation
Place the `Minecraft Script` folder found in the repo root inside your Sublime Text Packages directory.

Example path after correct installation on Windows would be:
```
%APPDATA%\Sublime Text\Packages\Minecraft Script
```

> [!WARNING]
> You might have to backup and remove any prior syntax highlighting packages affecting `.mcfunction` files before also clearing their cache entries in order to make this package work. When making such changes, proceed with caution and make sure to backup any sensitive files!
>
> Path to Sublime Text cache on Windows:
> ```
> %LOCALAPPDATA%\Sublime Text\Cache
> ```