Olivier Perret
|
03525779fb
|
[doc] Escape asciidoc meta-character
|
2020-07-09 12:00:01 +02:00 |
|
Johannes Altmanninger
|
e4f7d42396
|
doc: fix typos and clarify some parts
|
2020-05-28 18:37:26 +02:00 |
|
David Percy
|
e8a7b06388
|
Typo: "escaped with a backspace" -> backslash
|
2019-12-03 19:44:08 +00:00 |
|
Maxime Coste
|
3e7301ede7
|
Support \x and \u escapes in regex character classes
Change \u to use 6 digits to cover the full unicode range.
Fixes #3172
|
2019-11-06 20:48:48 +11:00 |
|
Maxime Coste
|
328c497be2
|
Add support for named captures to the regex impl and regex highlighter
ECMAScript is adding support for it, and it is a pretty isolated
change to do.
Fixes #2293
|
2019-01-03 22:55:50 +11:00 |
|
Olivier Perret
|
8edef8b3f1
|
Add support for regex flag to toggle dot-matches-newline
|
2018-06-24 12:41:50 +02:00 |
|
Maxime Coste
|
4fabba3d12
|
doc.kak: Render documentation internally instead of relying on man
doc.kak now behaves as a basic asciidoc renderer. Asciidoc is unfortunately
still a dependency to generate the manpage of the `kak` command.
|
2017-11-02 10:03:24 +08:00 |
|
Maxime Coste
|
ed65d86c72
|
Rename doc/manpages to doc/pages
That fact we use man for these is an implementation detail.
|
2017-11-01 19:05:37 +08:00 |
|