Skip to content

Commit f7c4088

Browse files
committed
docs: CHANGELOG
1 parent 27c6795 commit f7c4088

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## v0.5.0
4+
5+
- Literals with suffixes (b, B, l, L) now highlight properly
6+
- Literals inside properties (specifically `true`/`false`) highlight better
7+
- Resource Names within properties highlight better
8+
- this causes false-positives via `minecraft:block{key:value}` to highlight incorrectly
9+
- Added `-`, `.` as a valid special fakeplayer character
10+
- These characters will only highlight within valid fakeplayer starting characters (`#%$.`)
11+
- Adjusted some scope names to match `language-mcfunction` better
12+
- Fixed sublime support (hopefully)
13+
- Improved some testing
14+
15+
## v0.4.x
16+
17+
- Fiddling around w/ VSCode Publishing
18+
319
## v0.3.1
420

521
- Update name to `syntax-mcfunction`

0 commit comments

Comments
 (0)