mclangc/editor/vscode
2023-04-13 02:38:10 +03:00
..
.vscode add 'mem' and extent Token to have Token.jmp which is used in if, else, end, while blocks instead of Token.value 2023-03-14 19:01:06 +02:00
syntaxes Fixed vscode highlighting 2023-04-13 02:38:10 +03:00
.gitignore add 'mem' and extent Token to have Token.jmp which is used in if, else, end, while blocks instead of Token.value 2023-03-14 19:01:06 +02:00
.vscodeignore add 'mem' and extent Token to have Token.jmp which is used in if, else, end, while blocks instead of Token.value 2023-03-14 19:01:06 +02:00
CHANGELOG.md add 'mem' and extent Token to have Token.jmp which is used in if, else, end, while blocks instead of Token.value 2023-03-14 19:01:06 +02:00
language-configuration.json add 'mem' and extent Token to have Token.jmp which is used in if, else, end, while blocks instead of Token.value 2023-03-14 19:01:06 +02:00
LICENSE some docs for devs, added a few examples, implemented syscalls 2023-03-14 21:50:14 +02:00
mclang-0.0.3.vsix Fixed vscode highlighting 2023-04-13 02:38:10 +03:00
package.json Fixed vscode highlighting 2023-04-13 02:38:10 +03:00
README.md add 'mem' and extent Token to have Token.jmp which is used in if, else, end, while blocks instead of Token.value 2023-03-14 19:01:06 +02:00
vsc-extension-quickstart.md add 'mem' and extent Token to have Token.jmp which is used in if, else, end, while blocks instead of Token.value 2023-03-14 19:01:06 +02:00
yarn.lock add 'mem' and extent Token to have Token.jmp which is used in if, else, end, while blocks instead of Token.value 2023-03-14 19:01:06 +02:00

mclang README

Code highlghting for mclang 1 and 2

Known Issues

None

Release Notes

Users appreciate release notes as you update your extension.

1.0.0

Initial release of mclang

Enjoy!