Skip to content

Commit 1d5adc3

Browse files
author
tinyladi
committed
add priority and inword option
1 parent a34551b commit 1d5adc3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

UltiSnips/markdown.snippets

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ snippet img "Image"
3939
![${1:pic alt}](${2:path}${3/.+/ "/}${3:opt title}${3/.+/"/})$0
4040
endsnippet
4141

42-
snippet ilc "Inline Code"
42+
snippet ilc "Inline Code" i
4343
\`$1\`$0
4444
endsnippet
4545

UltiSnips/pandoc.snippets

+2
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1+
priority -49
2+
13
extends markdown

0 commit comments

Comments
 (0)