summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2023-08-04 11:45:59 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2023-08-04 13:31:06 -0700
commit5e1b9591e1999e25b0ef9dc3f642f5cdd3beed8d (patch)
treedfc8325cc342460dca0ef8af08372002d4fa58ad /data
parent4670722dfaa91314686d21b4c57d35530aa8646b (diff)
Started implementing syntax highlighting for ODT.
Currently only colors are supported, not other text styles. This change includes a new default opendocumnet template. See #6710.
Diffstat (limited to 'data')
-rw-r--r--data/templates/default.opendocument3
1 files changed, 3 insertions, 0 deletions
diff --git a/data/templates/default.opendocument b/data/templates/default.opendocument
index fceab3501..de96c9021 100644
--- a/data/templates/default.opendocument
+++ b/data/templates/default.opendocument
@@ -3,6 +3,9 @@
<office:font-face-decls>
<style:font-face style:name="Courier New" style:font-family-generic="modern" style:font-pitch="fixed" svg:font-family="'Courier New'" />
</office:font-face-decls>
+ <office:styles>
+ $highlighting-styles$
+ </office:styles>
<office:automatic-styles>
$automatic-styles$
</office:automatic-styles>