diff options
| author | jdhao <jdhao@hotmail.com> | 2020-03-08 14:14:21 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2020-03-08 14:14:21 +0800 |
| commit | 11d71865a52f911245db7b71f70b8bdecf4db0ca (patch) | |
| tree | ac23ae9d476e2d305ac3cb04bd7638395449fdcb | |
| parent | 1124c6652b26c5e46518a810c3a4a227c25f1090 (diff) | |
Update snippets
| -rw-r--r-- | my_snippets/all.snippets | 2 | ||||
| -rw-r--r-- | my_snippets/markdown.snippets | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/my_snippets/all.snippets b/my_snippets/all.snippets index 1f1fb44..efe5ada 100644 --- a/my_snippets/all.snippets +++ b/my_snippets/all.snippets @@ -1,4 +1,4 @@ -snippet ltx "LaTeX symbol" +snippet "(?<!\w)ltx" "LaTeX symbol" r LaTeX endsnippet diff --git a/my_snippets/markdown.snippets b/my_snippets/markdown.snippets index 1a01a09..1a8add9 100644 --- a/my_snippets/markdown.snippets +++ b/my_snippets/markdown.snippets @@ -33,7 +33,7 @@ endsnippet snippet img "Aligned image using HTML tag" <p align="center"> -<img src="${1:URL}"> +<img src="${1:URL}" width="400"> </p> $0 endsnippet |
