diff options
Diffstat (limited to 'htdocs/js/ace/snippets/rst.js')
-rw-r--r-- | htdocs/js/ace/snippets/rst.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/htdocs/js/ace/snippets/rst.js b/htdocs/js/ace/snippets/rst.js new file mode 100644 index 0000000..ab50fa7 --- /dev/null +++ b/htdocs/js/ace/snippets/rst.js @@ -0,0 +1 @@ +define("ace/snippets/rst",["require","exports","module"],function(e,t,n){"use strict";t.snippetText="# rst\n\nsnippet :\n :${1:field name}: ${2:field body}\nsnippet *\n *${1:Emphasis}*\nsnippet **\n **${1:Strong emphasis}**\nsnippet _\n \\`${1:hyperlink-name}\\`_\n .. _\\`$1\\`: ${2:link-block}\nsnippet =\n ${1:Title}\n =====${2:=}\n ${3}\nsnippet -\n ${1:Title}\n -----${2:-}\n ${3}\nsnippet cont:\n .. contents::\n \n",t.scope="rst"})
\ No newline at end of file |