LaTeX-Workshop/snippets
Jerome Lelong 8a40cb30a5 Implement keybindings for snippets
This is a three steps process
    1. Define a new snippet in snippets/latex.json
    2. In src/main.ts, register a new command to insert the
    corresponding snippet
    3. In package.json, associate a keybinding to the command.

This closes #809.
2018-10-03 16:07:32 +02:00
..
latex.json Implement keybindings for snippets 2018-10-03 16:07:32 +02:00
snippets-doc.md Add text super/sub script snippets, and fix underline & fontsize description 2018-09-30 13:46:03 +08:00