mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-14 04:24:52 +02:00
Sigh, asciidoctor behaves differently from asciidoc
This commit is contained in:
@@ -14,7 +14,7 @@ defns = []
|
||||
for line in open('kitty/kitty.conf'):
|
||||
if line.startswith('map '):
|
||||
_, sc, name = line.split(maxsplit=3)
|
||||
defns.append(':sc_{}: `{}`'.format(name, sc))
|
||||
defns.append(':sc_{}: {}'.format(name, sc))
|
||||
|
||||
defns = '\n'.join(defns)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user