Releases: crystal-lang-tools/vscode-crystal-lang
Releases · crystal-lang-tools/vscode-crystal-lang
v0.8.1
Syntax Highlighting fixing - previous was failing due to version not updated
- Fix syntax highlighting for the 0 literal
- Add missing "rare" keywords for opening a type, such as enum.
- Remove non-keywords: initialize, it, alias_method, and and others.
- Add missing keywords such as forall.
- Don't highlight keywords right before a colon, these always become named args. Fixes #133.
- Highlight .is_a? and other pseudo-methods as keywords.
*Update the list of builtins, for example, remove delay, add gets. - Don't highlight builtins if they immediately follow a dot.
*Don't highlight builtins such as class_property as keywords, rather just normal builtins.
*Remove Ruby's %W %S %R %s strings, add %i strings. - Remove Ruby's arbitrary delimiter strings %OstringO, keep only %|string|.
- Highlight quoted symbols :"sym" same as normal symbols.
- Update the list of regex flags.
- Highlight :[]= symbol just like :[]?.
- Precisely define what kind of escape sequences in a string are valid.
v0.8.0
Syntax Highlighting fixing
- Fix syntax highlighting for the 0 literal
- Add missing "rare" keywords for opening a type, such as enum.
- Remove non-keywords: initialize, it, alias_method, and and others.
- Add missing keywords such as forall.
- Don't highlight keywords right before a colon, these always become named args. Fixes #133.
- Highlight .is_a? and other pseudo-methods as keywords.
*Update the list of builtins, for example, remove delay, add gets. - Don't highlight builtins if they immediately follow a dot.
*Don't highlight builtins such as class_property as keywords, rather just normal builtins.
*Remove Ruby's %W %S %R %s strings, add %i strings. - Remove Ruby's arbitrary delimiter strings %OstringO, keep only %|string|.
- Highlight quoted symbols :"sym" same as normal symbols.
- Update the list of regex flags.
- Highlight :[]= symbol just like :[]?.
- Precisely define what kind of escape sequences in a string are valid.
v0.7.3
v0.7.2
Token for VSCode Marketplace changed
v0.7.1
Try to adjust publish to VS Marketplace and bumped correct version
v0.7.0
v0.6.2
Correctly highlight %Q(...)
v0.6.0
Updated project dependencies!
v0.5.0
- Changed organization to crystal-lang-tools
v.0.6.1
feat: Bump published version and fix package.json