Releases: Raku/atom-language
Releases · Raku/atom-language
v1.11.1
v1.11.0
v1.11.0
Pod
- Highlight
X< >
tags. Fixes Issue #17 - Add support for
C<< >>
,C<<< >>>
andC« »
delimiters for all types of tags.
Fixes Issue #18 - Nested tags now highlight.
- Tags can now span multiple lines. Fixes Issue #14
Misc
- Fix q/qq/Q quoting not highlighting when surrounded by brackets.
- Highlight
<<< >>>
delimiters for q/qq/Q quoting. - Highlight
« »
delimiters for q/qq/Q quoting. - Add
#
«and
#<<<
delimiters for multiline comments.
v1.10.0
v1.10.0
- Method calls and routine calls in interpolated strings now highlight.
Example:"$var.method()"
Fixes Issue #13 - Angle bracket word quoting across multiple lines works again. It will
only allow multi-line quoting this way if the opening angle bracket is after
an=
sign. - Allow non-word characters like
-
and'
to be intoken
,rule
andregex
names for grammars. - Highlight
:sym< >
for protoregex actionmethod
's. Fixes Issue #12 - Highlight pod =head sections as headings not comments when they continue onto
the next line. Fixes Issue #16 - Make sure fonts with ligatures like Fira Code don't use ligatures in comments,
or quoted strings.
v1.9.11
v1.9.10
v1.9.9
v1.9.9
- Keys of pairs now highlight properly if no spaces used for unquoted keys.
Fixes Issue #4 - Fix angle bracket delimited word array's not highlighting properly with a
}
immidiately before the closing angle bracket. Fixes Issue #2 - Detect files that have
=comment
as the first line as Perl 6. You will
probably need to disable Atom's built in Perl Grammar to get this to work
though…