mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-17 06:14:37 +00:00
add ref command to snippets
This commit is contained in:
parent
4b1bc291cb
commit
b1c0552214
1 changed files with 5 additions and 0 deletions
|
@ -74,6 +74,11 @@ define -> [{
|
|||
"meta": "cmd",
|
||||
"score": 1.4425339817971206
|
||||
}, {
|
||||
"caption": "\\ref{}",
|
||||
"snippet": "\\ref{$1}",
|
||||
"meta": "cross-reference",
|
||||
"score": 0.014379554883991673
|
||||
}{
|
||||
"caption": "\\frac{}{}",
|
||||
"snippet": "\\frac{$1}{$2}",
|
||||
"meta": "cmd",
|
||||
|
|
Loading…
Reference in a new issue