https://bugs.kde.org/show_bug.cgi?id=460347

            Bug ID: 460347
           Summary: [raku] Operator highlighting in word quote
    Classification: Applications
           Product: kate
           Version: 22.08.1
          Platform: Other
                OS: Other
            Status: REPORTED
          Severity: normal
          Priority: NOR
         Component: general
          Assignee: kwrite-bugs-n...@kde.org
          Reporter: kde.e...@neverbox.com
  Target Milestone: ---

Created attachment 152764
  --> https://bugs.kde.org/attachment.cgi?id=152764&action=edit
Kate editor on Windows showing raku syntax highlighting issue

Syntax highlighting appears confused by the [word
quote](https://docs.raku.org/language/quoting#index-entry-%3C_%3E_word_quote)
construct `< >`.

The following example illustrates the issue:

~~~raku
# x, xx, o, X, Z are not used here as operators
# but are highlighted as such inside the word
# quote construct < >

my @array = [ 'x', 'xx', 'xxx', 'o', 'oo', 'X', 'Y', 'Z' ];
my @array = <  x    xx    xxx    o    oo    X    Y    Z  >;
~~~

This issue is observed on Windows with Kate 22.08.1 and on macOS via nix and
pandoc.

See Github issue:
https://github.com/jgm/skylighting/issues/155

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to