aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorreptee <[email protected]>2025-09-15 12:45:28 +0200
committerGitHub <[email protected]>2025-09-15 12:45:28 +0200
commita0cfb3fd31bc3729266cc3a7aaac1416df183445 (patch)
tree188945541576851557ac34e3b19c01cd45bd0197 /data
parent0ce85b0cfa8e5d3155dddc77b1408b4d7d7890fa (diff)
Vimdoc writer (#11132)
Support for vimdoc, documentation format used by vim in its help pages. Relies heavily on definition lists and precise text alignment to generate tags.
Diffstat (limited to 'data')
-rw-r--r--data/templates/default.vimdoc16
1 files changed, 16 insertions, 0 deletions
diff --git a/data/templates/default.vimdoc b/data/templates/default.vimdoc
new file mode 100644
index 000000000..1bf80e2d1
--- /dev/null
+++ b/data/templates/default.vimdoc
@@ -0,0 +1,16 @@
+$if(filename)$*${filename}* $endif$$if(abstract)$${abstract}$endif$$if(filename)$
+
+
+$endif$$if(combined-title)$${combined-title}
+
+
+$endif$$toc-reminder$
+
+$if(toc)$
+$toc$
+
+$endif$
+
+$body$
+
+ $modeline$