From 1c84a035098ab868db718b56f3f135603144d65a Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 1 Apr 2017 17:07:39 +0200 Subject: Ms writer: added syntax highlighting. Closes #3547. Macro definitions are inserted in the template when there is highlighted code. Limitations: background colors and underline currently not supported. --- data/templates/default.ms | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'data') diff --git a/data/templates/default.ms b/data/templates/default.ms index d1e5f5476..31a7f698f 100644 --- a/data/templates/default.ms +++ b/data/templates/default.ms @@ -11,6 +11,10 @@ .ce \l'20' .. +$if(highlighting-macros)$ +.\" * Syntax highlighting macros +$highlighting-macros$ +$endif$ .\" **** Settings ************************************************* .\" text width .nr LL 5.5i -- cgit v1.2.3