forked from asciidoctor/sublimetext-asciidoc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
finished grammar first pass! added snippets
- Loading branch information
Showing
20 changed files
with
691 additions
and
424 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>content</key> | ||
<string> | ||
---- | ||
$1 | ||
---- | ||
$0 | ||
</string> | ||
<key>disableAutoIndent</key> | ||
<true/> | ||
<key>name</key> | ||
<string>Code</string> | ||
<key>scope</key> | ||
<string>text.asciidoc</string> | ||
<key>tabTrigger</key> | ||
<string>code</string> | ||
<key>uuid</key> | ||
<string>3113A96B-0D44-4073-90BC-69F81ACF6B8E</string> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>content</key> | ||
<string> | ||
///// | ||
$1 | ||
//// | ||
$0 | ||
</string> | ||
<key>disableAutoIndent</key> | ||
<true/> | ||
<key>name</key> | ||
<string>Comment</string> | ||
<key>scope</key> | ||
<string>text.asciidoc</string> | ||
<key>tabTrigger</key> | ||
<string>com</string> | ||
<key>uuid</key> | ||
<string>73A58AA7-17DE-4D7C-8809-CF1E060D475F</string> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>content</key> | ||
<string> | ||
.${1:Title} | ||
==== | ||
$2 | ||
==== | ||
$0 | ||
</string> | ||
<key>disableAutoIndent</key> | ||
<true/> | ||
<key>name</key> | ||
<string>Example</string> | ||
<key>scope</key> | ||
<string>text.asciidoc</string> | ||
<key>tabTrigger</key> | ||
<string>ex</string> | ||
<key>uuid</key> | ||
<string>C3D609A5-368D-48BD-ACF6-918F136CC209</string> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>content</key> | ||
<string>_${1:$TM_SELECTED_TEXT}_</string> | ||
<key>disableAutoIndent</key> | ||
<true/> | ||
<key>keyEquivalent</key> | ||
<string>@i</string> | ||
<key>name</key> | ||
<string>Italic</string> | ||
<key>scope</key> | ||
<string>text.asciidoc</string> | ||
<key>uuid</key> | ||
<string>ABC8688A-89E0-4FEB-9490-9EF49A69DC3D</string> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>content</key> | ||
<string> | ||
.... | ||
$1 | ||
.... | ||
$0 | ||
</string> | ||
<key>disableAutoIndent</key> | ||
<true/> | ||
<key>name</key> | ||
<string>Literal Block</string> | ||
<key>scope</key> | ||
<string>text.asciidoc</string> | ||
<key>tabTrigger</key> | ||
<string>lit</string> | ||
<key>uuid</key> | ||
<string>7FF26494-8C20-4665-9213-0957645859A0</string> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>content</key> | ||
<string>\`${1:$TM_SELECTED_TEXT}\`</string> | ||
<key>disableAutoIndent</key> | ||
<true/> | ||
<key>keyEquivalent</key> | ||
<string>^~@'</string> | ||
<key>name</key> | ||
<string>Literal No Passthru</string> | ||
<key>scope</key> | ||
<string>text.asciidoc</string> | ||
<key>uuid</key> | ||
<string>DCE8ADEC-5021-4AE0-8E08-F0350C2E3189</string> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>content</key> | ||
<string>+${1:$TM_SELECTED_TEXT}+</string> | ||
<key>disableAutoIndent</key> | ||
<true/> | ||
<key>keyEquivalent</key> | ||
<string>^~@=</string> | ||
<key>name</key> | ||
<string>Literal</string> | ||
<key>scope</key> | ||
<string>text.asciidoc</string> | ||
<key>uuid</key> | ||
<string>24F2B564-B995-45F4-892C-64D228492DAA</string> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>content</key> | ||
<string> | ||
++++ | ||
$1 | ||
++++ | ||
$0 | ||
</string> | ||
<key>disableAutoIndent</key> | ||
<true/> | ||
<key>name</key> | ||
<string>Passthrough</string> | ||
<key>scope</key> | ||
<string>text.asciidoc</string> | ||
<key>tabTrigger</key> | ||
<string>pass</string> | ||
<key>uuid</key> | ||
<string>7D57542C-56C5-44BE-8D53-F52FD62DD5EA</string> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>content</key> | ||
<string> | ||
____ | ||
$1 | ||
____ | ||
$0 | ||
</string> | ||
<key>disableAutoIndent</key> | ||
<true/> | ||
<key>name</key> | ||
<string>Quote</string> | ||
<key>scope</key> | ||
<string>text.asciidoc</string> | ||
<key>tabTrigger</key> | ||
<string>quote</string> | ||
<key>uuid</key> | ||
<string>FB687DFA-647D-45EE-B3BF-9AE8EABB55D7</string> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>content</key> | ||
<string>\`\`${1:$TM_SELECTED_TEXT}''</string> | ||
<key>disableAutoIndent</key> | ||
<true/> | ||
<key>keyEquivalent</key> | ||
<string>@'</string> | ||
<key>name</key> | ||
<string>Quoted</string> | ||
<key>scope</key> | ||
<string>text.asciidoc</string> | ||
<key>uuid</key> | ||
<string>944A21B8-C8B1-4A72-AA09-65D89F871259</string> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>content</key> | ||
<string>ifdef::basebackend-docbook[] | ||
pass:none[<indexterm><primary>$1</primary><seealso>$2</seealso></indexterm>] | ||
endif::basebackend-docbook[] | ||
</string> | ||
<key>disableAutoIndent</key> | ||
<true/> | ||
<key>name</key> | ||
<string>See Also</string> | ||
<key>scope</key> | ||
<string>text.asciidoc</string> | ||
<key>tabTrigger</key> | ||
<string>see</string> | ||
<key>uuid</key> | ||
<string>4366495F-77A2-4E9B-8966-85AA7185AF9A</string> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>content</key> | ||
<string>ifdef::basebackend-docbook[] | ||
pass:none[<indexterm><primary>$1</primary><see>$2</see></indexterm>] | ||
endif::basebackend-docbook[] | ||
</string> | ||
<key>disableAutoIndent</key> | ||
<true/> | ||
<key>name</key> | ||
<string>See</string> | ||
<key>scope</key> | ||
<string>text.asciidoc</string> | ||
<key>tabTrigger</key> | ||
<string>see</string> | ||
<key>uuid</key> | ||
<string>5BC14415-F7BC-40B2-9014-C35C62B7FB08</string> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>content</key> | ||
<string> | ||
.${1:Title} | ||
***** | ||
$2 | ||
**** | ||
$0 | ||
</string> | ||
<key>name</key> | ||
<string>Sidebar</string> | ||
<key>scope</key> | ||
<string>text.asciidoc</string> | ||
<key>tabTrigger</key> | ||
<string>side</string> | ||
<key>uuid</key> | ||
<string>559A32BB-F3D5-4BAA-BCE8-D1DC6444EDCB</string> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>content</key> | ||
<string>ifdef::basebackend-docbook[] | ||
pass:none[<indexterm id="$1" class='startofrange'><primary>$2</primary></indexterm>] | ||
endif::basebackend-docbook[] | ||
ifdef::basebackend-docbook[] | ||
pass:none[<indexterm startref="$1" class="endofrange" />] | ||
endif::basebackend-docbook[] | ||
</string> | ||
<key>disableAutoIndent</key> | ||
<true/> | ||
<key>name</key> | ||
<string>Start</string> | ||
<key>scope</key> | ||
<string>text.asciidoc</string> | ||
<key>tabTrigger</key> | ||
<string>start</string> | ||
<key>uuid</key> | ||
<string>8B948AA5-1C9F-4083-B874-1B89A069F3DC</string> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>content</key> | ||
<string>*${1:$TM_SELECTED_TEXT}*</string> | ||
<key>disableAutoIndent</key> | ||
<true/> | ||
<key>keyEquivalent</key> | ||
<string>@b</string> | ||
<key>name</key> | ||
<string>Bold</string> | ||
<key>scope</key> | ||
<string>text.asciidoc</string> | ||
<key>uuid</key> | ||
<string>43C59A8A-8922-4E52-A93E-0416022A5F48</string> | ||
</dict> | ||
</plist> |
Oops, something went wrong.