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
@@ -307,8 +307,7 @@ exports.commands = [{
|
|
307
307
|
bindKey: "Ctrl-Shift-B"
|
308
308
|
}];
|
309
309
|
|
310
|
-
});
|
311
|
-
(function() {
|
310
|
+
}); (function() {
|
312
311
|
window.require(["ace/ext/beautify"], function(m) {
|
313
312
|
if (typeof module == "object" && typeof exports == "object" && module) {
|
314
313
|
module.exports = m;
|
@@ -79,6 +79,7 @@ var ElasticTabstopsLite = function(editor) {
|
|
79
79
|
|
80
80
|
this.$cellWidthsForRow = function(row) {
|
81
81
|
var selectionColumns = this.$selectionColumnsForRow(row);
|
82
|
+
|
82
83
|
var tabs = [-1].concat(this.$tabsForRow(row));
|
83
84
|
var widths = tabs.map(function(el) { return 0; } ).slice(1);
|
84
85
|
var line = this.$editor.session.getLine(row);
|
@@ -266,8 +267,7 @@ require("../config").defineOptions(Editor.prototype, "editor", {
|
|
266
267
|
}
|
267
268
|
});
|
268
269
|
|
269
|
-
});
|
270
|
-
(function() {
|
270
|
+
}); (function() {
|
271
271
|
window.require(["ace/ext/elastic_tabstops_lite"], function(m) {
|
272
272
|
if (typeof module == "object" && typeof exports == "object" && module) {
|
273
273
|
module.exports = m;
|
@@ -125,7 +125,7 @@ var SnippetManager = function() {
|
|
125
125
|
var s = editor.session;
|
126
126
|
switch(name) {
|
127
127
|
case "CURRENT_WORD":
|
128
|
-
var r = s.getWordRange();
|
128
|
+
var r = s.getWordRange();
|
129
129
|
case "SELECTION":
|
130
130
|
case "SELECTED_TEXT":
|
131
131
|
return s.getTextRange(r);
|
@@ -272,7 +272,7 @@ var SnippetManager = function() {
|
|
272
272
|
return;
|
273
273
|
|
274
274
|
var value = tokens.slice(i + 1, i1);
|
275
|
-
var isNested = value.some(function(t) {return typeof t === "object";});
|
275
|
+
var isNested = value.some(function(t) {return typeof t === "object";});
|
276
276
|
if (isNested && !ts.value) {
|
277
277
|
ts.value = value;
|
278
278
|
} else if (value.length && (!ts.value || typeof ts.value !== "string")) {
|
@@ -975,6 +975,7 @@ AceEmmetEditor.prototype = {
|
|
975
975
|
editor.session.remove(range);
|
976
976
|
|
977
977
|
range.end = range.start;
|
978
|
+
|
978
979
|
value = this.$updateTabstops(value);
|
979
980
|
snippetManager.insertSnippet(editor, value);
|
980
981
|
},
|
@@ -1215,8 +1216,7 @@ exports.setCore = function(e) {
|
|
1215
1216
|
else
|
1216
1217
|
emmet = e;
|
1217
1218
|
};
|
1218
|
-
});
|
1219
|
-
(function() {
|
1219
|
+
}); (function() {
|
1220
1220
|
window.require(["ace/ext/emmet"], function(m) {
|
1221
1221
|
if (typeof module == "object" && typeof exports == "object" && module) {
|
1222
1222
|
module.exports = m;
|
@@ -178,8 +178,7 @@ define("ace/ext/keybinding_menu",["require","exports","module","ace/editor","ace
|
|
178
178
|
}]);
|
179
179
|
};
|
180
180
|
|
181
|
-
});
|
182
|
-
(function() {
|
181
|
+
}); (function() {
|
183
182
|
window.require(["ace/ext/keybinding_menu"], function(m) {
|
184
183
|
if (typeof module == "object" && typeof exports == "object" && module) {
|
185
184
|
module.exports = m;
|
@@ -125,7 +125,7 @@ var SnippetManager = function() {
|
|
125
125
|
var s = editor.session;
|
126
126
|
switch(name) {
|
127
127
|
case "CURRENT_WORD":
|
128
|
-
var r = s.getWordRange();
|
128
|
+
var r = s.getWordRange();
|
129
129
|
case "SELECTION":
|
130
130
|
case "SELECTED_TEXT":
|
131
131
|
return s.getTextRange(r);
|
@@ -272,7 +272,7 @@ var SnippetManager = function() {
|
|
272
272
|
return;
|
273
273
|
|
274
274
|
var value = tokens.slice(i + 1, i1);
|
275
|
-
var isNested = value.some(function(t) {return typeof t === "object";});
|
275
|
+
var isNested = value.some(function(t) {return typeof t === "object";});
|
276
276
|
if (isNested && !ts.value) {
|
277
277
|
ts.value = value;
|
278
278
|
} else if (value.length && (!ts.value || typeof ts.value !== "string")) {
|
@@ -1012,9 +1012,7 @@ var AcePopup = function(parentNode) {
|
|
1012
1012
|
var row = popup.getRow();
|
1013
1013
|
var t = popup.renderer.$textLayer;
|
1014
1014
|
var selected = t.element.childNodes[row - t.config.firstRow];
|
1015
|
-
if (selected
|
1016
|
-
return;
|
1017
|
-
if (t.selectedNode)
|
1015
|
+
if (selected !== t.selectedNode && t.selectedNode)
|
1018
1016
|
dom.removeCssClass(t.selectedNode, "ace_selected");
|
1019
1017
|
t.selectedNode = selected;
|
1020
1018
|
if (selected)
|
@@ -1072,7 +1070,7 @@ var AcePopup = function(parentNode) {
|
|
1072
1070
|
if (i != lastI && (data.matchMask & (1 << i) || i == filterText.length)) {
|
1073
1071
|
var sub = filterText.slice(lastI, i);
|
1074
1072
|
lastI = i;
|
1075
|
-
var index = lower.indexOf(sub);
|
1073
|
+
var index = lower.indexOf(sub, lastIndex);
|
1076
1074
|
if (index == -1) continue;
|
1077
1075
|
addToken(caption.slice(lastIndex, index), "");
|
1078
1076
|
lastIndex = index + sub.length;
|
@@ -1156,7 +1154,6 @@ var AcePopup = function(parentNode) {
|
|
1156
1154
|
}
|
1157
1155
|
|
1158
1156
|
el.style.display = "";
|
1159
|
-
this.renderer.$textLayer.checkForSizeChanges();
|
1160
1157
|
|
1161
1158
|
var left = pos.left;
|
1162
1159
|
if (left + el.offsetWidth > screenWidth)
|
@@ -1986,8 +1983,7 @@ require("../config").defineOptions(Editor.prototype, "editor", {
|
|
1986
1983
|
value: false
|
1987
1984
|
}
|
1988
1985
|
});
|
1989
|
-
});
|
1990
|
-
(function() {
|
1986
|
+
}); (function() {
|
1991
1987
|
window.require(["ace/ext/language_tools"], function(m) {
|
1992
1988
|
if (typeof module == "object" && typeof exports == "object" && module) {
|
1993
1989
|
module.exports = m;
|
@@ -44,6 +44,7 @@ var supportedModes = {
|
|
44
44
|
ASL: ["dsl|asl"],
|
45
45
|
Assembly_x86:["asm|a"],
|
46
46
|
AutoHotKey: ["ahk"],
|
47
|
+
Apex: ["apex|cls|trigger|tgr"],
|
47
48
|
BatchFile: ["bat|cmd"],
|
48
49
|
Bro: ["bro"],
|
49
50
|
C_Cpp: ["cpp|c|cc|cxx|h|hh|hpp|ino"],
|
@@ -74,6 +75,7 @@ var supportedModes = {
|
|
74
75
|
Forth: ["frt|fs|ldr|fth|4th"],
|
75
76
|
Fortran: ["f|f90"],
|
76
77
|
FSharp: ["fsi|fs|ml|mli|fsx|fsscript"],
|
78
|
+
FSL: ["fsl"],
|
77
79
|
FTL: ["ftl"],
|
78
80
|
Gcode: ["gcode"],
|
79
81
|
Gherkin: ["feature"],
|
@@ -130,9 +132,10 @@ var supportedModes = {
|
|
130
132
|
OCaml: ["ml|mli"],
|
131
133
|
Pascal: ["pas|p"],
|
132
134
|
Perl: ["pl|pm"],
|
135
|
+
Perl6: ["p6|pl6|pm6"],
|
133
136
|
pgSQL: ["pgsql"],
|
134
137
|
PHP_Laravel_blade: ["blade.php"],
|
135
|
-
PHP: ["php|phtml|shtml|php3|php4|php5|phps|phpt|aw|ctp|module"],
|
138
|
+
PHP: ["inc|php|phtml|shtml|php3|php4|php5|phps|phpt|aw|ctp|module"],
|
136
139
|
Puppet: ["epp|pp"],
|
137
140
|
Pig: ["pig"],
|
138
141
|
Powershell: ["ps1"],
|
@@ -173,13 +176,14 @@ var supportedModes = {
|
|
173
176
|
Textile: ["textile"],
|
174
177
|
Toml: ["toml"],
|
175
178
|
TSX: ["tsx"],
|
176
|
-
Twig: ["twig|swig"],
|
179
|
+
Twig: ["latte|twig|swig"],
|
177
180
|
Typescript: ["ts|typescript|str"],
|
178
181
|
Vala: ["vala"],
|
179
182
|
VBScript: ["vbs|vb"],
|
180
183
|
Velocity: ["vm"],
|
181
184
|
Verilog: ["v|vh|sv|svh"],
|
182
185
|
VHDL: ["vhd|vhdl"],
|
186
|
+
Visualforce: ["vfp|component|page"],
|
183
187
|
Wollok: ["wlk|wpgm|wtest"],
|
184
188
|
XML: ["xml|rdf|rss|wsdl|xslt|atom|mathml|mml|xul|xbl|xaml"],
|
185
189
|
XQuery: ["xq"],
|
@@ -199,7 +203,8 @@ var nameOverrides = {
|
|
199
203
|
HTML_Ruby: "HTML (Ruby)",
|
200
204
|
HTML_Elixir: "HTML (Elixir)",
|
201
205
|
FTL: "FreeMarker",
|
202
|
-
PHP_Laravel_blade: "PHP (Blade Template)"
|
206
|
+
PHP_Laravel_blade: "PHP (Blade Template)",
|
207
|
+
Perl6: "Perl 6"
|
203
208
|
};
|
204
209
|
var modesByName = {};
|
205
210
|
for (var name in supportedModes) {
|
@@ -217,8 +222,7 @@ module.exports = {
|
|
217
222
|
modesByName: modesByName
|
218
223
|
};
|
219
224
|
|
220
|
-
});
|
221
|
-
(function() {
|
225
|
+
}); (function() {
|
222
226
|
window.require(["ace/ext/modelist"], function(m) {
|
223
227
|
if (typeof module == "object" && typeof exports == "object" && module) {
|
224
228
|
module.exports = m;
|
@@ -160,6 +160,7 @@ var supportedModes = {
|
|
160
160
|
ASL: ["dsl|asl"],
|
161
161
|
Assembly_x86:["asm|a"],
|
162
162
|
AutoHotKey: ["ahk"],
|
163
|
+
Apex: ["apex|cls|trigger|tgr"],
|
163
164
|
BatchFile: ["bat|cmd"],
|
164
165
|
Bro: ["bro"],
|
165
166
|
C_Cpp: ["cpp|c|cc|cxx|h|hh|hpp|ino"],
|
@@ -190,6 +191,7 @@ var supportedModes = {
|
|
190
191
|
Forth: ["frt|fs|ldr|fth|4th"],
|
191
192
|
Fortran: ["f|f90"],
|
192
193
|
FSharp: ["fsi|fs|ml|mli|fsx|fsscript"],
|
194
|
+
FSL: ["fsl"],
|
193
195
|
FTL: ["ftl"],
|
194
196
|
Gcode: ["gcode"],
|
195
197
|
Gherkin: ["feature"],
|
@@ -246,9 +248,10 @@ var supportedModes = {
|
|
246
248
|
OCaml: ["ml|mli"],
|
247
249
|
Pascal: ["pas|p"],
|
248
250
|
Perl: ["pl|pm"],
|
251
|
+
Perl6: ["p6|pl6|pm6"],
|
249
252
|
pgSQL: ["pgsql"],
|
250
253
|
PHP_Laravel_blade: ["blade.php"],
|
251
|
-
PHP: ["php|phtml|shtml|php3|php4|php5|phps|phpt|aw|ctp|module"],
|
254
|
+
PHP: ["inc|php|phtml|shtml|php3|php4|php5|phps|phpt|aw|ctp|module"],
|
252
255
|
Puppet: ["epp|pp"],
|
253
256
|
Pig: ["pig"],
|
254
257
|
Powershell: ["ps1"],
|
@@ -289,13 +292,14 @@ var supportedModes = {
|
|
289
292
|
Textile: ["textile"],
|
290
293
|
Toml: ["toml"],
|
291
294
|
TSX: ["tsx"],
|
292
|
-
Twig: ["twig|swig"],
|
295
|
+
Twig: ["latte|twig|swig"],
|
293
296
|
Typescript: ["ts|typescript|str"],
|
294
297
|
Vala: ["vala"],
|
295
298
|
VBScript: ["vbs|vb"],
|
296
299
|
Velocity: ["vm"],
|
297
300
|
Verilog: ["v|vh|sv|svh"],
|
298
301
|
VHDL: ["vhd|vhdl"],
|
302
|
+
Visualforce: ["vfp|component|page"],
|
299
303
|
Wollok: ["wlk|wpgm|wtest"],
|
300
304
|
XML: ["xml|rdf|rss|wsdl|xslt|atom|mathml|mml|xul|xbl|xaml"],
|
301
305
|
XQuery: ["xq"],
|
@@ -315,7 +319,8 @@ var nameOverrides = {
|
|
315
319
|
HTML_Ruby: "HTML (Ruby)",
|
316
320
|
HTML_Elixir: "HTML (Elixir)",
|
317
321
|
FTL: "FreeMarker",
|
318
|
-
PHP_Laravel_blade: "PHP (Blade Template)"
|
322
|
+
PHP_Laravel_blade: "PHP (Blade Template)",
|
323
|
+
Perl6: "Perl 6"
|
319
324
|
};
|
320
325
|
var modesByName = {};
|
321
326
|
for (var name in supportedModes) {
|
@@ -335,9 +340,8 @@ module.exports = {
|
|
335
340
|
|
336
341
|
});
|
337
342
|
|
338
|
-
define("ace/ext/themelist",["require","exports","module"
|
343
|
+
define("ace/ext/themelist",["require","exports","module"], function(require, exports, module) {
|
339
344
|
"use strict";
|
340
|
-
require("ace/lib/fixoldbrowsers");
|
341
345
|
|
342
346
|
var themeData = [
|
343
347
|
["Chrome" ],
|
@@ -739,8 +743,7 @@ var OptionPanel = function(editor, element) {
|
|
739
743
|
|
740
744
|
exports.OptionPanel = OptionPanel;
|
741
745
|
|
742
|
-
});
|
743
|
-
(function() {
|
746
|
+
}); (function() {
|
744
747
|
window.require(["ace/ext/options"], function(m) {
|
745
748
|
if (typeof module == "object" && typeof exports == "object" && module) {
|
746
749
|
module.exports = m;
|
@@ -4,7 +4,8 @@ define("ace/ext/searchbox",["require","exports","module","ace/lib/dom","ace/lib/
|
|
4
4
|
var dom = require("../lib/dom");
|
5
5
|
var lang = require("../lib/lang");
|
6
6
|
var event = require("../lib/event");
|
7
|
-
var searchboxCss = "
|
7
|
+
var searchboxCss = "\
|
8
|
+
.ace_search {\
|
8
9
|
background-color: #ddd;\
|
9
10
|
color: #666;\
|
10
11
|
border: 1px solid #cbcbcb;\
|
@@ -286,6 +287,8 @@ var SearchBox = function(editor, range, showReplaceForm) {
|
|
286
287
|
sb.searchInput.focus();
|
287
288
|
},
|
288
289
|
"Ctrl-H|Command-Option-F": function(sb) {
|
290
|
+
if (sb.editor.getReadOnly())
|
291
|
+
return;
|
289
292
|
sb.replaceOption.checked = true;
|
290
293
|
sb.$syncOptions();
|
291
294
|
sb.replaceInput.focus();
|
@@ -372,7 +375,9 @@ var SearchBox = function(editor, range, showReplaceForm) {
|
|
372
375
|
dom.setCssClass(this.regExpOption, "checked", this.regExpOption.checked);
|
373
376
|
dom.setCssClass(this.wholeWordOption, "checked", this.wholeWordOption.checked);
|
374
377
|
dom.setCssClass(this.caseSensitiveOption, "checked", this.caseSensitiveOption.checked);
|
375
|
-
|
378
|
+
var readOnly = this.editor.getReadOnly();
|
379
|
+
this.replaceOption.style.display = readOnly ? "none" : "";
|
380
|
+
this.replaceBox.style.display = this.replaceOption.checked && !readOnly ? "" : "none";
|
376
381
|
this.find(false, false, preventScroll);
|
377
382
|
};
|
378
383
|
|
@@ -501,8 +506,7 @@ exports.Search = function(editor, isReplace) {
|
|
501
506
|
sb.show(editor.session.getTextRange(), isReplace);
|
502
507
|
};
|
503
508
|
|
504
|
-
});
|
505
|
-
(function() {
|
509
|
+
}); (function() {
|
506
510
|
window.require(["ace/ext/searchbox"], function(m) {
|
507
511
|
if (typeof module == "object" && typeof exports == "object" && module) {
|
508
512
|
module.exports = m;
|
@@ -160,6 +160,7 @@ var supportedModes = {
|
|
160
160
|
ASL: ["dsl|asl"],
|
161
161
|
Assembly_x86:["asm|a"],
|
162
162
|
AutoHotKey: ["ahk"],
|
163
|
+
Apex: ["apex|cls|trigger|tgr"],
|
163
164
|
BatchFile: ["bat|cmd"],
|
164
165
|
Bro: ["bro"],
|
165
166
|
C_Cpp: ["cpp|c|cc|cxx|h|hh|hpp|ino"],
|
@@ -190,6 +191,7 @@ var supportedModes = {
|
|
190
191
|
Forth: ["frt|fs|ldr|fth|4th"],
|
191
192
|
Fortran: ["f|f90"],
|
192
193
|
FSharp: ["fsi|fs|ml|mli|fsx|fsscript"],
|
194
|
+
FSL: ["fsl"],
|
193
195
|
FTL: ["ftl"],
|
194
196
|
Gcode: ["gcode"],
|
195
197
|
Gherkin: ["feature"],
|
@@ -246,9 +248,10 @@ var supportedModes = {
|
|
246
248
|
OCaml: ["ml|mli"],
|
247
249
|
Pascal: ["pas|p"],
|
248
250
|
Perl: ["pl|pm"],
|
251
|
+
Perl6: ["p6|pl6|pm6"],
|
249
252
|
pgSQL: ["pgsql"],
|
250
253
|
PHP_Laravel_blade: ["blade.php"],
|
251
|
-
PHP: ["php|phtml|shtml|php3|php4|php5|phps|phpt|aw|ctp|module"],
|
254
|
+
PHP: ["inc|php|phtml|shtml|php3|php4|php5|phps|phpt|aw|ctp|module"],
|
252
255
|
Puppet: ["epp|pp"],
|
253
256
|
Pig: ["pig"],
|
254
257
|
Powershell: ["ps1"],
|
@@ -289,13 +292,14 @@ var supportedModes = {
|
|
289
292
|
Textile: ["textile"],
|
290
293
|
Toml: ["toml"],
|
291
294
|
TSX: ["tsx"],
|
292
|
-
Twig: ["twig|swig"],
|
295
|
+
Twig: ["latte|twig|swig"],
|
293
296
|
Typescript: ["ts|typescript|str"],
|
294
297
|
Vala: ["vala"],
|
295
298
|
VBScript: ["vbs|vb"],
|
296
299
|
Velocity: ["vm"],
|
297
300
|
Verilog: ["v|vh|sv|svh"],
|
298
301
|
VHDL: ["vhd|vhdl"],
|
302
|
+
Visualforce: ["vfp|component|page"],
|
299
303
|
Wollok: ["wlk|wpgm|wtest"],
|
300
304
|
XML: ["xml|rdf|rss|wsdl|xslt|atom|mathml|mml|xul|xbl|xaml"],
|
301
305
|
XQuery: ["xq"],
|
@@ -315,7 +319,8 @@ var nameOverrides = {
|
|
315
319
|
HTML_Ruby: "HTML (Ruby)",
|
316
320
|
HTML_Elixir: "HTML (Elixir)",
|
317
321
|
FTL: "FreeMarker",
|
318
|
-
PHP_Laravel_blade: "PHP (Blade Template)"
|
322
|
+
PHP_Laravel_blade: "PHP (Blade Template)",
|
323
|
+
Perl6: "Perl 6"
|
319
324
|
};
|
320
325
|
var modesByName = {};
|
321
326
|
for (var name in supportedModes) {
|
@@ -335,9 +340,8 @@ module.exports = {
|
|
335
340
|
|
336
341
|
});
|
337
342
|
|
338
|
-
define("ace/ext/themelist",["require","exports","module"
|
343
|
+
define("ace/ext/themelist",["require","exports","module"], function(require, exports, module) {
|
339
344
|
"use strict";
|
340
|
-
require("ace/lib/fixoldbrowsers");
|
341
345
|
|
342
346
|
var themeData = [
|
343
347
|
["Chrome" ],
|
@@ -760,8 +764,7 @@ module.exports.init = function(editor) {
|
|
760
764
|
showSettingsMenu(this);
|
761
765
|
};
|
762
766
|
};
|
763
|
-
});
|
764
|
-
(function() {
|
767
|
+
}); (function() {
|
765
768
|
window.require(["ace/ext/settings_menu"], function(m) {
|
766
769
|
if (typeof module == "object" && typeof exports == "object" && module) {
|
767
770
|
module.exports = m;
|
@@ -64,8 +64,7 @@ require("../config").defineOptions(Editor.prototype, "editor", {
|
|
64
64
|
}
|
65
65
|
});
|
66
66
|
|
67
|
-
});
|
68
|
-
(function() {
|
67
|
+
}); (function() {
|
69
68
|
window.require(["ace/ext/spellcheck"], function(m) {
|
70
69
|
if (typeof module == "object" && typeof exports == "object" && module) {
|
71
70
|
module.exports = m;
|
@@ -197,8 +197,7 @@ define("ace/ext/split",["require","exports","module","ace/split"], function(requ
|
|
197
197
|
"use strict";
|
198
198
|
module.exports = require("../split");
|
199
199
|
|
200
|
-
});
|
201
|
-
(function() {
|
200
|
+
}); (function() {
|
202
201
|
window.require(["ace/ext/split"], function(m) {
|
203
202
|
if (typeof module == "object" && typeof exports == "object" && module) {
|
204
203
|
module.exports = m;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
define("ace/ext/static_highlight",["require","exports","module","ace/edit_session","ace/layer/text","ace/config","ace/lib/dom"], function(require, exports, module) {
|
1
|
+
define("ace/ext/static_highlight",["require","exports","module","ace/edit_session","ace/layer/text","ace/config","ace/lib/dom","ace/lib/lang"], function(require, exports, module) {
|
2
2
|
"use strict";
|
3
3
|
|
4
4
|
var EditSession = require("../edit_session").EditSession;
|
@@ -13,6 +13,7 @@ width: 2em;\
|
|
13
13
|
text-align: right;\
|
14
14
|
padding: 0 3px 0 0;\
|
15
15
|
margin-right: 3px;\
|
16
|
+
contain: none;\
|
16
17
|
}\
|
17
18
|
.ace_static_highlight.ace_show_gutter .ace_line {\
|
18
19
|
padding-left: 2.6em;\
|
@@ -38,6 +39,7 @@ counter-reset: ace_line;\
|
|
38
39
|
";
|
39
40
|
var config = require("../config");
|
40
41
|
var dom = require("../lib/dom");
|
42
|
+
var escapeHTML = require("../lib/lang").escapeHTML;
|
41
43
|
|
42
44
|
function Element(type) {
|
43
45
|
this.type = type;
|
@@ -64,10 +66,11 @@ Element.prototype.toString = function() {
|
|
64
66
|
stringBuilder.push(" style='", styleStr.join(""), "'");
|
65
67
|
stringBuilder.push(">");
|
66
68
|
}
|
67
|
-
|
68
|
-
if (this.textContent)
|
69
|
+
|
70
|
+
if (this.textContent) {
|
69
71
|
stringBuilder.push(this.textContent);
|
70
|
-
|
72
|
+
}
|
73
|
+
|
71
74
|
if (this.type != "fragment") {
|
72
75
|
stringBuilder.push("</", this.type, ">");
|
73
76
|
}
|
@@ -78,7 +81,7 @@ Element.prototype.toString = function() {
|
|
78
81
|
|
79
82
|
var simpleDom = {
|
80
83
|
createTextNode: function(textContent, element) {
|
81
|
-
return textContent;
|
84
|
+
return escapeHTML(textContent);
|
82
85
|
},
|
83
86
|
createElement: function(type) {
|
84
87
|
return new Element(type);
|
@@ -198,10 +201,11 @@ highlight.renderSync = function(input, mode, theme, lineStart, disableGutter) {
|
|
198
201
|
if (!disableGutter) {
|
199
202
|
var gutterEl = simpleDom.createElement("span");
|
200
203
|
gutterEl.className ="ace_gutter ace_gutter-cell";
|
201
|
-
gutterEl.textContent = "";
|
204
|
+
gutterEl.textContent = "";
|
202
205
|
lineEl.appendChild(gutterEl);
|
203
206
|
}
|
204
207
|
textLayer.$renderLine(lineEl, ix, false);
|
208
|
+
lineEl.textContent += "\n";
|
205
209
|
innerEl.appendChild(lineEl);
|
206
210
|
}
|
207
211
|
outerEl.appendChild(innerEl);
|
@@ -215,8 +219,7 @@ highlight.renderSync = function(input, mode, theme, lineStart, disableGutter) {
|
|
215
219
|
|
216
220
|
module.exports = highlight;
|
217
221
|
module.exports.highlight = highlight;
|
218
|
-
});
|
219
|
-
(function() {
|
222
|
+
}); (function() {
|
220
223
|
window.require(["ace/ext/static_highlight"], function(m) {
|
221
224
|
if (typeof module == "object" && typeof exports == "object" && module) {
|
222
225
|
module.exports = m;
|