Skip to content
Commit 93cbc83a authored by Jonathan Poelen's avatar Jonathan Poelen Committed by Christoph Cullmann
Browse files

Raku: fix quote-words and more

Operator handling has been reviewed to determine if \< is an operator or a term

```pl
$i < 1
$i + < 1
     ^ string delimiter
```

- fix `\cNNNN`
- fix range operator in a regex
- fix some pattern in regex
- fix adverb argument
- ....

New highlighting:

- Symbol
- Hyper Operator
- Member Operator
- Number Suffix
- Pattern Bracket
- Pattern Delimiter
- Pattern Named Capture

BUG: 460347
parent 418356cb
Pipeline #452402 passed with stage
in 5 minutes and 33 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment