Skip to content

Commit ebfb8c4

Browse files
committed
[reST] refactor
1 parent edc9d2d commit ebfb8c4

8 files changed

+1757
-290
lines changed

RestructuredText/Comments.tmPreferences

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<plist version="1.0">
33
<dict>
4-
<key>name</key>
5-
<string>Miscellaneous</string>
64
<key>scope</key>
75
<string>text.restructuredtext</string>
86
<key>settings</key>

RestructuredText/Main.sublime-menu

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
[
2+
{
3+
"id": "preferences",
4+
"children":
5+
[
6+
{
7+
"caption": "Package Settings",
8+
"id": "package-settings",
9+
"children":
10+
[
11+
{
12+
"caption": "reStructuredText (reST)",
13+
"children":
14+
[
15+
{
16+
"caption": "Settings - Syntax Specific",
17+
"command": "edit_settings",
18+
"args":
19+
{
20+
"base_file": "${packages}/RestructuredText/reStructuredText.sublime-settings",
21+
"default": "{\n\t$0\n}\n"
22+
}
23+
},
24+
{ "caption": "-" },
25+
{
26+
"caption": "Documentation",
27+
"children":
28+
[
29+
{
30+
"caption": "Markup Specification",
31+
"command": "open_url",
32+
"args": { "url": "https://docutils.sourceforge.io/docs/ref/rst/restructuredtext.html" }
33+
},
34+
{
35+
"caption": "Directives",
36+
"command": "open_url",
37+
"args": { "url": "https://docutils.sourceforge.io/docs/ref/rst/directives.html" }
38+
},
39+
{
40+
"caption": "Interpreted Text Roles",
41+
"command": "open_url",
42+
"args": { "url": "https://docutils.sourceforge.io/docs/ref/rst/roles.html" }
43+
}
44+
]
45+
}
46+
]
47+
}
48+
]
49+
}
50+
]
51+
}
52+
]

0 commit comments

Comments
 (0)