Skip to content

Commit

Permalink
improve snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
bsmith-n4 committed May 13, 2017
1 parent 7665fec commit e11ff6b
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions Snippets/Comment-Block.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<description>Comment Block</description>
<content><![CDATA[
////////////////////////////////////////////////////////////////////////////////
////
${1:$SELECTION}
////////////////////////////////////////////////////////////////////////////////
////
$0]]></content>
<tabTrigger>//</tabTrigger>
Expand Down
4 changes: 2 additions & 2 deletions Snippets/Example-Block.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<content><![CDATA[
.${1:Example Title (optional)}
===============================================================================
====
$2
===============================================================================
====
$0]]></content>
<scope>text.asciidoc</scope>
Expand Down
2 changes: 1 addition & 1 deletion Snippets/Image.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<content><![CDATA[
.${1:Image Title (optional)}
image::${2:/path/to/file}[${3:alt text}, ${4:width}, ${5:height}]
image::{find}${2:/path/to/file}[${3:alt text}, ${4:width}, ${5:height}]
$0]]></content>
<tabTrigger>img</tabTrigger>
Expand Down
6 changes: 3 additions & 3 deletions Snippets/Listing-Block.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<description>Listing Block</description>
<content><![CDATA[
[source, ${1:ruby}]
-------------------------------------------------------------------------------
[source,${1:n4js}]
----
$2
-------------------------------------------------------------------------------
----
$0]]></content>
<tabTrigger>--</tabTrigger>
Expand Down
4 changes: 2 additions & 2 deletions Snippets/Passthrough-Block.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<description>Passthrough Block</description>
<content><![CDATA[
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++
$1
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++
$0]]></content>
<scope>text.asciidoc</scope>
Expand Down
4 changes: 2 additions & 2 deletions Snippets/Quote-Block.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<content><![CDATA[
[quote, ${1:Attribution}, ${2:Cite Title}]
____________________________________________________________________________
____
$3
____________________________________________________________________________
____
$0]]></content>
<tabTrigger>__</tabTrigger>
Expand Down
4 changes: 2 additions & 2 deletions Snippets/Sidebar-Block.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<content><![CDATA[
.${1:Sidebar Title (optional)}
*******************************************************************************
****
$2
*******************************************************************************
****
$0]]></content>
<scope>text.asciidoc</scope>
Expand Down

0 comments on commit e11ff6b

Please sign in to comment.