summaryrefslogtreecommitdiff
path: root/context/data/scite/context/scite-ctx-example.properties
diff options
context:
space:
mode:
Diffstat (limited to 'context/data/scite/context/scite-ctx-example.properties')
-rw-r--r--context/data/scite/context/scite-ctx-example.properties23
1 files changed, 23 insertions, 0 deletions
diff --git a/context/data/scite/context/scite-ctx-example.properties b/context/data/scite/context/scite-ctx-example.properties
new file mode 100644
index 000000000..78b2f2859
--- /dev/null
+++ b/context/data/scite/context/scite-ctx-example.properties
@@ -0,0 +1,23 @@
+command.25.$(file.patterns.example)=insert_template $(ctx.template.list.example)
+
+ctx.template.list.example=\
+ bold=font.bold.example|\
+ emphasized=font.emphasized.example|\
+ |\
+ inline math=math.inline.example|\
+ display math=math.display.example|\
+ |\
+ itemize=structure.itemize.example
+
+ctx.template.font.bold.example=<b>?</b>
+ctx.template.font.emphasized.example=<em>?</em>
+
+ctx.template.math.inline.example=<m>?</m>
+ctx.template.math.display.example=<math>?</math>
+
+ctx.template.structure.itemize.example=\
+<itemize>\n\
+<item>?</item>\n\
+<item>?</item>\n\
+<item>?</item>\n\
+</itemize>\n