vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit 4d6ce8c48fe525db75af17fb52a7cd4b9563d126 parent deaa998a8648916f2ad01f454985d5e67abee89f Author: Marc André Tanner <mat@brain-dump.org> Date: Wed, 29 Jul 2020 11:16:38 +0200 doc: enable C syntax highlighting by default Diffstat:
| M | doc/conf.py | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/doc/conf.py b/doc/conf.py @@ -86,6 +86,9 @@ exclude_patterns = [] # The name of the Pygments (syntax highlighting) style to use. pygments_style = 'sphinx' +primary_domain = 'c' +highlight_language = 'c' + # If true, `todo` and `todoList` produce output, else they produce nothing. todo_include_todos = False