aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/generate-configs.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xscripts/generate-configs.sh12
1 files changed, 6 insertions, 6 deletions
diff --git a/scripts/generate-configs.sh b/scripts/generate-configs.sh
index bfd9a78..60fdc61 100755
--- a/scripts/generate-configs.sh
+++ b/scripts/generate-configs.sh
@@ -115,12 +115,12 @@ TAG_MOUSEBIND="%mousebind"
# Insert markers to search for in Config.sh and xmonad.cabal. Values are
# extended sed regular expressions.
INS_MARKER_CABALBUILDDEP='^build-depends:.*'
-INS_MARKER_DEF='-- Extension-provided definitions$'
-INS_MARKER_IMPORT='-- Extension-provided imports$'
-INS_MARKER_KEYBIND='-- Extension-provided key bindings$'
-INS_MARKER_KEYBINDLIST='-- Extension-provided key bindings lists$'
-INS_MARKER_LAYOUT='-- Extension-provided layouts$'
-INS_MARKER_MOUSEBIND='-- Extension-provided mouse bindings$'
+INS_MARKER_IMPORT='-- % Extension-provided imports$'
+INS_MARKER_LAYOUT='-- % Extension-provided layouts$'
+INS_MARKER_KEYBIND='-- % Extension-provided key bindings$'
+INS_MARKER_KEYBINDLIST='-- % Extension-provided key bindings lists$'
+INS_MARKER_MOUSEBIND='-- % Extension-provided mouse bindings$'
+INS_MARKER_DEF='-- % Extension-provided definitions$'
# Literal indentation strings. Values may contain escaped chars such as \t.
INS_INDENT_CABALBUILDDEP=""