Skip to content

Commit a6d8b96

Browse files
committed
docs: update CHANGELOG and add CONTRIBUTING instructions
1 parent 1dfb20b commit a6d8b96

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## v0.6.0
4+
5+
- Added `##` as a valid block starter
6+
- Fixed comments ordering so that both inline AND commented commands work
7+
38
## v0.5.0
49

510
- Literals with suffixes (b, B, l, L) now highlight properly

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,16 @@ This will keep the package updated with the repository automatically.
5353

5454
Otherwise you can clone the repository into user packages (e.g. `%appdata%\Sublime Text 3\Packages`) and update it manually.
5555

56+
## Contributing
57+
58+
We are happy to accept any PRs just make sure to make a cooresponding issue first to track it. When making a PR, make sure the branch of your fork is **not** `main` and also make sure maintainers are allowed to edit your PR. This is helpful for me making small edits to the PR before merging.
59+
60+
We only require edits to the `yaml` file as the `json` and `plist` files are generated. You can use the npm package, `js-yaml`, to generate the `json` file after editting the `yaml` file.
61+
62+
```bash
63+
npx js-yaml mcfunction.tmLanguage.yaml > mcfunction.tmLanguage.json
64+
```
65+
5666
## Acknowledgements
5767

5868
This repo is entirely dedicated to our beloved community member and friend, [Arcensoth](https://github.com/Arcensoth). His work on the original [language-mcfunction](https://github.com/Arcensoth/language-mcfunction) and overall contributions to the Minecraft Commands community was invaluable and he will be missed.

0 commit comments

Comments
 (0)