Описание
Improved syntax highlighting for Minecraft commands with theme support using TextMate.
[](https://modrinth.com/mod/fabric-api)
### Features
- Better syntax highlighting for Minecraft commands.
- Custom theme and grammar support with resource packs.
- Bracket pair colorization.
- API for other mods to use.
### Switching themes
To switch themes, type `/betterhighlighting theme ` in the chat. Command should suggest available themes.
### Included themes
- `Ayu Dark`. License: MIT | [Repository](https://github.com/ayu-theme/vscode-ayu)
- `Catppuccin Frappe`. License: MIT | [Repository](https://github.com/catppuccin/vscode)
- `Dark Plus`. License: MIT | [Repository](https://github.com/microsoft/vscode)
- `Dracula`. License: MIT | [Repository](https://github.com/dracula/visual-studio-code)
- `GitHub Dark`. License: MIT | [Repository](https://github.com/primer/github-vscode-theme)
- `Houston`. License: MIT | [Repository](https://github.com/withastro/houston-vscode)
- `Material`. License: Apache 2.0 | [Repository](https://github.com/material-theme/vsc-material-theme)
- `Monokai`. License: MIT | [Repository](https://github.com/microsoft/vscode)
### Credits
This mod uses TextMate grammar library [TM4E](https://github.com/eclipse/tm4e) and a slightly modified version of [syntax-mcfunction](https://github.com/MinecraftCommands/syntax-mcfunction) grammar.