All notable changes to the "ark" extension will be documented in this file.
- support for the std functions and closures
- coloration for documentation blocks
- more keyword coloration
- logo
- The repository is now hosted on https://github.com/ArkScript-lang/ArkScript-VSC
- Comments should start with
#(in the old version it used to start with')
- Changed version pattern in
package.jsonfrom"1.29.0"to"^1.29.0".
- CHANGELOG.md
- Removed
hastypekeyword (unuseful), to addimportkeyword
- README.md file
- Version number
- Keywords
if,while,fun,let,set,hastype,begin - Numbers, Strings and language constants (
true,false,nil) - Comments
- Blocks completions (
(),[],{})