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
@@ -92,6 +92,7 @@ var JavaScriptHighlightRules = function(options) {
|
|
92
92
|
"3[0-7][0-7]?|" + // oct
|
93
93
|
"[4-7][0-7]?|" + //oct
|
94
94
|
".)";
|
95
|
+
|
95
96
|
this.$rules = {
|
96
97
|
"no_regex" : [
|
97
98
|
DocCommentHighlightRules.getStartRule("doc-start"),
|
@@ -813,6 +814,7 @@ var CssHighlightRules = function() {
|
|
813
814
|
"support.constant.color": supportConstantColor,
|
814
815
|
"support.constant.fonts": supportConstantFonts
|
815
816
|
}, "text", true);
|
817
|
+
|
816
818
|
this.$rules = {
|
817
819
|
"start" : [{
|
818
820
|
include : ["strings", "url", "comments"]
|
@@ -2611,8 +2613,7 @@ oop.inherits(Mode, HtmlMode);
|
|
2611
2613
|
}).call(Mode.prototype);
|
2612
2614
|
|
2613
2615
|
exports.Mode = Mode;
|
2614
|
-
});
|
2615
|
-
(function() {
|
2616
|
+
}); (function() {
|
2616
2617
|
window.require(["ace/mode/handlebars"], function(m) {
|
2617
2618
|
if (typeof module == "object" && typeof exports == "object" && module) {
|
2618
2619
|
module.exports = m;
|
@@ -5,6 +5,7 @@ var oop = require("../lib/oop");
|
|
5
5
|
var TextHighlightRules = require("./text_highlight_rules").TextHighlightRules;
|
6
6
|
|
7
7
|
var HaskellHighlightRules = function() {
|
8
|
+
|
8
9
|
this.$rules = { start:
|
9
10
|
[ { token:
|
10
11
|
[ 'punctuation.definition.entity.haskell',
|
@@ -368,8 +369,7 @@ oop.inherits(Mode, TextMode);
|
|
368
369
|
}).call(Mode.prototype);
|
369
370
|
|
370
371
|
exports.Mode = Mode;
|
371
|
-
});
|
372
|
-
(function() {
|
372
|
+
}); (function() {
|
373
373
|
window.require(["ace/mode/haskell"], function(m) {
|
374
374
|
if (typeof module == "object" && typeof exports == "object" && module) {
|
375
375
|
module.exports = m;
|
@@ -131,8 +131,7 @@ oop.inherits(Mode, TextMode);
|
|
131
131
|
}).call(Mode.prototype);
|
132
132
|
|
133
133
|
exports.Mode = Mode;
|
134
|
-
});
|
135
|
-
(function() {
|
134
|
+
}); (function() {
|
136
135
|
window.require(["ace/mode/haskell_cabal"], function(m) {
|
137
136
|
if (typeof module == "object" && typeof exports == "object" && module) {
|
138
137
|
module.exports = m;
|
@@ -71,6 +71,7 @@ var HaxeHighlightRules = function() {
|
|
71
71
|
"keyword": keywords,
|
72
72
|
"constant.language": buildinConstants
|
73
73
|
}, "identifier");
|
74
|
+
|
74
75
|
this.$rules = {
|
75
76
|
"start" : [
|
76
77
|
{
|
@@ -375,8 +376,7 @@ oop.inherits(Mode, TextMode);
|
|
375
376
|
}).call(Mode.prototype);
|
376
377
|
|
377
378
|
exports.Mode = Mode;
|
378
|
-
});
|
379
|
-
(function() {
|
379
|
+
}); (function() {
|
380
380
|
window.require(["ace/mode/haxe"], function(m) {
|
381
381
|
if (typeof module == "object" && typeof exports == "object" && module) {
|
382
382
|
module.exports = m;
|
@@ -5,6 +5,7 @@ var oop = require("../lib/oop");
|
|
5
5
|
var TextHighlightRules = require("./text_highlight_rules").TextHighlightRules;
|
6
6
|
|
7
7
|
var HjsonHighlightRules = function() {
|
8
|
+
|
8
9
|
this.$rules = {
|
9
10
|
start: [{
|
10
11
|
include: "#comments"
|
@@ -342,8 +343,7 @@ oop.inherits(Mode, TextMode);
|
|
342
343
|
}).call(Mode.prototype);
|
343
344
|
|
344
345
|
exports.Mode = Mode;
|
345
|
-
});
|
346
|
-
(function() {
|
346
|
+
}); (function() {
|
347
347
|
window.require(["ace/mode/hjson"], function(m) {
|
348
348
|
if (typeof module == "object" && typeof exports == "object" && module) {
|
349
349
|
module.exports = m;
|
@@ -92,6 +92,7 @@ var JavaScriptHighlightRules = function(options) {
|
|
92
92
|
"3[0-7][0-7]?|" + // oct
|
93
93
|
"[4-7][0-7]?|" + //oct
|
94
94
|
".)";
|
95
|
+
|
95
96
|
this.$rules = {
|
96
97
|
"no_regex" : [
|
97
98
|
DocCommentHighlightRules.getStartRule("doc-start"),
|
@@ -813,6 +814,7 @@ var CssHighlightRules = function() {
|
|
813
814
|
"support.constant.color": supportConstantColor,
|
814
815
|
"support.constant.fonts": supportConstantFonts
|
815
816
|
}, "text", true);
|
817
|
+
|
816
818
|
this.$rules = {
|
817
819
|
"start" : [{
|
818
820
|
include : ["strings", "url", "comments"]
|
@@ -2498,8 +2500,7 @@ oop.inherits(Mode, TextMode);
|
|
2498
2500
|
}).call(Mode.prototype);
|
2499
2501
|
|
2500
2502
|
exports.Mode = Mode;
|
2501
|
-
});
|
2502
|
-
(function() {
|
2503
|
+
}); (function() {
|
2503
2504
|
window.require(["ace/mode/html"], function(m) {
|
2504
2505
|
if (typeof module == "object" && typeof exports == "object" && module) {
|
2505
2506
|
module.exports = m;
|
@@ -23,6 +23,7 @@ var CssHighlightRules = function() {
|
|
23
23
|
"support.constant.color": supportConstantColor,
|
24
24
|
"support.constant.fonts": supportConstantFonts
|
25
25
|
}, "text", true);
|
26
|
+
|
26
27
|
this.$rules = {
|
27
28
|
"start" : [{
|
28
29
|
include : ["strings", "url", "comments"]
|
@@ -286,6 +287,7 @@ var JavaScriptHighlightRules = function(options) {
|
|
286
287
|
"3[0-7][0-7]?|" + // oct
|
287
288
|
"[4-7][0-7]?|" + //oct
|
288
289
|
".)";
|
290
|
+
|
289
291
|
this.$rules = {
|
290
292
|
"no_regex" : [
|
291
293
|
DocCommentHighlightRules.getStartRule("doc-start"),
|
@@ -1007,6 +1009,7 @@ var oop = require("../lib/oop");
|
|
1007
1009
|
var TextHighlightRules = require("./text_highlight_rules").TextHighlightRules;
|
1008
1010
|
|
1009
1011
|
var ElixirHighlightRules = function() {
|
1012
|
+
|
1010
1013
|
this.$rules = { start:
|
1011
1014
|
[ { token:
|
1012
1015
|
[ 'meta.module.elixir',
|
@@ -3076,8 +3079,7 @@ oop.inherits(Mode, HtmlMode);
|
|
3076
3079
|
}).call(Mode.prototype);
|
3077
3080
|
|
3078
3081
|
exports.Mode = Mode;
|
3079
|
-
});
|
3080
|
-
(function() {
|
3082
|
+
}); (function() {
|
3081
3083
|
window.require(["ace/mode/html_elixir"], function(m) {
|
3082
3084
|
if (typeof module == "object" && typeof exports == "object" && module) {
|
3083
3085
|
module.exports = m;
|
@@ -23,6 +23,7 @@ var CssHighlightRules = function() {
|
|
23
23
|
"support.constant.color": supportConstantColor,
|
24
24
|
"support.constant.fonts": supportConstantFonts
|
25
25
|
}, "text", true);
|
26
|
+
|
26
27
|
this.$rules = {
|
27
28
|
"start" : [{
|
28
29
|
include : ["strings", "url", "comments"]
|
@@ -286,6 +287,7 @@ var JavaScriptHighlightRules = function(options) {
|
|
286
287
|
"3[0-7][0-7]?|" + // oct
|
287
288
|
"[4-7][0-7]?|" + //oct
|
288
289
|
".)";
|
290
|
+
|
289
291
|
this.$rules = {
|
290
292
|
"no_regex" : [
|
291
293
|
DocCommentHighlightRules.getStartRule("doc-start"),
|
@@ -1098,6 +1100,7 @@ var RubyHighlightRules = function() {
|
|
1098
1100
|
"support.function": builtinFunctions,
|
1099
1101
|
"invalid.deprecated": "debugger" // TODO is this a remnant from js mode?
|
1100
1102
|
}, "identifier");
|
1103
|
+
|
1101
1104
|
this.$rules = {
|
1102
1105
|
"start" : [
|
1103
1106
|
{
|
@@ -1176,6 +1179,7 @@ var RubyHighlightRules = function() {
|
|
1176
1179
|
defaultToken: "string"
|
1177
1180
|
}]
|
1178
1181
|
}],
|
1182
|
+
|
1179
1183
|
{
|
1180
1184
|
token : "text", // namespaces aren't symbols
|
1181
1185
|
regex : "::"
|
@@ -3032,8 +3036,7 @@ oop.inherits(Mode, HtmlMode);
|
|
3032
3036
|
}).call(Mode.prototype);
|
3033
3037
|
|
3034
3038
|
exports.Mode = Mode;
|
3035
|
-
});
|
3036
|
-
(function() {
|
3039
|
+
}); (function() {
|
3037
3040
|
window.require(["ace/mode/html_ruby"], function(m) {
|
3038
3041
|
if (typeof module == "object" && typeof exports == "object" && module) {
|
3039
3042
|
module.exports = m;
|
@@ -152,8 +152,7 @@ oop.inherits(Mode, TextMode);
|
|
152
152
|
}).call(Mode.prototype);
|
153
153
|
|
154
154
|
exports.Mode = Mode;
|
155
|
-
});
|
156
|
-
(function() {
|
155
|
+
}); (function() {
|
157
156
|
window.require(["ace/mode/ini"], function(m) {
|
158
157
|
if (typeof module == "object" && typeof exports == "object" && module) {
|
159
158
|
module.exports = m;
|
@@ -5,6 +5,7 @@ var oop = require("../lib/oop");
|
|
5
5
|
var TextHighlightRules = require("./text_highlight_rules").TextHighlightRules;
|
6
6
|
|
7
7
|
var IoHighlightRules = function() {
|
8
|
+
|
8
9
|
this.$rules = { start:
|
9
10
|
[ { token: [ 'text', 'meta.empty-parenthesis.io' ],
|
10
11
|
regex: '(\\()(\\))',
|
@@ -242,8 +243,7 @@ oop.inherits(Mode, TextMode);
|
|
242
243
|
}).call(Mode.prototype);
|
243
244
|
|
244
245
|
exports.Mode = Mode;
|
245
|
-
});
|
246
|
-
(function() {
|
246
|
+
}); (function() {
|
247
247
|
window.require(["ace/mode/io"], function(m) {
|
248
248
|
if (typeof module == "object" && typeof exports == "object" && module) {
|
249
249
|
module.exports = m;
|
@@ -336,8 +336,7 @@ oop.inherits(Mode, TextMode);
|
|
336
336
|
}).call(Mode.prototype);
|
337
337
|
|
338
338
|
exports.Mode = Mode;
|
339
|
-
});
|
340
|
-
(function() {
|
339
|
+
}); (function() {
|
341
340
|
window.require(["ace/mode/jack"], function(m) {
|
342
341
|
if (typeof module == "object" && typeof exports == "object" && module) {
|
343
342
|
module.exports = m;
|
@@ -23,6 +23,7 @@ var CssHighlightRules = function() {
|
|
23
23
|
"support.constant.color": supportConstantColor,
|
24
24
|
"support.constant.fonts": supportConstantFonts
|
25
25
|
}, "text", true);
|
26
|
+
|
26
27
|
this.$rules = {
|
27
28
|
"start" : [{
|
28
29
|
include : ["strings", "url", "comments"]
|
@@ -286,6 +287,7 @@ var JavaScriptHighlightRules = function(options) {
|
|
286
287
|
"3[0-7][0-7]?|" + // oct
|
287
288
|
"[4-7][0-7]?|" + //oct
|
288
289
|
".)";
|
290
|
+
|
289
291
|
this.$rules = {
|
290
292
|
"no_regex" : [
|
291
293
|
DocCommentHighlightRules.getStartRule("doc-start"),
|
@@ -1187,77 +1189,17 @@ oop.inherits(MarkdownHighlightRules, TextHighlightRules);
|
|
1187
1189
|
exports.MarkdownHighlightRules = MarkdownHighlightRules;
|
1188
1190
|
});
|
1189
1191
|
|
1190
|
-
define("ace/mode/scss_highlight_rules",["require","exports","module","ace/lib/oop","ace/lib/lang","ace/mode/text_highlight_rules"], function(require, exports, module) {
|
1192
|
+
define("ace/mode/scss_highlight_rules",["require","exports","module","ace/lib/oop","ace/lib/lang","ace/mode/text_highlight_rules","ace/mode/css_highlight_rules"], function(require, exports, module) {
|
1191
1193
|
"use strict";
|
1192
1194
|
|
1193
1195
|
var oop = require("../lib/oop");
|
1194
1196
|
var lang = require("../lib/lang");
|
1195
1197
|
var TextHighlightRules = require("./text_highlight_rules").TextHighlightRules;
|
1198
|
+
var CssHighlightRules = require("./css_highlight_rules");
|
1196
1199
|
|
1197
1200
|
var ScssHighlightRules = function() {
|
1198
1201
|
|
1199
|
-
var properties = lang.arrayToMap(
|
1200
|
-
|
1201
|
-
var browserPrefix = ("-webkit-|-moz-|-o-|-ms-|-svg-|-pie-|-khtml-").split("|");
|
1202
|
-
|
1203
|
-
var prefixProperties = ("appearance|background-clip|background-inline-policy|background-origin|" +
|
1204
|
-
"background-size|binding|border-bottom-colors|border-left-colors|" +
|
1205
|
-
"border-right-colors|border-top-colors|border-end|border-end-color|" +
|
1206
|
-
"border-end-style|border-end-width|border-image|border-start|" +
|
1207
|
-
"border-start-color|border-start-style|border-start-width|box-align|" +
|
1208
|
-
"box-direction|box-flex|box-flexgroup|box-ordinal-group|box-orient|" +
|
1209
|
-
"box-pack|box-sizing|column-count|column-gap|column-width|column-rule|" +
|
1210
|
-
"column-rule-width|column-rule-style|column-rule-color|float-edge|" +
|
1211
|
-
"font-feature-settings|font-language-override|force-broken-image-icon|" +
|
1212
|
-
"image-region|margin-end|margin-start|opacity|outline|outline-color|" +
|
1213
|
-
"outline-offset|outline-radius|outline-radius-bottomleft|" +
|
1214
|
-
"outline-radius-bottomright|outline-radius-topleft|outline-radius-topright|" +
|
1215
|
-
"outline-style|outline-width|padding-end|padding-start|stack-sizing|" +
|
1216
|
-
"tab-size|text-blink|text-decoration-color|text-decoration-line|" +
|
1217
|
-
"text-decoration-style|transform|transform-origin|transition|" +
|
1218
|
-
"transition-delay|transition-duration|transition-property|" +
|
1219
|
-
"transition-timing-function|user-focus|user-input|user-modify|user-select|" +
|
1220
|
-
"window-shadow|border-radius").split("|");
|
1221
|
-
|
1222
|
-
var properties = ("azimuth|background-attachment|background-color|background-image|" +
|
1223
|
-
"background-position|background-repeat|background|border-bottom-color|" +
|
1224
|
-
"border-bottom-style|border-bottom-width|border-bottom|border-collapse|" +
|
1225
|
-
"border-color|border-left-color|border-left-style|border-left-width|" +
|
1226
|
-
"border-left|border-right-color|border-right-style|border-right-width|" +
|
1227
|
-
"border-right|border-spacing|border-style|border-top-color|" +
|
1228
|
-
"border-top-style|border-top-width|border-top|border-width|border|bottom|" +
|
1229
|
-
"box-shadow|box-sizing|caption-side|clear|clip|color|content|counter-increment|" +
|
1230
|
-
"counter-reset|cue-after|cue-before|cue|cursor|direction|display|" +
|
1231
|
-
"elevation|empty-cells|float|font-family|font-size-adjust|font-size|" +
|
1232
|
-
"font-stretch|font-style|font-variant|font-weight|font|height|left|" +
|
1233
|
-
"letter-spacing|line-height|list-style-image|list-style-position|" +
|
1234
|
-
"list-style-type|list-style|margin-bottom|margin-left|margin-right|" +
|
1235
|
-
"margin-top|marker-offset|margin|marks|max-height|max-width|min-height|" +
|
1236
|
-
"min-width|opacity|orphans|outline-color|" +
|
1237
|
-
"outline-style|outline-width|outline|overflow|overflow-x|overflow-y|padding-bottom|" +
|
1238
|
-
"padding-left|padding-right|padding-top|padding|page-break-after|" +
|
1239
|
-
"page-break-before|page-break-inside|page|pause-after|pause-before|" +
|
1240
|
-
"pause|pitch-range|pitch|play-during|position|quotes|richness|right|" +
|
1241
|
-
"size|speak-header|speak-numeral|speak-punctuation|speech-rate|speak|" +
|
1242
|
-
"stress|table-layout|text-align|text-decoration|text-indent|" +
|
1243
|
-
"text-shadow|text-transform|top|unicode-bidi|vertical-align|" +
|
1244
|
-
"visibility|voice-family|volume|white-space|widows|width|word-spacing|" +
|
1245
|
-
"z-index").split("|");
|
1246
|
-
var ret = [];
|
1247
|
-
for (var i=0, ln=browserPrefix.length; i<ln; i++) {
|
1248
|
-
Array.prototype.push.apply(
|
1249
|
-
ret,
|
1250
|
-
(( browserPrefix[i] + prefixProperties.join("|" + browserPrefix[i]) ).split("|"))
|
1251
|
-
);
|
1252
|
-
}
|
1253
|
-
Array.prototype.push.apply(ret, prefixProperties);
|
1254
|
-
Array.prototype.push.apply(ret, properties);
|
1255
|
-
|
1256
|
-
return ret;
|
1257
|
-
|
1258
|
-
})() );
|
1259
|
-
|
1260
|
-
|
1202
|
+
var properties = lang.arrayToMap(CssHighlightRules.supportType.split("|"));
|
1261
1203
|
|
1262
1204
|
var functions = lang.arrayToMap(
|
1263
1205
|
("hsl|hsla|rgb|rgba|url|attr|counter|counters|abs|adjust_color|adjust_hue|" +
|
@@ -1267,56 +1209,9 @@ var ScssHighlightRules = function() {
|
|
1267
1209
|
"scale_color|transparentize|type_of|unit|unitless|unquote").split("|")
|
1268
1210
|
);
|
1269
1211
|
|
1270
|
-
var constants = lang.arrayToMap(
|
1271
|
-
("absolute|all-scroll|always|armenian|auto|baseline|below|bidi-override|" +
|
1272
|
-
"block|bold|bolder|border-box|both|bottom|break-all|break-word|capitalize|center|" +
|
1273
|
-
"char|circle|cjk-ideographic|col-resize|collapse|content-box|crosshair|dashed|" +
|
1274
|
-
"decimal-leading-zero|decimal|default|disabled|disc|" +
|
1275
|
-
"distribute-all-lines|distribute-letter|distribute-space|" +
|
1276
|
-
"distribute|dotted|double|e-resize|ellipsis|fixed|georgian|groove|" +
|
1277
|
-
"hand|hebrew|help|hidden|hiragana-iroha|hiragana|horizontal|" +
|
1278
|
-
"ideograph-alpha|ideograph-numeric|ideograph-parenthesis|" +
|
1279
|
-
"ideograph-space|inactive|inherit|inline-block|inline|inset|inside|" +
|
1280
|
-
"inter-ideograph|inter-word|italic|justify|katakana-iroha|katakana|" +
|
1281
|
-
"keep-all|left|lighter|line-edge|line-through|line|list-item|loose|" +
|
1282
|
-
"lower-alpha|lower-greek|lower-latin|lower-roman|lowercase|lr-tb|ltr|" +
|
1283
|
-
"medium|middle|move|n-resize|ne-resize|newspaper|no-drop|no-repeat|" +
|
1284
|
-
"nw-resize|none|normal|not-allowed|nowrap|oblique|outset|outside|" +
|
1285
|
-
"overline|pointer|progress|relative|repeat-x|repeat-y|repeat|right|" +
|
1286
|
-
"ridge|row-resize|rtl|s-resize|scroll|se-resize|separate|small-caps|" +
|
1287
|
-
"solid|square|static|strict|super|sw-resize|table-footer-group|" +
|
1288
|
-
"table-header-group|tb-rl|text-bottom|text-top|text|thick|thin|top|" +
|
1289
|
-
"transparent|underline|upper-alpha|upper-latin|upper-roman|uppercase|" +
|
1290
|
-
"vertical-ideographic|vertical-text|visible|w-resize|wait|whitespace|" +
|
1291
|
-
"zero").split("|")
|
1292
|
-
);
|
1212
|
+
var constants = lang.arrayToMap(CssHighlightRules.supportConstant.split("|"));
|
1293
1213
|
|
1294
|
-
var colors = lang.arrayToMap(
|
1295
|
-
("aliceblue|antiquewhite|aqua|aquamarine|azure|beige|bisque|black|" +
|
1296
|
-
"blanchedalmond|blue|blueviolet|brown|burlywood|cadetblue|" +
|
1297
|
-
"chartreuse|chocolate|coral|cornflowerblue|cornsilk|crimson|cyan|" +
|
1298
|
-
"darkblue|darkcyan|darkgoldenrod|darkgray|darkgreen|darkgrey|" +
|
1299
|
-
"darkkhaki|darkmagenta|darkolivegreen|darkorange|darkorchid|darkred|" +
|
1300
|
-
"darksalmon|darkseagreen|darkslateblue|darkslategray|darkslategrey|" +
|
1301
|
-
"darkturquoise|darkviolet|deeppink|deepskyblue|dimgray|dimgrey|" +
|
1302
|
-
"dodgerblue|firebrick|floralwhite|forestgreen|fuchsia|gainsboro|" +
|
1303
|
-
"ghostwhite|gold|goldenrod|gray|green|greenyellow|grey|honeydew|" +
|
1304
|
-
"hotpink|indianred|indigo|ivory|khaki|lavender|lavenderblush|" +
|
1305
|
-
"lawngreen|lemonchiffon|lightblue|lightcoral|lightcyan|" +
|
1306
|
-
"lightgoldenrodyellow|lightgray|lightgreen|lightgrey|lightpink|" +
|
1307
|
-
"lightsalmon|lightseagreen|lightskyblue|lightslategray|" +
|
1308
|
-
"lightslategrey|lightsteelblue|lightyellow|lime|limegreen|linen|" +
|
1309
|
-
"magenta|maroon|mediumaquamarine|mediumblue|mediumorchid|" +
|
1310
|
-
"mediumpurple|mediumseagreen|mediumslateblue|mediumspringgreen|" +
|
1311
|
-
"mediumturquoise|mediumvioletred|midnightblue|mintcream|mistyrose|" +
|
1312
|
-
"moccasin|navajowhite|navy|oldlace|olive|olivedrab|orange|orangered|" +
|
1313
|
-
"orchid|palegoldenrod|palegreen|paleturquoise|palevioletred|" +
|
1314
|
-
"papayawhip|peachpuff|peru|pink|plum|powderblue|purple|rebeccapurple|" +
|
1315
|
-
"red|rosybrown|royalblue|saddlebrown|salmon|sandybrown|seagreen|" +
|
1316
|
-
"seashell|sienna|silver|skyblue|slateblue|slategray|slategrey|snow|" +
|
1317
|
-
"springgreen|steelblue|tan|teal|thistle|tomato|turquoise|violet|" +
|
1318
|
-
"wheat|white|whitesmoke|yellow|yellowgreen").split("|")
|
1319
|
-
);
|
1214
|
+
var colors = lang.arrayToMap(CssHighlightRules.supportConstantColor.split("|"));
|
1320
1215
|
|
1321
1216
|
var keywords = lang.arrayToMap(
|
1322
1217
|
("@mixin|@extend|@include|@import|@media|@debug|@warn|@if|@for|@each|@while|@else|@font-face|@-webkit-keyframes|if|and|!default|module|def|end|declare").split("|")
|
@@ -1333,7 +1228,9 @@ var ScssHighlightRules = function() {
|
|
1333
1228
|
"small|source|span|strike|strong|style|sub|summary|sup|table|tbody|td|" +
|
1334
1229
|
"textarea|tfoot|th|thead|time|title|tr|tt|u|ul|var|video|wbr|xmp").split("|")
|
1335
1230
|
);
|
1231
|
+
|
1336
1232
|
var numRe = "\\-?(?:(?:[0-9]+)|(?:[0-9]*\\.[0-9]+))";
|
1233
|
+
|
1337
1234
|
this.$rules = {
|
1338
1235
|
"start" : [
|
1339
1236
|
{
|
@@ -1360,7 +1257,7 @@ var ScssHighlightRules = function() {
|
|
1360
1257
|
next : "qstring"
|
1361
1258
|
}, {
|
1362
1259
|
token : "constant.numeric",
|
1363
|
-
regex : numRe + "(?:em|ex|
|
1260
|
+
regex : numRe + "(?:ch|cm|deg|em|ex|fr|gd|grad|Hz|in|kHz|mm|ms|pc|pt|px|rad|rem|s|turn|vh|vmax|vmin|vm|vw|%)"
|
1364
1261
|
}, {
|
1365
1262
|
token : "constant.numeric", // hex6 color
|
1366
1263
|
regex : "#[a-f0-9]{6}"
|
@@ -1484,7 +1381,9 @@ var LessHighlightRules = function() {
|
|
1484
1381
|
"support.constant.color": CssHighlightRules.supportConstantColor,
|
1485
1382
|
"support.constant.fonts": CssHighlightRules.supportConstantFonts
|
1486
1383
|
}, "identifier", true);
|
1384
|
+
|
1487
1385
|
var numRe = "\\-?(?:(?:[0-9]+)|(?:[0-9]*\\.[0-9]+))";
|
1386
|
+
|
1488
1387
|
this.$rules = {
|
1489
1388
|
"start" : [
|
1490
1389
|
{
|
@@ -1822,6 +1721,7 @@ var JadeHighlightRules = function() {
|
|
1822
1721
|
"37[0-7]?|" + // oct
|
1823
1722
|
"[4-7][0-7]?|" + //oct
|
1824
1723
|
".)";
|
1724
|
+
|
1825
1725
|
this.$rules =
|
1826
1726
|
{
|
1827
1727
|
"start": [
|
@@ -2115,8 +2015,7 @@ oop.inherits(Mode, TextMode);
|
|
2115
2015
|
}).call(Mode.prototype);
|
2116
2016
|
|
2117
2017
|
exports.Mode = Mode;
|
2118
|
-
});
|
2119
|
-
(function() {
|
2018
|
+
}); (function() {
|
2120
2019
|
window.require(["ace/mode/jade"], function(m) {
|
2121
2020
|
if (typeof module == "object" && typeof exports == "object" && module) {
|
2122
2021
|
module.exports = m;
|
@@ -92,6 +92,7 @@ var JavaScriptHighlightRules = function(options) {
|
|
92
92
|
"3[0-7][0-7]?|" + // oct
|
93
93
|
"[4-7][0-7]?|" + //oct
|
94
94
|
".)";
|
95
|
+
|
95
96
|
this.$rules = {
|
96
97
|
"no_regex" : [
|
97
98
|
DocCommentHighlightRules.getStartRule("doc-start"),
|
@@ -846,6 +847,7 @@ var JavaHighlightRules = function() {
|
|
846
847
|
"constant.language": buildinConstants,
|
847
848
|
"support.function": langClasses
|
848
849
|
}, "identifier");
|
850
|
+
|
849
851
|
this.$rules = {
|
850
852
|
"start" : [
|
851
853
|
{
|
@@ -941,16 +943,76 @@ oop.inherits(JavaHighlightRules, TextHighlightRules);
|
|
941
943
|
exports.JavaHighlightRules = JavaHighlightRules;
|
942
944
|
});
|
943
945
|
|
944
|
-
define("ace/mode/java",["require","exports","module","ace/lib/oop","ace/mode/
|
946
|
+
define("ace/mode/folding/java",["require","exports","module","ace/lib/oop","ace/mode/folding/cstyle","ace/range"], function(require, exports, module) {
|
947
|
+
"use strict";
|
948
|
+
|
949
|
+
var oop = require("../../lib/oop");
|
950
|
+
var CStyleFoldMode = require("./cstyle").FoldMode;
|
951
|
+
var Range = require("../../range").Range;
|
952
|
+
|
953
|
+
var FoldMode = exports.FoldMode = function() {};
|
954
|
+
oop.inherits(FoldMode, CStyleFoldMode);
|
955
|
+
|
956
|
+
(function() {
|
957
|
+
this.importRegex = /^import /;
|
958
|
+
this.getCStyleFoldWidget = this.getFoldWidget;
|
959
|
+
this.getFoldWidget = function(session, foldStyle, row) {
|
960
|
+
if (foldStyle === "markbegin") {
|
961
|
+
var line = session.getLine(row);
|
962
|
+
if (this.importRegex.test(line)) {
|
963
|
+
if (row == 0 || !this.importRegex.test(session.getLine(row - 1)))
|
964
|
+
return "start";
|
965
|
+
}
|
966
|
+
}
|
967
|
+
|
968
|
+
return this.getCStyleFoldWidget(session, foldStyle, row);
|
969
|
+
};
|
970
|
+
|
971
|
+
this.getCstyleFoldWidgetRange = this.getFoldWidgetRange;
|
972
|
+
this.getFoldWidgetRange = function(session, foldStyle, row, forceMultiline) {
|
973
|
+
var line = session.getLine(row);
|
974
|
+
var match = line.match(this.importRegex);
|
975
|
+
if (!match || foldStyle !== "markbegin")
|
976
|
+
return this.getCstyleFoldWidgetRange(session, foldStyle, row, forceMultiline);
|
977
|
+
|
978
|
+
var startColumn = match[0].length;
|
979
|
+
var maxRow = session.getLength();
|
980
|
+
var startRow = row;
|
981
|
+
var endRow = row;
|
982
|
+
|
983
|
+
while (++row < maxRow) {
|
984
|
+
var line = session.getLine(row);
|
985
|
+
if (line.match(/^\s*$/))
|
986
|
+
continue;
|
987
|
+
|
988
|
+
if (!line.match(this.importRegex))
|
989
|
+
break;
|
990
|
+
|
991
|
+
endRow = row;
|
992
|
+
}
|
993
|
+
|
994
|
+
if (endRow > startRow) {
|
995
|
+
var endColumn = session.getLine(endRow).length;
|
996
|
+
return new Range(startRow, startColumn, endRow, endColumn);
|
997
|
+
}
|
998
|
+
};
|
999
|
+
|
1000
|
+
}).call(FoldMode.prototype);
|
1001
|
+
|
1002
|
+
});
|
1003
|
+
|
1004
|
+
define("ace/mode/java",["require","exports","module","ace/lib/oop","ace/mode/javascript","ace/mode/java_highlight_rules","ace/mode/folding/java"], function(require, exports, module) {
|
945
1005
|
"use strict";
|
946
1006
|
|
947
1007
|
var oop = require("../lib/oop");
|
948
1008
|
var JavaScriptMode = require("./javascript").Mode;
|
949
1009
|
var JavaHighlightRules = require("./java_highlight_rules").JavaHighlightRules;
|
1010
|
+
var JavaFoldMode = require("./folding/java").FoldMode;
|
950
1011
|
|
951
1012
|
var Mode = function() {
|
952
1013
|
JavaScriptMode.call(this);
|
953
1014
|
this.HighlightRules = JavaHighlightRules;
|
1015
|
+
this.foldingRules = new JavaFoldMode();
|
954
1016
|
};
|
955
1017
|
oop.inherits(Mode, JavaScriptMode);
|
956
1018
|
|
@@ -964,8 +1026,7 @@ oop.inherits(Mode, JavaScriptMode);
|
|
964
1026
|
}).call(Mode.prototype);
|
965
1027
|
|
966
1028
|
exports.Mode = Mode;
|
967
|
-
});
|
968
|
-
(function() {
|
1029
|
+
}); (function() {
|
969
1030
|
window.require(["ace/mode/java"], function(m) {
|
970
1031
|
if (typeof module == "object" && typeof exports == "object" && module) {
|
971
1032
|
module.exports = m;
|