added ace editor

This commit is contained in:
sm
2015-08-26 23:14:54 -07:00
parent 4b5c214f95
commit 77f9f8033b
270 changed files with 279 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
ace.define("ace/snippets/haml",["require","exports","module"],function(e,t,n){t.snippetText="snippet t\n %table\n %tr\n %th\n ${1:headers}\n %tr\n %td\n ${2:headers}\nsnippet ul\n %ul\n %li\n ${1:item}\n %li\nsnippet =rp\n = render :partial => '${1:partial}'\nsnippet =rpl\n = render :partial => '${1:partial}', :locals => {}\nsnippet =rpc\n = render :partial => '${1:partial}', :collection => @$1\n\n",t.scope="haml"})