Releases: Raku/atom-language
Releases · Raku/atom-language
Final before refactor - corrected
02 Apr 18:38
Compare
Sorry, something went wrong.
No results found
Final before refactoring
02 Apr 18:30
Compare
Sorry, something went wrong.
No results found
Refactoring to update, including moving from coffeescript and cson to vanilla js and JSON. This release incorporates changes to October 2022, which involved renaming from perl6 to raku.
v1.13.4
07 Jan 02:08
Compare
Sorry, something went wrong.
No results found
Fix README.md's instructions on how to override the built in Perl highlighter.
The previous instructions were not accurate and did not properly work.
Add quoting/commenting using the S-shaped bag delimiter ⟅ ⟆.
Add highlighting for mkdir routine/method.
v1.13.3
07 Jan 02:09
Compare
Sorry, something went wrong.
No results found
Allow angle bracket multi-line quoting directly after the for keyword. Fixes Issue #37
v1.13.2
07 Jan 02:09
Compare
Sorry, something went wrong.
No results found
Add support for highlighting of the assignment operator :=
Highlight the throws method/routine.
v1.13.1
07 Jan 02:10
Compare
Sorry, something went wrong.
No results found
Add ords routine and method. [fb6d26b]
Fix highlighting breaking when using / with another / on the line. [a91eeef]
Fixes Issue #34
add q/qq/Q:nfkc and q/qq/Q:nfkd quoting. It is not yet implemented in Rakudo
but it is in roast (NFK-types.t). [02db872][26aecbe]
Tag TOP in grammars differently for docs.perl6.org. [e6c8c77]
v1.12.0
23 Dec 06:15
Compare
Sorry, something went wrong.
No results found
Fix a problem with multi sub not highlighting the sub's name properly. Fixes Issue #26
Make sure that q/qq/Q quoting works when there is a bracket before the q/qq/Q and no space.
Regular expressions using m or rx now allow arbitrary delimiters.
v1.11.4
23 Dec 06:16
Compare
Sorry, something went wrong.
No results found
Add preliminary support for s/// and S///.
v1.11.3
23 Dec 06:16
Compare
Sorry, something went wrong.
No results found
Fix a problem where a capture marker inside regex was recognized as a grouping
parenthesis, and could overrun the regex if there was another paren on the same
line. Fixes Issue #24
v1.11.2
19 Dec 02:12
Compare
Sorry, something went wrong.
No results found
v1.11.2
Fix Issue #21 :
Fix − (U+2212 minus) and + in front of numbers or hex numbers.
Fix hex numbers not highlighting when at start of line.
Fix hex numbers not highlighting when hyphen was in front of it.
Fix highlighting breaking when the word regex was used as a routine name.
Fixes Issue #17