Mu Config Syntax
VSCode extension providing syntax highlighting for MU custom configuration files (.cfg.txt).
Features
- Blocks — lines with a single number open a block,
end closes it
- Comments —
// line comments
- Numbers — all numeric values highlighted
- Strings — double-quoted
"..." and single-quoted '...' strings
1 // block header
3 12 5 // data row — numbers highlighted
// comment line
2 "title" // mixed numbers and strings
end // block terminator
Installation
Open the mu-cfg-syntax folder in VSCode and press F5 (Extension Development Host), or copy this folder to .vscode/extensions/.
Usage
Any file ending with .cfg.txt is automatically recognized. Alternatively, open the command palette and select Mu Config from the language picker.
| |