mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
8 lines
155 B
JavaScript
8 lines
155 B
JavaScript
|
const suggestions = [
|
||
|
[
|
||
|
'\\includegraphics',
|
||
|
{ name: 'graphicx', command: '\\usepackage{graphicx}' },
|
||
|
],
|
||
|
]
|
||
|
export default new Map(suggestions)
|