Upgrade Ace editor

(used in stylesheet editor)
This commit is contained in:
Sam
2014-04-04 11:31:22 +11:00
parent 78c844f8d8
commit e62409aa89
283 changed files with 281 additions and 158 deletions

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