add ace editor files

This commit is contained in:
Dane Everitt 2016-10-01 23:06:04 -04:00
parent 6098f31f9a
commit fe9c573533
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
345 changed files with 433 additions and 0 deletions

1
public/js/vendor/ace/snippets/textile.js vendored Executable file
View file

@ -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"})