Enable snippets usage on selected text

Changed text style snippets to enable them to be used on selected texts
This commit is contained in:
Marcio Lima 2018-09-12 16:24:10 -03:00
parent 147536760a
commit 213002b3ba

View File

@ -71,22 +71,22 @@
},
"bf" : {
"prefix": "FBF",
"body": "\\textbf{$1}",
"body": "\\textbf{${1:${TM_SELECTED_TEXT:text}}}",
"description": "Use a bold font"
},
"it" : {
"prefix": "FIT",
"body": "\\textit{$1}",
"body": "\\textit{${1:${TM_SELECTED_TEXT:text}}}",
"description": "Use an italic font"
},
"em" : {
"prefix": "FEM",
"body": "\\emph{$1}",
"body": "\\emph{${1:${TM_SELECTED_TEXT:text}}}",
"description": "Use an emphasis font"
},
"tt" : {
"prefix": "FTT",
"body": "\\texttt{$1}",
"body": "\\texttt{${1:${TM_SELECTED_TEXT:text}}}",
"description": "Use a typewriter font"
},
/* Insert Gree letter with @ + corresponding latin letter */