about summary refs log tree commit diff
path: root/usfm2gmi.py
diff options
context:
space:
mode:
Diffstat (limited to 'usfm2gmi.py')
-rwxr-xr-xusfm2gmi.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/usfm2gmi.py b/usfm2gmi.py
index 52cabfe..ac19681 100755
--- a/usfm2gmi.py
+++ b/usfm2gmi.py
@@ -52,6 +52,10 @@ def convert(line):
       out += '\n>\t'
     elif word in ['\\q3']:
       out += '\n>\t\t'
+    elif word in ['\\qs']:
+      out += '\t'
+    elif word in ['\\qs*']:
+      continue
     elif word in ['\\wj','\\wj*']:
       continue
     elif word == '\\nd':