- Added
##as a valid block starter - Fixed comments ordering so that both inline AND commented commands work
- Literals with suffixes (b, B, l, L) now highlight properly
- Literals inside properties (specifically
true/false) highlight better - Resource Names within properties highlight better
- This causes false-positives via
minecraft:block{key:value}to highlight incorrectly
- This causes false-positives via
- Added
-,.as a valid special fakeplayer character- These characters will only highlight within valid fakeplayer starting characters (
#%$.)
- These characters will only highlight within valid fakeplayer starting characters (
- Adjusted some scope names to match
language-mcfunctionbetter - Fixed sublime support (hopefully)
- Improved some testing
- Fiddling around w/ VSCode Publishing
- Update name to
syntax-mcfunction - Move to
MinecraftCommandsorganization
- 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
Refactor and additions to qualify for a mcfunction language
- Added explicit macro support
- Loosened restrictions on special commenting
- Fixed various bugs
Initial release for the bolt community with major support for multiline commands