Hey,
In the User folder, I placed LaTeX.sublime-completions added the following code:
{
"scope": "text.tex.latex",
"completions":
{ "trigger": "fb", "contents": "\\farbbox{$1}$0"},
]
}
If I type “fb” and hit Tab it just extends it to “farbbox” and not “\farbbox{}”.
How could I resolve it?
Regards
Chris
