bedrock_sass 0.2.0 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/assets/_vendor/ace/ace.js +255 -589
- data/assets/_vendor/ace/ext-beautify.js +1 -2
- data/assets/_vendor/ace/ext-elastic_tabstops_lite.js +2 -2
- data/assets/_vendor/ace/ext-emmet.js +4 -4
- data/assets/_vendor/ace/ext-error_marker.js +1 -2
- data/assets/_vendor/ace/ext-keybinding_menu.js +1 -2
- data/assets/_vendor/ace/ext-language_tools.js +5 -9
- data/assets/_vendor/ace/ext-linking.js +1 -2
- data/assets/_vendor/ace/ext-modelist.js +9 -5
- data/assets/_vendor/ace/ext-options.js +10 -7
- data/assets/_vendor/ace/ext-rtl.js +1 -2
- data/assets/_vendor/ace/ext-searchbox.js +8 -4
- data/assets/_vendor/ace/ext-settings_menu.js +10 -7
- data/assets/_vendor/ace/ext-spellcheck.js +1 -2
- data/assets/_vendor/ace/ext-split.js +1 -2
- data/assets/_vendor/ace/ext-static_highlight.js +11 -8
- data/assets/_vendor/ace/ext-statusbar.js +1 -2
- data/assets/_vendor/ace/ext-textarea.js +1 -5
- data/assets/_vendor/ace/ext-themelist.js +2 -4
- data/assets/_vendor/ace/ext-whitespace.js +1 -2
- data/assets/_vendor/ace/keybinding-emacs.js +6 -2
- data/assets/_vendor/ace/keybinding-vim.js +13 -25
- data/assets/_vendor/ace/mode-abap.js +2 -3
- data/assets/_vendor/ace/mode-abc.js +3 -2
- data/assets/_vendor/ace/mode-actionscript.js +2 -2
- data/assets/_vendor/ace/mode-ada.js +1 -2
- data/assets/_vendor/ace/mode-apache_conf.js +2 -2
- data/assets/_vendor/ace/mode-apex.js +457 -0
- data/assets/_vendor/ace/mode-applescript.js +1 -2
- data/assets/_vendor/ace/mode-asciidoc.js +2 -2
- data/assets/_vendor/ace/mode-asl.js +1 -2
- data/assets/_vendor/ace/mode-assembly_x86.js +2 -2
- data/assets/_vendor/ace/mode-autohotkey.js +1 -2
- data/assets/_vendor/ace/mode-batchfile.js +2 -2
- data/assets/_vendor/ace/mode-bro.js +2 -2
- data/assets/_vendor/ace/mode-c9search.js +1 -2
- data/assets/_vendor/ace/mode-c_cpp.js +2 -2
- data/assets/_vendor/ace/mode-cirru.js +1 -2
- data/assets/_vendor/ace/mode-clojure.js +2 -2
- data/assets/_vendor/ace/mode-cobol.js +1 -2
- data/assets/_vendor/ace/mode-coffee.js +1 -2
- data/assets/_vendor/ace/mode-coldfusion.js +3 -2
- data/assets/_vendor/ace/mode-csharp.js +3 -3
- data/assets/_vendor/ace/mode-csound_document.js +319 -80
- data/assets/_vendor/ace/mode-csound_orchestra.js +323 -86
- data/assets/_vendor/ace/mode-csound_score.js +1 -2
- data/assets/_vendor/ace/mode-csp.js +1 -2
- data/assets/_vendor/ace/mode-css.js +2 -2
- data/assets/_vendor/ace/mode-curly.js +3 -2
- data/assets/_vendor/ace/mode-d.js +2 -2
- data/assets/_vendor/ace/mode-dart.js +24 -14
- data/assets/_vendor/ace/mode-diff.js +4 -4
- data/assets/_vendor/ace/mode-django.js +3 -2
- data/assets/_vendor/ace/mode-dockerfile.js +3 -2
- data/assets/_vendor/ace/mode-dot.js +1 -2
- data/assets/_vendor/ace/mode-drools.js +3 -2
- data/assets/_vendor/ace/mode-edifact.js +2 -2
- data/assets/_vendor/ace/mode-eiffel.js +1 -2
- data/assets/_vendor/ace/mode-ejs.js +5 -2
- data/assets/_vendor/ace/mode-elixir.js +2 -2
- data/assets/_vendor/ace/mode-elm.js +1 -2
- data/assets/_vendor/ace/mode-erlang.js +2 -2
- data/assets/_vendor/ace/mode-forth.js +2 -2
- data/assets/_vendor/ace/mode-fortran.js +1 -2
- data/assets/_vendor/ace/mode-fsharp.js +1 -2
- data/assets/_vendor/ace/mode-fsl.js +258 -0
- data/assets/_vendor/ace/mode-ftl.js +3 -2
- data/assets/_vendor/ace/mode-gcode.js +1 -2
- data/assets/_vendor/ace/mode-gherkin.js +2 -4
- data/assets/_vendor/ace/mode-gitignore.js +1 -2
- data/assets/_vendor/ace/mode-glsl.js +2 -2
- data/assets/_vendor/ace/mode-gobstones.js +3 -2
- data/assets/_vendor/ace/mode-golang.js +1 -2
- data/assets/_vendor/ace/mode-graphqlschema.js +1 -2
- data/assets/_vendor/ace/mode-groovy.js +4 -2
- data/assets/_vendor/ace/mode-haml.js +5 -2
- data/assets/_vendor/ace/mode-handlebars.js +3 -2
- data/assets/_vendor/ace/mode-haskell.js +2 -2
- data/assets/_vendor/ace/mode-haskell_cabal.js +1 -2
- data/assets/_vendor/ace/mode-haxe.js +2 -2
- data/assets/_vendor/ace/mode-hjson.js +2 -2
- data/assets/_vendor/ace/mode-html.js +3 -2
- data/assets/_vendor/ace/mode-html_elixir.js +4 -2
- data/assets/_vendor/ace/mode-html_ruby.js +5 -2
- data/assets/_vendor/ace/mode-ini.js +1 -2
- data/assets/_vendor/ace/mode-io.js +2 -2
- data/assets/_vendor/ace/mode-jack.js +1 -2
- data/assets/_vendor/ace/mode-jade.js +14 -115
- data/assets/_vendor/ace/mode-java.js +64 -3
- data/assets/_vendor/ace/mode-javascript.js +2 -2
- data/assets/_vendor/ace/mode-json.js +1 -2
- data/assets/_vendor/ace/mode-jsoniq.js +8 -2317
- data/assets/_vendor/ace/mode-jsp.js +4 -2
- data/assets/_vendor/ace/mode-jssm.js +2 -2
- data/assets/_vendor/ace/mode-jsx.js +1 -2
- data/assets/_vendor/ace/mode-julia.js +2 -2
- data/assets/_vendor/ace/mode-kotlin.js +2 -2
- data/assets/_vendor/ace/mode-latex.js +1 -2
- data/assets/_vendor/ace/mode-less.js +4 -2
- data/assets/_vendor/ace/mode-liquid.js +2026 -477
- data/assets/_vendor/ace/mode-lisp.js +2 -2
- data/assets/_vendor/ace/mode-livescript.js +1 -2
- data/assets/_vendor/ace/mode-logiql.js +2 -2
- data/assets/_vendor/ace/mode-logtalk.js +352 -0
- data/assets/_vendor/ace/mode-lsl.js +1 -2
- data/assets/_vendor/ace/mode-lua.js +1 -2
- data/assets/_vendor/ace/mode-luapage.js +3 -2
- data/assets/_vendor/ace/mode-lucene.js +2 -3
- data/assets/_vendor/ace/mode-makefile.js +3 -2
- data/assets/_vendor/ace/mode-markdown.js +5 -2
- data/assets/_vendor/ace/mode-mask.js +3 -2
- data/assets/_vendor/ace/mode-matlab.js +1 -2
- data/assets/_vendor/ace/mode-maze.js +2 -2
- data/assets/_vendor/ace/mode-mel.js +2 -2
- data/assets/_vendor/ace/mode-mixal.js +1 -2
- data/assets/_vendor/ace/mode-mushcode.js +2 -2
- data/assets/_vendor/ace/mode-mysql.js +3 -4
- data/assets/_vendor/ace/mode-nix.js +2 -2
- data/assets/_vendor/ace/mode-nsis.js +2 -2
- data/assets/_vendor/ace/mode-objectivec.js +3 -2
- data/assets/_vendor/ace/mode-ocaml.js +1 -2
- data/assets/_vendor/ace/mode-pascal.js +2 -2
- data/assets/_vendor/ace/mode-perl.js +2 -2
- data/assets/_vendor/ace/mode-perl6.js +593 -0
- data/assets/_vendor/ace/mode-pgsql.js +304 -69
- data/assets/_vendor/ace/mode-php.js +844 -1029
- data/assets/_vendor/ace/mode-php_laravel_blade.js +844 -1029
- data/assets/_vendor/ace/mode-pig.js +2 -2
- data/assets/_vendor/ace/mode-plain_text.js +1 -2
- data/assets/_vendor/ace/mode-powershell.js +2 -2
- data/assets/_vendor/ace/mode-praat.js +2 -2
- data/assets/_vendor/ace/mode-prolog.js +2 -2
- data/assets/_vendor/ace/mode-properties.js +1 -2
- data/assets/_vendor/ace/mode-protobuf.js +2 -2
- data/assets/_vendor/ace/mode-puppet.js +1 -2
- data/assets/_vendor/ace/mode-python.js +297 -63
- data/assets/_vendor/ace/mode-r.js +3 -2
- data/assets/_vendor/ace/mode-razor.js +9 -3
- data/assets/_vendor/ace/mode-rdoc.js +2 -2
- data/assets/_vendor/ace/mode-red.js +2 -2
- data/assets/_vendor/ace/mode-redshift.js +1 -2
- data/assets/_vendor/ace/mode-rhtml.js +5 -2
- data/assets/_vendor/ace/mode-rst.js +1 -2
- data/assets/_vendor/ace/mode-ruby.js +3 -2
- data/assets/_vendor/ace/mode-rust.js +2 -2
- data/assets/_vendor/ace/mode-sass.js +205 -117
- data/assets/_vendor/ace/mode-scad.js +2 -2
- data/assets/_vendor/ace/mode-scala.js +3 -2
- data/assets/_vendor/ace/mode-scheme.js +2 -2
- data/assets/_vendor/ace/mode-scss.js +204 -115
- data/assets/_vendor/ace/mode-sh.js +3 -2
- data/assets/_vendor/ace/mode-sjs.js +2 -2
- data/assets/_vendor/ace/mode-slim.js +18 -117
- data/assets/_vendor/ace/mode-smarty.js +3 -2
- data/assets/_vendor/ace/mode-snippets.js +1 -2
- data/assets/_vendor/ace/mode-soy_template.js +4 -2
- data/assets/_vendor/ace/mode-space.js +1 -2
- data/assets/_vendor/ace/mode-sparql.js +2 -2
- data/assets/_vendor/ace/mode-sql.js +2 -3
- data/assets/_vendor/ace/mode-sqlserver.js +2 -2
- data/assets/_vendor/ace/mode-stylus.js +3 -2
- data/assets/_vendor/ace/mode-svg.js +2 -2
- data/assets/_vendor/ace/mode-swift.js +1 -2
- data/assets/_vendor/ace/mode-tcl.js +2 -2
- data/assets/_vendor/ace/mode-terraform.js +1 -2
- data/assets/_vendor/ace/mode-tex.js +2 -2
- data/assets/_vendor/ace/mode-text.js +1 -2
- data/assets/_vendor/ace/mode-textile.js +1 -2
- data/assets/_vendor/ace/mode-toml.js +1 -2
- data/assets/_vendor/ace/mode-tsx.js +2 -2
- data/assets/_vendor/ace/mode-turtle.js +2 -2
- data/assets/_vendor/ace/mode-twig.js +3 -2
- data/assets/_vendor/ace/mode-typescript.js +2 -2
- data/assets/_vendor/ace/mode-vala.js +2 -2
- data/assets/_vendor/ace/mode-vbscript.js +1 -2
- data/assets/_vendor/ace/mode-velocity.js +4 -2
- data/assets/_vendor/ace/mode-verilog.js +1 -2
- data/assets/_vendor/ace/mode-vhdl.js +1 -2
- data/assets/_vendor/ace/mode-visualforce.js +2641 -0
- data/assets/_vendor/ace/mode-wollok.js +3 -2
- data/assets/_vendor/ace/mode-xml.js +1 -2
- data/assets/_vendor/ace/mode-xquery.js +8 -2287
- data/assets/_vendor/ace/mode-yaml.js +1 -2
- data/assets/_vendor/ace/snippets/abap.js +2 -3
- data/assets/_vendor/ace/snippets/abc.js +1 -2
- data/assets/_vendor/ace/snippets/actionscript.js +1 -2
- data/assets/_vendor/ace/snippets/ada.js +2 -3
- data/assets/_vendor/ace/snippets/apache_conf.js +2 -3
- data/assets/_vendor/ace/snippets/apex.js +14 -0
- data/assets/_vendor/ace/snippets/applescript.js +2 -3
- data/assets/_vendor/ace/snippets/asciidoc.js +2 -3
- data/assets/_vendor/ace/snippets/asl.js +2 -3
- data/assets/_vendor/ace/snippets/assembly_x86.js +2 -3
- data/assets/_vendor/ace/snippets/autohotkey.js +2 -3
- data/assets/_vendor/ace/snippets/batchfile.js +2 -3
- data/assets/_vendor/ace/snippets/bro.js +1 -2
- data/assets/_vendor/ace/snippets/c9search.js +2 -3
- data/assets/_vendor/ace/snippets/c_cpp.js +1 -2
- data/assets/_vendor/ace/snippets/cirru.js +2 -3
- data/assets/_vendor/ace/snippets/clojure.js +1 -2
- data/assets/_vendor/ace/snippets/cobol.js +2 -3
- data/assets/_vendor/ace/snippets/coffee.js +1 -2
- data/assets/_vendor/ace/snippets/coldfusion.js +2 -3
- data/assets/_vendor/ace/snippets/csharp.js +2 -3
- data/assets/_vendor/ace/snippets/csound_document.js +1 -2
- data/assets/_vendor/ace/snippets/csound_orchestra.js +1 -2
- data/assets/_vendor/ace/snippets/csound_score.js +2 -3
- data/assets/_vendor/ace/snippets/csp.js +1 -2
- data/assets/_vendor/ace/snippets/css.js +1 -2
- data/assets/_vendor/ace/snippets/curly.js +2 -3
- data/assets/_vendor/ace/snippets/d.js +2 -3
- data/assets/_vendor/ace/snippets/dart.js +1 -2
- data/assets/_vendor/ace/snippets/diff.js +1 -2
- data/assets/_vendor/ace/snippets/django.js +1 -2
- data/assets/_vendor/ace/snippets/dockerfile.js +2 -3
- data/assets/_vendor/ace/snippets/dot.js +2 -3
- data/assets/_vendor/ace/snippets/drools.js +1 -2
- data/assets/_vendor/ace/snippets/edifact.js +1 -2
- data/assets/_vendor/ace/snippets/eiffel.js +2 -3
- data/assets/_vendor/ace/snippets/ejs.js +2 -3
- data/assets/_vendor/ace/snippets/elixir.js +1 -2
- data/assets/_vendor/ace/snippets/elm.js +2 -3
- data/assets/_vendor/ace/snippets/erlang.js +1 -2
- data/assets/_vendor/ace/snippets/forth.js +2 -3
- data/assets/_vendor/ace/snippets/fortran.js +2 -3
- data/assets/_vendor/ace/snippets/fsharp.js +2 -3
- data/assets/_vendor/ace/snippets/fsl.js +14 -0
- data/assets/_vendor/ace/snippets/ftl.js +2 -3
- data/assets/_vendor/ace/snippets/gcode.js +2 -3
- data/assets/_vendor/ace/snippets/gherkin.js +2 -3
- data/assets/_vendor/ace/snippets/gitignore.js +2 -3
- data/assets/_vendor/ace/snippets/glsl.js +2 -3
- data/assets/_vendor/ace/snippets/gobstones.js +1 -2
- data/assets/_vendor/ace/snippets/golang.js +2 -3
- data/assets/_vendor/ace/snippets/graphqlschema.js +1 -2
- data/assets/_vendor/ace/snippets/groovy.js +2 -3
- data/assets/_vendor/ace/snippets/haml.js +1 -2
- data/assets/_vendor/ace/snippets/handlebars.js +2 -3
- data/assets/_vendor/ace/snippets/haskell.js +1 -2
- data/assets/_vendor/ace/snippets/haskell_cabal.js +2 -3
- data/assets/_vendor/ace/snippets/haxe.js +2 -3
- data/assets/_vendor/ace/snippets/hjson.js +1 -2
- data/assets/_vendor/ace/snippets/html.js +1 -2
- data/assets/_vendor/ace/snippets/html_elixir.js +2 -3
- data/assets/_vendor/ace/snippets/html_ruby.js +2 -3
- data/assets/_vendor/ace/snippets/ini.js +2 -3
- data/assets/_vendor/ace/snippets/io.js +1 -2
- data/assets/_vendor/ace/snippets/jack.js +2 -3
- data/assets/_vendor/ace/snippets/jade.js +2 -3
- data/assets/_vendor/ace/snippets/java.js +1 -2
- data/assets/_vendor/ace/snippets/javascript.js +1 -2
- data/assets/_vendor/ace/snippets/json.js +2 -3
- data/assets/_vendor/ace/snippets/jsoniq.js +1 -2
- data/assets/_vendor/ace/snippets/jsp.js +1 -2
- data/assets/_vendor/ace/snippets/jssm.js +1 -2
- data/assets/_vendor/ace/snippets/jsx.js +2 -3
- data/assets/_vendor/ace/snippets/julia.js +2 -3
- data/assets/_vendor/ace/snippets/kotlin.js +1 -2
- data/assets/_vendor/ace/snippets/latex.js +2 -3
- data/assets/_vendor/ace/snippets/less.js +2 -3
- data/assets/_vendor/ace/snippets/liquid.js +883 -3
- data/assets/_vendor/ace/snippets/lisp.js +2 -3
- data/assets/_vendor/ace/snippets/livescript.js +2 -3
- data/assets/_vendor/ace/snippets/logiql.js +2 -3
- data/assets/_vendor/ace/snippets/logtalk.js +14 -0
- data/assets/_vendor/ace/snippets/lsl.js +1 -2
- data/assets/_vendor/ace/snippets/lua.js +1 -2
- data/assets/_vendor/ace/snippets/luapage.js +2 -3
- data/assets/_vendor/ace/snippets/lucene.js +2 -3
- data/assets/_vendor/ace/snippets/makefile.js +1 -2
- data/assets/_vendor/ace/snippets/markdown.js +1 -2
- data/assets/_vendor/ace/snippets/mask.js +2 -3
- data/assets/_vendor/ace/snippets/matlab.js +2 -3
- data/assets/_vendor/ace/snippets/maze.js +1 -2
- data/assets/_vendor/ace/snippets/mel.js +2 -3
- data/assets/_vendor/ace/snippets/mixal.js +2 -3
- data/assets/_vendor/ace/snippets/mushcode.js +2 -3
- data/assets/_vendor/ace/snippets/mysql.js +2 -3
- data/assets/_vendor/ace/snippets/nix.js +2 -3
- data/assets/_vendor/ace/snippets/nsis.js +1 -2
- data/assets/_vendor/ace/snippets/objectivec.js +2 -3
- data/assets/_vendor/ace/snippets/ocaml.js +2 -3
- data/assets/_vendor/ace/snippets/pascal.js +2 -3
- data/assets/_vendor/ace/snippets/perl.js +1 -2
- data/assets/_vendor/ace/snippets/perl6.js +14 -0
- data/assets/_vendor/ace/snippets/pgsql.js +2 -3
- data/assets/_vendor/ace/snippets/php.js +1 -2
- data/assets/_vendor/ace/snippets/php_laravel_blade.js +2 -3
- data/assets/_vendor/ace/snippets/pig.js +2 -3
- data/assets/_vendor/ace/snippets/plain_text.js +2 -3
- data/assets/_vendor/ace/snippets/powershell.js +2 -3
- data/assets/_vendor/ace/snippets/praat.js +2 -3
- data/assets/_vendor/ace/snippets/prolog.js +2 -3
- data/assets/_vendor/ace/snippets/properties.js +2 -3
- data/assets/_vendor/ace/snippets/protobuf.js +1 -2
- data/assets/_vendor/ace/snippets/puppet.js +2 -3
- data/assets/_vendor/ace/snippets/python.js +1 -2
- data/assets/_vendor/ace/snippets/r.js +1 -2
- data/assets/_vendor/ace/snippets/razor.js +1 -2
- data/assets/_vendor/ace/snippets/rdoc.js +2 -3
- data/assets/_vendor/ace/snippets/red.js +1 -2
- data/assets/_vendor/ace/snippets/redshift.js +2 -3
- data/assets/_vendor/ace/snippets/rhtml.js +2 -3
- data/assets/_vendor/ace/snippets/rst.js +1 -2
- data/assets/_vendor/ace/snippets/ruby.js +1 -2
- data/assets/_vendor/ace/snippets/rust.js +2 -3
- data/assets/_vendor/ace/snippets/sass.js +2 -3
- data/assets/_vendor/ace/snippets/scad.js +2 -3
- data/assets/_vendor/ace/snippets/scala.js +2 -3
- data/assets/_vendor/ace/snippets/scheme.js +2 -3
- data/assets/_vendor/ace/snippets/scss.js +2 -3
- data/assets/_vendor/ace/snippets/sh.js +1 -2
- data/assets/_vendor/ace/snippets/sjs.js +2 -3
- data/assets/_vendor/ace/snippets/slim.js +2 -3
- data/assets/_vendor/ace/snippets/smarty.js +2 -3
- data/assets/_vendor/ace/snippets/snippets.js +1 -2
- data/assets/_vendor/ace/snippets/soy_template.js +2 -3
- data/assets/_vendor/ace/snippets/space.js +2 -3
- data/assets/_vendor/ace/snippets/sparql.js +1 -2
- data/assets/_vendor/ace/snippets/sql.js +1 -2
- data/assets/_vendor/ace/snippets/sqlserver.js +1 -2
- data/assets/_vendor/ace/snippets/stylus.js +2 -3
- data/assets/_vendor/ace/snippets/svg.js +2 -3
- data/assets/_vendor/ace/snippets/swift.js +2 -3
- data/assets/_vendor/ace/snippets/tcl.js +1 -2
- data/assets/_vendor/ace/snippets/terraform.js +2 -3
- data/assets/_vendor/ace/snippets/tex.js +1 -2
- data/assets/_vendor/ace/snippets/text.js +2 -3
- data/assets/_vendor/ace/snippets/textile.js +1 -2
- data/assets/_vendor/ace/snippets/toml.js +2 -3
- data/assets/_vendor/ace/snippets/tsx.js +2 -3
- data/assets/_vendor/ace/snippets/turtle.js +1 -2
- data/assets/_vendor/ace/snippets/twig.js +2 -3
- data/assets/_vendor/ace/snippets/typescript.js +2 -3
- data/assets/_vendor/ace/snippets/vala.js +1 -2
- data/assets/_vendor/ace/snippets/vbscript.js +2 -3
- data/assets/_vendor/ace/snippets/velocity.js +1 -2
- data/assets/_vendor/ace/snippets/verilog.js +2 -3
- data/assets/_vendor/ace/snippets/vhdl.js +2 -3
- data/assets/_vendor/ace/snippets/visualforce.js +14 -0
- data/assets/_vendor/ace/snippets/wollok.js +1 -2
- data/assets/_vendor/ace/snippets/xml.js +2 -3
- data/assets/_vendor/ace/snippets/xquery.js +1 -2
- data/assets/_vendor/ace/snippets/yaml.js +2 -3
- data/assets/_vendor/ace/theme-ambiance.js +1 -2
- data/assets/_vendor/ace/theme-chaos.js +1 -2
- data/assets/_vendor/ace/theme-chrome.js +1 -2
- data/assets/_vendor/ace/theme-clouds.js +1 -2
- data/assets/_vendor/ace/theme-clouds_midnight.js +1 -2
- data/assets/_vendor/ace/theme-cobalt.js +1 -2
- data/assets/_vendor/ace/theme-crimson_editor.js +1 -2
- data/assets/_vendor/ace/theme-dawn.js +1 -2
- data/assets/_vendor/ace/theme-dracula.js +1 -2
- data/assets/_vendor/ace/theme-dreamweaver.js +1 -2
- data/assets/_vendor/ace/theme-eclipse.js +1 -2
- data/assets/_vendor/ace/theme-github.js +3 -3
- data/assets/_vendor/ace/theme-gob.js +1 -2
- data/assets/_vendor/ace/theme-gruvbox.js +1 -2
- data/assets/_vendor/ace/theme-idle_fingers.js +1 -2
- data/assets/_vendor/ace/theme-iplastic.js +1 -2
- data/assets/_vendor/ace/theme-katzenmilch.js +1 -2
- data/assets/_vendor/ace/theme-kr_theme.js +1 -2
- data/assets/_vendor/ace/theme-kuroir.js +1 -2
- data/assets/_vendor/ace/theme-merbivore.js +1 -2
- data/assets/_vendor/ace/theme-merbivore_soft.js +1 -2
- data/assets/_vendor/ace/theme-mono_industrial.js +1 -2
- data/assets/_vendor/ace/theme-monokai.js +1 -2
- data/assets/_vendor/ace/theme-pastel_on_dark.js +1 -2
- data/assets/_vendor/ace/theme-solarized_dark.js +1 -2
- data/assets/_vendor/ace/theme-solarized_light.js +1 -2
- data/assets/_vendor/ace/theme-sqlserver.js +1 -2
- data/assets/_vendor/ace/theme-terminal.js +1 -2
- data/assets/_vendor/ace/theme-textmate.js +1 -2
- data/assets/_vendor/ace/theme-tomorrow.js +1 -2
- data/assets/_vendor/ace/theme-tomorrow_night.js +1 -2
- data/assets/_vendor/ace/theme-tomorrow_night_blue.js +1 -2
- data/assets/_vendor/ace/theme-tomorrow_night_bright.js +1 -2
- data/assets/_vendor/ace/theme-tomorrow_night_eighties.js +1 -2
- data/assets/_vendor/ace/theme-twilight.js +1 -2
- data/assets/_vendor/ace/theme-vibrant_ink.js +1 -2
- data/assets/_vendor/ace/theme-xcode.js +1 -2
- data/assets/_vendor/ace/worker-coffee.js +11 -20
- data/assets/_vendor/ace/worker-css.js +23 -20
- data/assets/_vendor/ace/worker-html.js +25 -31
- data/assets/_vendor/ace/worker-javascript.js +76 -36
- data/assets/_vendor/ace/worker-json.js +25 -20
- data/assets/_vendor/ace/worker-lua.js +68 -69
- data/assets/_vendor/ace/worker-php.js +12 -20
- data/assets/_vendor/ace/worker-xml.js +12 -22
- data/assets/_vendor/ace/worker-xquery.js +44 -12378
- data/assets/_vendor/tinymce/plugins/advlist/plugin.js +137 -137
- data/assets/_vendor/tinymce/plugins/anchor/plugin.js +102 -102
- data/assets/_vendor/tinymce/plugins/autolink/plugin.js +154 -154
- data/assets/_vendor/tinymce/plugins/autoresize/plugin.js +145 -145
- data/assets/_vendor/tinymce/plugins/autosave/plugin.js +207 -217
- data/assets/_vendor/tinymce/plugins/autosave/plugin.min.js +1 -1
- data/assets/_vendor/tinymce/plugins/bbcode/plugin.js +89 -89
- data/assets/_vendor/tinymce/plugins/charmap/plugin.js +1246 -1246
- data/assets/_vendor/tinymce/plugins/code/plugin.js +80 -80
- data/assets/_vendor/tinymce/plugins/codesample/plugin.js +852 -852
- data/assets/_vendor/tinymce/plugins/colorpicker/plugin.js +109 -109
- data/assets/_vendor/tinymce/plugins/contextmenu/plugin.js +144 -144
- data/assets/_vendor/tinymce/plugins/directionality/plugin.js +53 -53
- data/assets/_vendor/tinymce/plugins/emoticons/plugin.js +74 -74
- data/assets/_vendor/tinymce/plugins/fullpage/plugin.js +464 -464
- data/assets/_vendor/tinymce/plugins/fullscreen/plugin.js +152 -152
- data/assets/_vendor/tinymce/plugins/help/plugin.js +639 -678
- data/assets/_vendor/tinymce/plugins/help/plugin.min.js +1 -1
- data/assets/_vendor/tinymce/plugins/hr/plugin.js +29 -29
- data/assets/_vendor/tinymce/plugins/image/plugin.js +1119 -1126
- data/assets/_vendor/tinymce/plugins/image/plugin.min.js +1 -1
- data/assets/_vendor/tinymce/plugins/imagetools/plugin.js +3414 -3445
- data/assets/_vendor/tinymce/plugins/imagetools/plugin.min.js +1 -1
- data/assets/_vendor/tinymce/plugins/importcss/plugin.js +230 -230
- data/assets/_vendor/tinymce/plugins/insertdatetime/plugin.js +152 -152
- data/assets/_vendor/tinymce/plugins/legacyoutput/plugin.js +193 -193
- data/assets/_vendor/tinymce/plugins/link/plugin.js +646 -646
- data/assets/_vendor/tinymce/plugins/lists/plugin.js +2103 -1037
- data/assets/_vendor/tinymce/plugins/lists/plugin.min.js +1 -1
- data/assets/_vendor/tinymce/plugins/media/plugin.js +1050 -1050
- data/assets/_vendor/tinymce/plugins/nonbreaking/plugin.js +69 -69
- data/assets/_vendor/tinymce/plugins/noneditable/plugin.js +98 -98
- data/assets/_vendor/tinymce/plugins/pagebreak/plugin.js +91 -91
- data/assets/_vendor/tinymce/plugins/paste/plugin.js +1725 -1364
- data/assets/_vendor/tinymce/plugins/paste/plugin.min.js +1 -1
- data/assets/_vendor/tinymce/plugins/preview/plugin.js +107 -107
- data/assets/_vendor/tinymce/plugins/print/plugin.js +28 -28
- data/assets/_vendor/tinymce/plugins/save/plugin.js +101 -101
- data/assets/_vendor/tinymce/plugins/searchreplace/plugin.js +535 -537
- data/assets/_vendor/tinymce/plugins/searchreplace/plugin.min.js +1 -1
- data/assets/_vendor/tinymce/plugins/spellchecker/plugin.js +683 -681
- data/assets/_vendor/tinymce/plugins/spellchecker/plugin.min.js +1 -1
- data/assets/_vendor/tinymce/plugins/tabfocus/plugin.js +95 -95
- data/assets/_vendor/tinymce/plugins/table/plugin.js +8927 -9805
- data/assets/_vendor/tinymce/plugins/table/plugin.min.js +1 -1
- data/assets/_vendor/tinymce/plugins/template/plugin.js +305 -311
- data/assets/_vendor/tinymce/plugins/template/plugin.min.js +1 -1
- data/assets/_vendor/tinymce/plugins/textcolor/plugin.js +317 -317
- data/assets/_vendor/tinymce/plugins/textpattern/plugin.js +575 -329
- data/assets/_vendor/tinymce/plugins/textpattern/plugin.min.js +1 -1
- data/assets/_vendor/tinymce/plugins/toc/plugin.js +201 -201
- data/assets/_vendor/tinymce/plugins/visualblocks/plugin.js +113 -113
- data/assets/_vendor/tinymce/plugins/visualchars/plugin.js +419 -471
- data/assets/_vendor/tinymce/plugins/visualchars/plugin.min.js +1 -1
- data/assets/_vendor/tinymce/plugins/wordcount/plugin.js +371 -308
- data/assets/_vendor/tinymce/plugins/wordcount/plugin.min.js +1 -1
- data/assets/_vendor/tinymce/skins/lightgray/fonts/tinymce.eot +0 -0
- data/assets/_vendor/tinymce/skins/lightgray/fonts/tinymce.svg +1 -0
- data/assets/_vendor/tinymce/skins/lightgray/fonts/tinymce.ttf +0 -0
- data/assets/_vendor/tinymce/skins/lightgray/fonts/tinymce.woff +0 -0
- data/assets/_vendor/tinymce/skins/lightgray/skin.min.css +1 -1
- data/assets/_vendor/tinymce/themes/inlite/theme.js +9272 -9686
- data/assets/_vendor/tinymce/themes/inlite/theme.min.js +1 -1
- data/assets/_vendor/tinymce/themes/mobile/theme.js +12130 -13042
- data/assets/_vendor/tinymce/themes/mobile/theme.min.js +1 -1
- data/assets/_vendor/tinymce/themes/modern/theme.js +9090 -9504
- data/assets/_vendor/tinymce/themes/modern/theme.min.js +1 -1
- data/assets/_vendor/tinymce/tinymce.js +24914 -25218
- data/assets/bedrock/js/bedrock.js +1 -1
- data/assets/bedrock/scss/components/no-content.scss +5 -0
- data/assets/bedrock/scss/components/select-box.scss +1 -1
- data/lib/bedrock_sass.rb +51 -16
- data/lib/bedrock_sass/engine.rb +3 -2
- data/lib/bedrock_sass/version.rb +1 -1
- metadata +17 -7
@@ -289,8 +289,7 @@ oop.inherits(Mode, TextMode);
|
|
289
289
|
|
290
290
|
exports.Mode = Mode;
|
291
291
|
|
292
|
-
});
|
293
|
-
(function() {
|
292
|
+
}); (function() {
|
294
293
|
window.require(["ace/mode/yaml"], function(m) {
|
295
294
|
if (typeof module == "object" && typeof exports == "object" && module) {
|
296
295
|
module.exports = m;
|
@@ -1,11 +1,10 @@
|
|
1
1
|
define("ace/snippets/abap",["require","exports","module"], function(require, exports, module) {
|
2
2
|
"use strict";
|
3
3
|
|
4
|
-
exports.snippetText =
|
4
|
+
exports.snippetText =undefined;
|
5
5
|
exports.scope = "abap";
|
6
6
|
|
7
|
-
});
|
8
|
-
(function() {
|
7
|
+
}); (function() {
|
9
8
|
window.require(["ace/snippets/abap"], function(m) {
|
10
9
|
if (typeof module == "object" && typeof exports == "object" && module) {
|
11
10
|
module.exports = m;
|
@@ -35,8 +35,7 @@ snippet zupfnoter.annotation\n\
|
|
35
35
|
";
|
36
36
|
exports.scope = "abc";
|
37
37
|
|
38
|
-
});
|
39
|
-
(function() {
|
38
|
+
}); (function() {
|
40
39
|
window.require(["ace/snippets/abc"], function(m) {
|
41
40
|
if (typeof module == "object" && typeof exports == "object" && module) {
|
42
41
|
module.exports = m;
|
@@ -161,8 +161,7 @@ snippet FlxSprite\n\
|
|
161
161
|
";
|
162
162
|
exports.scope = "actionscript";
|
163
163
|
|
164
|
-
});
|
165
|
-
(function() {
|
164
|
+
}); (function() {
|
166
165
|
window.require(["ace/snippets/actionscript"], function(m) {
|
167
166
|
if (typeof module == "object" && typeof exports == "object" && module) {
|
168
167
|
module.exports = m;
|
@@ -1,11 +1,10 @@
|
|
1
1
|
define("ace/snippets/ada",["require","exports","module"], function(require, exports, module) {
|
2
2
|
"use strict";
|
3
3
|
|
4
|
-
exports.snippetText =
|
4
|
+
exports.snippetText =undefined;
|
5
5
|
exports.scope = "ada";
|
6
6
|
|
7
|
-
});
|
8
|
-
(function() {
|
7
|
+
}); (function() {
|
9
8
|
window.require(["ace/snippets/ada"], function(m) {
|
10
9
|
if (typeof module == "object" && typeof exports == "object" && module) {
|
11
10
|
module.exports = m;
|
@@ -1,11 +1,10 @@
|
|
1
1
|
define("ace/snippets/apache_conf",["require","exports","module"], function(require, exports, module) {
|
2
2
|
"use strict";
|
3
3
|
|
4
|
-
exports.snippetText =
|
4
|
+
exports.snippetText =undefined;
|
5
5
|
exports.scope = "apache_conf";
|
6
6
|
|
7
|
-
});
|
8
|
-
(function() {
|
7
|
+
}); (function() {
|
9
8
|
window.require(["ace/snippets/apache_conf"], function(m) {
|
10
9
|
if (typeof module == "object" && typeof exports == "object" && module) {
|
11
10
|
module.exports = m;
|
@@ -0,0 +1,14 @@
|
|
1
|
+
define("ace/snippets/apex",["require","exports","module"], function(require, exports, module) {
|
2
|
+
"use strict";
|
3
|
+
|
4
|
+
exports.snippetText =undefined;
|
5
|
+
exports.scope = "apex";
|
6
|
+
|
7
|
+
}); (function() {
|
8
|
+
window.require(["ace/snippets/apex"], function(m) {
|
9
|
+
if (typeof module == "object" && typeof exports == "object" && module) {
|
10
|
+
module.exports = m;
|
11
|
+
}
|
12
|
+
});
|
13
|
+
})();
|
14
|
+
|
@@ -1,11 +1,10 @@
|
|
1
1
|
define("ace/snippets/applescript",["require","exports","module"], function(require, exports, module) {
|
2
2
|
"use strict";
|
3
3
|
|
4
|
-
exports.snippetText =
|
4
|
+
exports.snippetText =undefined;
|
5
5
|
exports.scope = "applescript";
|
6
6
|
|
7
|
-
});
|
8
|
-
(function() {
|
7
|
+
}); (function() {
|
9
8
|
window.require(["ace/snippets/applescript"], function(m) {
|
10
9
|
if (typeof module == "object" && typeof exports == "object" && module) {
|
11
10
|
module.exports = m;
|
@@ -1,11 +1,10 @@
|
|
1
1
|
define("ace/snippets/asciidoc",["require","exports","module"], function(require, exports, module) {
|
2
2
|
"use strict";
|
3
3
|
|
4
|
-
exports.snippetText =
|
4
|
+
exports.snippetText =undefined;
|
5
5
|
exports.scope = "asciidoc";
|
6
6
|
|
7
|
-
});
|
8
|
-
(function() {
|
7
|
+
}); (function() {
|
9
8
|
window.require(["ace/snippets/asciidoc"], function(m) {
|
10
9
|
if (typeof module == "object" && typeof exports == "object" && module) {
|
11
10
|
module.exports = m;
|
@@ -1,10 +1,9 @@
|
|
1
1
|
define("ace/snippets/asl",["require","exports","module"], function (require, exports, module) {
|
2
2
|
"use strict";
|
3
3
|
|
4
|
-
exports.snippetText =
|
4
|
+
exports.snippetText =undefined;
|
5
5
|
exports.scope = "asl";
|
6
|
-
});
|
7
|
-
(function() {
|
6
|
+
}); (function() {
|
8
7
|
window.require(["ace/snippets/asl"], function(m) {
|
9
8
|
if (typeof module == "object" && typeof exports == "object" && module) {
|
10
9
|
module.exports = m;
|
@@ -1,11 +1,10 @@
|
|
1
1
|
define("ace/snippets/assembly_x86",["require","exports","module"], function(require, exports, module) {
|
2
2
|
"use strict";
|
3
3
|
|
4
|
-
exports.snippetText =
|
4
|
+
exports.snippetText =undefined;
|
5
5
|
exports.scope = "assembly_x86";
|
6
6
|
|
7
|
-
});
|
8
|
-
(function() {
|
7
|
+
}); (function() {
|
9
8
|
window.require(["ace/snippets/assembly_x86"], function(m) {
|
10
9
|
if (typeof module == "object" && typeof exports == "object" && module) {
|
11
10
|
module.exports = m;
|
@@ -1,11 +1,10 @@
|
|
1
1
|
define("ace/snippets/autohotkey",["require","exports","module"], function(require, exports, module) {
|
2
2
|
"use strict";
|
3
3
|
|
4
|
-
exports.snippetText =
|
4
|
+
exports.snippetText =undefined;
|
5
5
|
exports.scope = "autohotkey";
|
6
6
|
|
7
|
-
});
|
8
|
-
(function() {
|
7
|
+
}); (function() {
|
9
8
|
window.require(["ace/snippets/autohotkey"], function(m) {
|
10
9
|
if (typeof module == "object" && typeof exports == "object" && module) {
|
11
10
|
module.exports = m;
|
@@ -1,11 +1,10 @@
|
|
1
1
|
define("ace/snippets/batchfile",["require","exports","module"], function(require, exports, module) {
|
2
2
|
"use strict";
|
3
3
|
|
4
|
-
exports.snippetText =
|
4
|
+
exports.snippetText =undefined;
|
5
5
|
exports.scope = "batchfile";
|
6
6
|
|
7
|
-
});
|
8
|
-
(function() {
|
7
|
+
}); (function() {
|
9
8
|
window.require(["ace/snippets/batchfile"], function(m) {
|
10
9
|
if (typeof module == "object" && typeof exports == "object" && module) {
|
11
10
|
module.exports = m;
|
@@ -4,8 +4,7 @@ define("ace/snippets/bro",["require","exports","module"], function(require, expo
|
|
4
4
|
exports.snippetText =undefined;
|
5
5
|
exports.scope = "";
|
6
6
|
|
7
|
-
});
|
8
|
-
(function() {
|
7
|
+
}); (function() {
|
9
8
|
window.require(["ace/snippets/bro"], function(m) {
|
10
9
|
if (typeof module == "object" && typeof exports == "object" && module) {
|
11
10
|
module.exports = m;
|
@@ -1,11 +1,10 @@
|
|
1
1
|
define("ace/snippets/c9search",["require","exports","module"], function(require, exports, module) {
|
2
2
|
"use strict";
|
3
3
|
|
4
|
-
exports.snippetText =
|
4
|
+
exports.snippetText =undefined;
|
5
5
|
exports.scope = "c9search";
|
6
6
|
|
7
|
-
});
|
8
|
-
(function() {
|
7
|
+
}); (function() {
|
9
8
|
window.require(["ace/snippets/c9search"], function(m) {
|
10
9
|
if (typeof module == "object" && typeof exports == "object" && module) {
|
11
10
|
module.exports = m;
|
@@ -135,8 +135,7 @@ snippet lld\n\
|
|
135
135
|
";
|
136
136
|
exports.scope = "c_cpp";
|
137
137
|
|
138
|
-
});
|
139
|
-
(function() {
|
138
|
+
}); (function() {
|
140
139
|
window.require(["ace/snippets/c_cpp"], function(m) {
|
141
140
|
if (typeof module == "object" && typeof exports == "object" && module) {
|
142
141
|
module.exports = m;
|
@@ -1,11 +1,10 @@
|
|
1
1
|
define("ace/snippets/cirru",["require","exports","module"], function(require, exports, module) {
|
2
2
|
"use strict";
|
3
3
|
|
4
|
-
exports.snippetText =
|
4
|
+
exports.snippetText =undefined;
|
5
5
|
exports.scope = "cirru";
|
6
6
|
|
7
|
-
});
|
8
|
-
(function() {
|
7
|
+
}); (function() {
|
9
8
|
window.require(["ace/snippets/cirru"], function(m) {
|
10
9
|
if (typeof module == "object" && typeof exports == "object" && module) {
|
11
10
|
module.exports = m;
|
@@ -94,8 +94,7 @@ snippet when-let\n\
|
|
94
94
|
";
|
95
95
|
exports.scope = "clojure";
|
96
96
|
|
97
|
-
});
|
98
|
-
(function() {
|
97
|
+
}); (function() {
|
99
98
|
window.require(["ace/snippets/clojure"], function(m) {
|
100
99
|
if (typeof module == "object" && typeof exports == "object" && module) {
|
101
100
|
module.exports = m;
|
@@ -1,11 +1,10 @@
|
|
1
1
|
define("ace/snippets/cobol",["require","exports","module"], function(require, exports, module) {
|
2
2
|
"use strict";
|
3
3
|
|
4
|
-
exports.snippetText =
|
4
|
+
exports.snippetText =undefined;
|
5
5
|
exports.scope = "cobol";
|
6
6
|
|
7
|
-
});
|
8
|
-
(function() {
|
7
|
+
}); (function() {
|
9
8
|
window.require(["ace/snippets/cobol"], function(m) {
|
10
9
|
if (typeof module == "object" && typeof exports == "object" && module) {
|
11
10
|
module.exports = m;
|
@@ -99,8 +99,7 @@ snippet exp\n\
|
|
99
99
|
";
|
100
100
|
exports.scope = "coffee";
|
101
101
|
|
102
|
-
});
|
103
|
-
(function() {
|
102
|
+
}); (function() {
|
104
103
|
window.require(["ace/snippets/coffee"], function(m) {
|
105
104
|
if (typeof module == "object" && typeof exports == "object" && module) {
|
106
105
|
module.exports = m;
|
@@ -1,11 +1,10 @@
|
|
1
1
|
define("ace/snippets/coldfusion",["require","exports","module"], function(require, exports, module) {
|
2
2
|
"use strict";
|
3
3
|
|
4
|
-
exports.snippetText =
|
4
|
+
exports.snippetText =undefined;
|
5
5
|
exports.scope = "coldfusion";
|
6
6
|
|
7
|
-
});
|
8
|
-
(function() {
|
7
|
+
}); (function() {
|
9
8
|
window.require(["ace/snippets/coldfusion"], function(m) {
|
10
9
|
if (typeof module == "object" && typeof exports == "object" && module) {
|
11
10
|
module.exports = m;
|
@@ -1,11 +1,10 @@
|
|
1
1
|
define("ace/snippets/csharp",["require","exports","module"], function(require, exports, module) {
|
2
2
|
"use strict";
|
3
3
|
|
4
|
-
exports.snippetText =
|
4
|
+
exports.snippetText =undefined;
|
5
5
|
exports.scope = "csharp";
|
6
6
|
|
7
|
-
});
|
8
|
-
(function() {
|
7
|
+
}); (function() {
|
9
8
|
window.require(["ace/snippets/csharp"], function(m) {
|
10
9
|
if (typeof module == "object" && typeof exports == "object" && module) {
|
11
10
|
module.exports = m;
|
@@ -14,8 +14,7 @@ snippet synth\n\
|
|
14
14
|
";
|
15
15
|
exports.scope = "csound_document";
|
16
16
|
|
17
|
-
});
|
18
|
-
(function() {
|
17
|
+
}); (function() {
|
19
18
|
window.require(["ace/snippets/csound_document"], function(m) {
|
20
19
|
if (typeof module == "object" && typeof exports == "object" && module) {
|
21
20
|
module.exports = m;
|
@@ -51,8 +51,7 @@ snippet while\n\
|
|
51
51
|
";
|
52
52
|
exports.scope = "csound_orchestra";
|
53
53
|
|
54
|
-
});
|
55
|
-
(function() {
|
54
|
+
}); (function() {
|
56
55
|
window.require(["ace/snippets/csound_orchestra"], function(m) {
|
57
56
|
if (typeof module == "object" && typeof exports == "object" && module) {
|
58
57
|
module.exports = m;
|
@@ -1,11 +1,10 @@
|
|
1
1
|
define("ace/snippets/csound_score",["require","exports","module"], function(require, exports, module) {
|
2
2
|
"use strict";
|
3
3
|
|
4
|
-
exports.snippetText =
|
4
|
+
exports.snippetText =undefined;
|
5
5
|
exports.scope = "csound_score";
|
6
6
|
|
7
|
-
});
|
8
|
-
(function() {
|
7
|
+
}); (function() {
|
9
8
|
window.require(["ace/snippets/csound_score"], function(m) {
|
10
9
|
if (typeof module == "object" && typeof exports == "object" && module) {
|
11
10
|
module.exports = m;
|
@@ -4,8 +4,7 @@ define("ace/snippets/csp",["require","exports","module"], function(require, expo
|
|
4
4
|
exports.snippetText =undefined;
|
5
5
|
exports.scope = "";
|
6
6
|
|
7
|
-
});
|
8
|
-
(function() {
|
7
|
+
}); (function() {
|
9
8
|
window.require(["ace/snippets/csp"], function(m) {
|
10
9
|
if (typeof module == "object" && typeof exports == "object" && module) {
|
11
10
|
module.exports = m;
|
@@ -971,8 +971,7 @@ snippet zoo\n\
|
|
971
971
|
";
|
972
972
|
exports.scope = "css";
|
973
973
|
|
974
|
-
});
|
975
|
-
(function() {
|
974
|
+
}); (function() {
|
976
975
|
window.require(["ace/snippets/css"], function(m) {
|
977
976
|
if (typeof module == "object" && typeof exports == "object" && module) {
|
978
977
|
module.exports = m;
|
@@ -1,11 +1,10 @@
|
|
1
1
|
define("ace/snippets/curly",["require","exports","module"], function(require, exports, module) {
|
2
2
|
"use strict";
|
3
3
|
|
4
|
-
exports.snippetText =
|
4
|
+
exports.snippetText =undefined;
|
5
5
|
exports.scope = "curly";
|
6
6
|
|
7
|
-
});
|
8
|
-
(function() {
|
7
|
+
}); (function() {
|
9
8
|
window.require(["ace/snippets/curly"], function(m) {
|
10
9
|
if (typeof module == "object" && typeof exports == "object" && module) {
|
11
10
|
module.exports = m;
|
@@ -1,11 +1,10 @@
|
|
1
1
|
define("ace/snippets/d",["require","exports","module"], function(require, exports, module) {
|
2
2
|
"use strict";
|
3
3
|
|
4
|
-
exports.snippetText =
|
4
|
+
exports.snippetText =undefined;
|
5
5
|
exports.scope = "d";
|
6
6
|
|
7
|
-
});
|
8
|
-
(function() {
|
7
|
+
}); (function() {
|
9
8
|
window.require(["ace/snippets/d"], function(m) {
|
10
9
|
if (typeof module == "object" && typeof exports == "object" && module) {
|
11
10
|
module.exports = m;
|
@@ -15,8 +15,7 @@ snippet header DEP-3 style header\n\
|
|
15
15
|
";
|
16
16
|
exports.scope = "diff";
|
17
17
|
|
18
|
-
});
|
19
|
-
(function() {
|
18
|
+
}); (function() {
|
20
19
|
window.require(["ace/snippets/diff"], function(m) {
|
21
20
|
if (typeof module == "object" && typeof exports == "object" && module) {
|
22
21
|
module.exports = m;
|
@@ -112,8 +112,7 @@ snippet r2r\n\
|
|
112
112
|
";
|
113
113
|
exports.scope = "django";
|
114
114
|
|
115
|
-
});
|
116
|
-
(function() {
|
115
|
+
}); (function() {
|
117
116
|
window.require(["ace/snippets/django"], function(m) {
|
118
117
|
if (typeof module == "object" && typeof exports == "object" && module) {
|
119
118
|
module.exports = m;
|
@@ -1,11 +1,10 @@
|
|
1
1
|
define("ace/snippets/dockerfile",["require","exports","module"], function(require, exports, module) {
|
2
2
|
"use strict";
|
3
3
|
|
4
|
-
exports.snippetText =
|
4
|
+
exports.snippetText =undefined;
|
5
5
|
exports.scope = "dockerfile";
|
6
6
|
|
7
|
-
});
|
8
|
-
(function() {
|
7
|
+
}); (function() {
|
9
8
|
window.require(["ace/snippets/dockerfile"], function(m) {
|
10
9
|
if (typeof module == "object" && typeof exports == "object" && module) {
|
11
10
|
module.exports = m;
|
@@ -1,11 +1,10 @@
|
|
1
1
|
define("ace/snippets/dot",["require","exports","module"], function(require, exports, module) {
|
2
2
|
"use strict";
|
3
3
|
|
4
|
-
exports.snippetText =
|
4
|
+
exports.snippetText =undefined;
|
5
5
|
exports.scope = "dot";
|
6
6
|
|
7
|
-
});
|
8
|
-
(function() {
|
7
|
+
}); (function() {
|
9
8
|
window.require(["ace/snippets/dot"], function(m) {
|
10
9
|
if (typeof module == "object" && typeof exports == "object" && module) {
|
11
10
|
module.exports = m;
|