From 074c8ca2a16bc4849e8ecea5a123d4d9a2995898 Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Tue, 7 Nov 2017 20:44:10 -0500 Subject: initial commit --- htdocs/js/ace/snippets/textile.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 htdocs/js/ace/snippets/textile.js (limited to 'htdocs/js/ace/snippets/textile.js') diff --git a/htdocs/js/ace/snippets/textile.js b/htdocs/js/ace/snippets/textile.js new file mode 100644 index 0000000..9487f8d --- /dev/null +++ b/htdocs/js/ace/snippets/textile.js @@ -0,0 +1 @@ +define("ace/snippets/textile",["require","exports","module"],function(e,t,n){"use strict";t.snippetText='# Jekyll post header\nsnippet header\n ---\n title: ${1:title}\n layout: post\n date: ${2:date} ${3:hour:minute:second} -05:00\n ---\n\n# Image\nsnippet img\n !${1:url}(${2:title}):${3:link}!\n\n# Table\nsnippet |\n |${1}|${2}\n\n# Link\nsnippet link\n "${1:link text}":${2:url}\n\n# Acronym\nsnippet (\n (${1:Expand acronym})${2}\n\n# Footnote\nsnippet fn\n [${1:ref number}] ${3}\n\n fn$1. ${2:footnote}\n \n',t.scope="textile"}) \ No newline at end of file -- cgit v1.2.3