summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/diabetes-logbook/dmlbrow.sublime-snippet
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/diabetes-logbook/dmlbrow.sublime-snippet')
-rw-r--r--macros/latex/contrib/diabetes-logbook/dmlbrow.sublime-snippet9
1 files changed, 9 insertions, 0 deletions
diff --git a/macros/latex/contrib/diabetes-logbook/dmlbrow.sublime-snippet b/macros/latex/contrib/diabetes-logbook/dmlbrow.sublime-snippet
new file mode 100644
index 0000000000..23e3d9525f
--- /dev/null
+++ b/macros/latex/contrib/diabetes-logbook/dmlbrow.sublime-snippet
@@ -0,0 +1,9 @@
+<snippet>
+ <content><![CDATA[
+\QQQ{${1: }}{${2: }}{${3: }}{${4: }}{${5: }}{${6: }}{${7:}}${0:}%
+]]></content>
+ <!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
+ <tabTrigger>q</tabTrigger>
+ <!-- Optional: Set a scope to limit where the snippet will trigger -->
+ <scope>text.tex.latex</scope>
+</snippet>