mirror of
https://github.com/mawww/kakoune.git
synced 2024-12-26 21:22:00 +03:00
Typo: "escaped with a backspace" -> backslash
This commit is contained in:
parent
22428211f3
commit
e8a7b06388
@ -10,7 +10,7 @@ Kakoune's regex always run on Unicode codepoint sequences, not on bytes.
|
||||
== Literals
|
||||
|
||||
Every character except the syntax characters `\^$.*+?[]{}|().` match
|
||||
themselves. Syntax characters can be escaped with a backspace so `\$`
|
||||
themselves. Syntax characters can be escaped with a backslash so `\$`
|
||||
will match a literal `$` and `\\` will match a literal `\`.
|
||||
|
||||
Some literals are available as escape sequences:
|
||||
|
Loading…
Reference in New Issue
Block a user