Skip to content

Commit

Permalink
Allow VISUAL selection in Code snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
reegnz authored and lpil committed Aug 19, 2021
1 parent 75309fc commit 9e5219a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions UltiSnips/markdown.snippets
Original file line number Diff line number Diff line change
Expand Up @@ -112,12 +112,12 @@ snippet img "Image"
endsnippet

snippet ilc "Inline Code" i
\`$1\`$0
\`${1:${VISUAL}}\`$0
endsnippet

snippet cbl "Codeblock" b
\`\`\`
$1
\`\`\`$1
${2:${VISUAL}}
\`\`\`
$0
endsnippet
Expand Down

0 comments on commit 9e5219a

Please sign in to comment.