vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit fa73b9355124e67dc0c25c36609fdc607ad195ed parent 35004085c1d3c027a01a7f677ddfa7199ea054a7 Author: Matěj Cepl <mcepl@cepl.eu> Date: Thu, 12 Jun 2025 18:49:29 +0200 doc: change default_role to 'c:any' Diffstat:
| M | doc/conf.py | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/conf.py b/doc/conf.py @@ -92,7 +92,7 @@ highlight_language = 'c' # If true, `todo` and `todoList` produce output, else they produce nothing. todo_include_todos = False -default_role = "c" +default_role = "c:any" # -- Options for HTML output ----------------------------------------------