Skip to content
Snippets Groups Projects
Unverified Commit f703fe5e authored by tecosaur's avatar tecosaur Committed by GitHub
Browse files

Add textsuperscript and textsubscript snippets

Why? Mainly so I can reference them with keyboard shortcuts, also they're long to type. Not too sure about the current prefix though - any suggestions?
parent 3e93f797
No related branches found
No related tags found
No related merge requests found
......@@ -236,6 +236,16 @@
"body": "\\textbf{${1:${TM_SELECTED_TEXT:text}}}",
"description": "Use a bold font"
},
"textsuperscript": {
"pre": "FSS",
"body": "\\testsuperscript{${1:${TM_SELECTED_TEXT:text}}}",
"description": "Make text a superscript"
},
"textsubscript": {
"pre": "FBS",
"body": "\\testsubscript{${1:${TM_SELECTED_TEXT:text}}}",
"description": "Make text a superscript"
},
/* Math Formatting */
"mathrm": {
"prefix": "MRM",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment