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
@@ -9,6 +9,7 @@ var TexHighlightRules = function(textClass) {
|
|
9
9
|
|
10
10
|
if (!textClass)
|
11
11
|
textClass = "text";
|
12
|
+
|
12
13
|
this.$rules = {
|
13
14
|
"start" : [
|
14
15
|
{
|
@@ -96,6 +97,7 @@ define("ace/mode/r_highlight_rules",["require","exports","module","ace/lib/oop",
|
|
96
97
|
("NULL|NA|TRUE|FALSE|T|F|Inf|NaN|NA_integer_|NA_real_|NA_character_|" +
|
97
98
|
"NA_complex_").split("|")
|
98
99
|
);
|
100
|
+
|
99
101
|
this.$rules = {
|
100
102
|
"start" : [
|
101
103
|
{
|
@@ -299,8 +301,7 @@ define("ace/mode/r",["require","exports","module","ace/unicode","ace/range","ace
|
|
299
301
|
this.$id = "ace/mode/r";
|
300
302
|
}).call(Mode.prototype);
|
301
303
|
exports.Mode = Mode;
|
302
|
-
});
|
303
|
-
(function() {
|
304
|
+
}); (function() {
|
304
305
|
window.require(["ace/mode/r"], function(m) {
|
305
306
|
if (typeof module == "object" && typeof exports == "object" && module) {
|
306
307
|
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"]
|
@@ -2510,9 +2512,10 @@ var TextHighlightRules = require("./text_highlight_rules").TextHighlightRules;
|
|
2510
2512
|
var CSharpHighlightRules = function() {
|
2511
2513
|
var keywordMapper = this.createKeywordMapper({
|
2512
2514
|
"variable.language": "this",
|
2513
|
-
"keyword": "abstract|event|new|struct|as|explicit|null|switch|base|extern|object|this|bool|false|operator|throw|break|finally|out|true|byte|fixed|override|try|case|float|params|typeof|catch|for|private|uint|char|foreach|protected|ulong|checked|goto|public|unchecked|class|if|readonly|unsafe|const|implicit|ref|ushort|continue|in|return|using|decimal|int|sbyte|virtual|default|interface|sealed|volatile|delegate|internal|partial|short|void|do|is|sizeof|while|double|lock|stackalloc|else|long|static|enum|namespace|string|var|dynamic",
|
2515
|
+
"keyword": "abstract|async|await|event|new|struct|as|explicit|null|switch|base|extern|object|this|bool|false|operator|throw|break|finally|out|true|byte|fixed|override|try|case|float|params|typeof|catch|for|private|uint|char|foreach|protected|ulong|checked|goto|public|unchecked|class|if|readonly|unsafe|const|implicit|ref|ushort|continue|in|return|using|decimal|int|sbyte|virtual|default|interface|sealed|volatile|delegate|internal|partial|short|void|do|is|sizeof|while|double|lock|stackalloc|else|long|static|enum|namespace|string|var|dynamic",
|
2514
2516
|
"constant.language": "null|true|false"
|
2515
2517
|
}, "identifier");
|
2518
|
+
|
2516
2519
|
this.$rules = {
|
2517
2520
|
"start" : [
|
2518
2521
|
{
|
@@ -2658,6 +2661,7 @@ oop.inherits(RazorLangHighlightRules, CSharpHighlightRules);
|
|
2658
2661
|
|
2659
2662
|
var RazorHighlightRules = function() {
|
2660
2663
|
HtmlHighlightRules.call(this);
|
2664
|
+
|
2661
2665
|
var blockStartRule = {
|
2662
2666
|
regex: '@[({]|@functions{',
|
2663
2667
|
onMatch: function(value, state, stack) {
|
@@ -2687,6 +2691,7 @@ var RazorHighlightRules = function() {
|
|
2687
2691
|
return 'punctuation.block.razor';
|
2688
2692
|
}
|
2689
2693
|
};
|
2694
|
+
|
2690
2695
|
var shortStartRule = {
|
2691
2696
|
regex: "@(?![{(])",
|
2692
2697
|
onMatch: function(value, state, stack) {
|
@@ -2701,6 +2706,7 @@ var RazorHighlightRules = function() {
|
|
2701
2706
|
regex: "(?=[^A-Za-z_\\.()\\[\\]])",
|
2702
2707
|
next: 'pop'
|
2703
2708
|
};
|
2709
|
+
|
2704
2710
|
var ifStartRule = {
|
2705
2711
|
regex: "@(?=if)",
|
2706
2712
|
onMatch: function(value, state, stack) {
|
@@ -2714,6 +2720,7 @@ var RazorHighlightRules = function() {
|
|
2714
2720
|
return 'punctuation.control.razor';
|
2715
2721
|
}
|
2716
2722
|
};
|
2723
|
+
|
2717
2724
|
var razorStartRules = [
|
2718
2725
|
{
|
2719
2726
|
start: "@\\*",
|
@@ -2858,8 +2865,7 @@ oop.inherits(Mode, HtmlMode);
|
|
2858
2865
|
}).call(Mode.prototype);
|
2859
2866
|
|
2860
2867
|
exports.Mode = Mode;
|
2861
|
-
});
|
2862
|
-
(function() {
|
2868
|
+
}); (function() {
|
2863
2869
|
window.require(["ace/mode/razor"], function(m) {
|
2864
2870
|
if (typeof module == "object" && typeof exports == "object" && module) {
|
2865
2871
|
module.exports = m;
|
@@ -102,6 +102,7 @@ var TextHighlightRules = require("./text_highlight_rules").TextHighlightRules;
|
|
102
102
|
var LaTeXHighlightRules = require("./latex_highlight_rules");
|
103
103
|
|
104
104
|
var RDocHighlightRules = function() {
|
105
|
+
|
105
106
|
this.$rules = {
|
106
107
|
"start" : [
|
107
108
|
{
|
@@ -232,8 +233,7 @@ oop.inherits(Mode, TextMode);
|
|
232
233
|
}).call(Mode.prototype);
|
233
234
|
|
234
235
|
exports.Mode = Mode;
|
235
|
-
});
|
236
|
-
(function() {
|
236
|
+
}); (function() {
|
237
237
|
window.require(["ace/mode/rdoc"], function(m) {
|
238
238
|
if (typeof module == "object" && typeof exports == "object" && module) {
|
239
239
|
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 RedHighlightRules = function() {
|
8
|
+
|
8
9
|
var compoundKeywords = "";
|
9
10
|
|
10
11
|
this.$rules = {
|
@@ -439,8 +440,7 @@ oop.inherits(Mode, TextMode);
|
|
439
440
|
}).call(Mode.prototype);
|
440
441
|
|
441
442
|
exports.Mode = Mode;
|
442
|
-
});
|
443
|
-
(function() {
|
443
|
+
}); (function() {
|
444
444
|
window.require(["ace/mode/red"], function(m) {
|
445
445
|
if (typeof module == "object" && typeof exports == "object" && module) {
|
446
446
|
module.exports = m;
|
@@ -350,8 +350,7 @@ oop.inherits(Mode, TextMode);
|
|
350
350
|
}).call(Mode.prototype);
|
351
351
|
|
352
352
|
exports.Mode = Mode;
|
353
|
-
});
|
354
|
-
(function() {
|
353
|
+
}); (function() {
|
355
354
|
window.require(["ace/mode/redshift"], function(m) {
|
356
355
|
if (typeof module == "object" && typeof exports == "object" && module) {
|
357
356
|
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"]
|
@@ -2511,6 +2513,7 @@ var TexHighlightRules = function(textClass) {
|
|
2511
2513
|
|
2512
2514
|
if (!textClass)
|
2513
2515
|
textClass = "text";
|
2516
|
+
|
2514
2517
|
this.$rules = {
|
2515
2518
|
"start" : [
|
2516
2519
|
{
|
@@ -2598,6 +2601,7 @@ define("ace/mode/r_highlight_rules",["require","exports","module","ace/lib/oop",
|
|
2598
2601
|
("NULL|NA|TRUE|FALSE|T|F|Inf|NaN|NA_integer_|NA_real_|NA_character_|" +
|
2599
2602
|
"NA_complex_").split("|")
|
2600
2603
|
);
|
2604
|
+
|
2601
2605
|
this.$rules = {
|
2602
2606
|
"start" : [
|
2603
2607
|
{
|
@@ -2795,8 +2799,7 @@ oop.inherits(Mode, HtmlMode);
|
|
2795
2799
|
}).call(Mode.prototype);
|
2796
2800
|
|
2797
2801
|
exports.Mode = Mode;
|
2798
|
-
});
|
2799
|
-
(function() {
|
2802
|
+
}); (function() {
|
2800
2803
|
window.require(["ace/mode/rhtml"], function(m) {
|
2801
2804
|
if (typeof module == "object" && typeof exports == "object" && module) {
|
2802
2805
|
module.exports = m;
|
@@ -246,8 +246,7 @@ oop.inherits(Mode, TextMode);
|
|
246
246
|
|
247
247
|
exports.Mode = Mode;
|
248
248
|
|
249
|
-
});
|
250
|
-
(function() {
|
249
|
+
}); (function() {
|
251
250
|
window.require(["ace/mode/rst"], function(m) {
|
252
251
|
if (typeof module == "object" && typeof exports == "object" && module) {
|
253
252
|
module.exports = m;
|
@@ -96,6 +96,7 @@ var RubyHighlightRules = function() {
|
|
96
96
|
"support.function": builtinFunctions,
|
97
97
|
"invalid.deprecated": "debugger" // TODO is this a remnant from js mode?
|
98
98
|
}, "identifier");
|
99
|
+
|
99
100
|
this.$rules = {
|
100
101
|
"start" : [
|
101
102
|
{
|
@@ -174,6 +175,7 @@ var RubyHighlightRules = function() {
|
|
174
175
|
defaultToken: "string"
|
175
176
|
}]
|
176
177
|
}],
|
178
|
+
|
177
179
|
{
|
178
180
|
token : "text", // namespaces aren't symbols
|
179
181
|
regex : "::"
|
@@ -486,8 +488,7 @@ oop.inherits(Mode, TextMode);
|
|
486
488
|
}).call(Mode.prototype);
|
487
489
|
|
488
490
|
exports.Mode = Mode;
|
489
|
-
});
|
490
|
-
(function() {
|
491
|
+
}); (function() {
|
491
492
|
window.require(["ace/mode/ruby"], function(m) {
|
492
493
|
if (typeof module == "object" && typeof exports == "object" && module) {
|
493
494
|
module.exports = m;
|
@@ -6,6 +6,7 @@ var TextHighlightRules = require("./text_highlight_rules").TextHighlightRules;
|
|
6
6
|
|
7
7
|
var stringEscape = /\\(?:[nrt0'"\\]|x[\da-fA-F]{2}|u\{[\da-fA-F]{6}\})/.source;
|
8
8
|
var RustHighlightRules = function() {
|
9
|
+
|
9
10
|
this.$rules = { start:
|
10
11
|
[ { token: 'variable.other.source.rust',
|
11
12
|
regex: '\'[a-zA-Z_][a-zA-Z0-9_]*(?![\\\'])' },
|
@@ -268,8 +269,7 @@ oop.inherits(Mode, TextMode);
|
|
268
269
|
}).call(Mode.prototype);
|
269
270
|
|
270
271
|
exports.Mode = Mode;
|
271
|
-
});
|
272
|
-
(function() {
|
272
|
+
}); (function() {
|
273
273
|
window.require(["ace/mode/rust"], function(m) {
|
274
274
|
if (typeof module == "object" && typeof exports == "object" && module) {
|
275
275
|
module.exports = m;
|
@@ -1,74 +1,209 @@
|
|
1
|
-
define("ace/mode/
|
1
|
+
define("ace/mode/css_highlight_rules",["require","exports","module","ace/lib/oop","ace/lib/lang","ace/mode/text_highlight_rules"], function(require, exports, module) {
|
2
2
|
"use strict";
|
3
3
|
|
4
4
|
var oop = require("../lib/oop");
|
5
5
|
var lang = require("../lib/lang");
|
6
6
|
var TextHighlightRules = require("./text_highlight_rules").TextHighlightRules;
|
7
|
+
var supportType = exports.supportType = "align-content|align-items|align-self|all|animation|animation-delay|animation-direction|animation-duration|animation-fill-mode|animation-iteration-count|animation-name|animation-play-state|animation-timing-function|backface-visibility|background|background-attachment|background-blend-mode|background-clip|background-color|background-image|background-origin|background-position|background-repeat|background-size|border|border-bottom|border-bottom-color|border-bottom-left-radius|border-bottom-right-radius|border-bottom-style|border-bottom-width|border-collapse|border-color|border-image|border-image-outset|border-image-repeat|border-image-slice|border-image-source|border-image-width|border-left|border-left-color|border-left-style|border-left-width|border-radius|border-right|border-right-color|border-right-style|border-right-width|border-spacing|border-style|border-top|border-top-color|border-top-left-radius|border-top-right-radius|border-top-style|border-top-width|border-width|bottom|box-shadow|box-sizing|caption-side|clear|clip|color|column-count|column-fill|column-gap|column-rule|column-rule-color|column-rule-style|column-rule-width|column-span|column-width|columns|content|counter-increment|counter-reset|cursor|direction|display|empty-cells|filter|flex|flex-basis|flex-direction|flex-flow|flex-grow|flex-shrink|flex-wrap|float|font|font-family|font-size|font-size-adjust|font-stretch|font-style|font-variant|font-weight|hanging-punctuation|height|justify-content|left|letter-spacing|line-height|list-style|list-style-image|list-style-position|list-style-type|margin|margin-bottom|margin-left|margin-right|margin-top|max-height|max-width|max-zoom|min-height|min-width|min-zoom|nav-down|nav-index|nav-left|nav-right|nav-up|opacity|order|outline|outline-color|outline-offset|outline-style|outline-width|overflow|overflow-x|overflow-y|padding|padding-bottom|padding-left|padding-right|padding-top|page-break-after|page-break-before|page-break-inside|perspective|perspective-origin|position|quotes|resize|right|tab-size|table-layout|text-align|text-align-last|text-decoration|text-decoration-color|text-decoration-line|text-decoration-style|text-indent|text-justify|text-overflow|text-shadow|text-transform|top|transform|transform-origin|transform-style|transition|transition-delay|transition-duration|transition-property|transition-timing-function|unicode-bidi|user-select|user-zoom|vertical-align|visibility|white-space|width|word-break|word-spacing|word-wrap|z-index";
|
8
|
+
var supportFunction = exports.supportFunction = "rgb|rgba|url|attr|counter|counters";
|
9
|
+
var supportConstant = exports.supportConstant = "absolute|after-edge|after|all-scroll|all|alphabetic|always|antialiased|armenian|auto|avoid-column|avoid-page|avoid|balance|baseline|before-edge|before|below|bidi-override|block-line-height|block|bold|bolder|border-box|both|bottom|box|break-all|break-word|capitalize|caps-height|caption|center|central|char|circle|cjk-ideographic|clone|close-quote|col-resize|collapse|column|consider-shifts|contain|content-box|cover|crosshair|cubic-bezier|dashed|decimal-leading-zero|decimal|default|disabled|disc|disregard-shifts|distribute-all-lines|distribute-letter|distribute-space|distribute|dotted|double|e-resize|ease-in|ease-in-out|ease-out|ease|ellipsis|end|exclude-ruby|fill|fixed|georgian|glyphs|grid-height|groove|hand|hanging|hebrew|help|hidden|hiragana-iroha|hiragana|horizontal|icon|ideograph-alpha|ideograph-numeric|ideograph-parenthesis|ideograph-space|ideographic|inactive|include-ruby|inherit|initial|inline-block|inline-box|inline-line-height|inline-table|inline|inset|inside|inter-ideograph|inter-word|invert|italic|justify|katakana-iroha|katakana|keep-all|last|left|lighter|line-edge|line-through|line|linear|list-item|local|loose|lower-alpha|lower-greek|lower-latin|lower-roman|lowercase|lr-tb|ltr|mathematical|max-height|max-size|medium|menu|message-box|middle|move|n-resize|ne-resize|newspaper|no-change|no-close-quote|no-drop|no-open-quote|no-repeat|none|normal|not-allowed|nowrap|nw-resize|oblique|open-quote|outset|outside|overline|padding-box|page|pointer|pre-line|pre-wrap|pre|preserve-3d|progress|relative|repeat-x|repeat-y|repeat|replaced|reset-size|ridge|right|round|row-resize|rtl|s-resize|scroll|se-resize|separate|slice|small-caps|small-caption|solid|space|square|start|static|status-bar|step-end|step-start|steps|stretch|strict|sub|super|sw-resize|table-caption|table-cell|table-column-group|table-column|table-footer-group|table-header-group|table-row-group|table-row|table|tb-rl|text-after-edge|text-before-edge|text-bottom|text-size|text-top|text|thick|thin|transparent|underline|upper-alpha|upper-latin|upper-roman|uppercase|use-script|vertical-ideographic|vertical-text|visible|w-resize|wait|whitespace|z-index|zero|zoom";
|
10
|
+
var supportConstantColor = exports.supportConstantColor = "aliceblue|antiquewhite|aqua|aquamarine|azure|beige|bisque|black|blanchedalmond|blue|blueviolet|brown|burlywood|cadetblue|chartreuse|chocolate|coral|cornflowerblue|cornsilk|crimson|cyan|darkblue|darkcyan|darkgoldenrod|darkgray|darkgreen|darkgrey|darkkhaki|darkmagenta|darkolivegreen|darkorange|darkorchid|darkred|darksalmon|darkseagreen|darkslateblue|darkslategray|darkslategrey|darkturquoise|darkviolet|deeppink|deepskyblue|dimgray|dimgrey|dodgerblue|firebrick|floralwhite|forestgreen|fuchsia|gainsboro|ghostwhite|gold|goldenrod|gray|green|greenyellow|grey|honeydew|hotpink|indianred|indigo|ivory|khaki|lavender|lavenderblush|lawngreen|lemonchiffon|lightblue|lightcoral|lightcyan|lightgoldenrodyellow|lightgray|lightgreen|lightgrey|lightpink|lightsalmon|lightseagreen|lightskyblue|lightslategray|lightslategrey|lightsteelblue|lightyellow|lime|limegreen|linen|magenta|maroon|mediumaquamarine|mediumblue|mediumorchid|mediumpurple|mediumseagreen|mediumslateblue|mediumspringgreen|mediumturquoise|mediumvioletred|midnightblue|mintcream|mistyrose|moccasin|navajowhite|navy|oldlace|olive|olivedrab|orange|orangered|orchid|palegoldenrod|palegreen|paleturquoise|palevioletred|papayawhip|peachpuff|peru|pink|plum|powderblue|purple|rebeccapurple|red|rosybrown|royalblue|saddlebrown|salmon|sandybrown|seagreen|seashell|sienna|silver|skyblue|slateblue|slategray|slategrey|snow|springgreen|steelblue|tan|teal|thistle|tomato|turquoise|violet|wheat|white|whitesmoke|yellow|yellowgreen";
|
11
|
+
var supportConstantFonts = exports.supportConstantFonts = "arial|century|comic|courier|cursive|fantasy|garamond|georgia|helvetica|impact|lucida|symbol|system|tahoma|times|trebuchet|utopia|verdana|webdings|sans-serif|serif|monospace";
|
12
|
+
|
13
|
+
var numRe = exports.numRe = "\\-?(?:(?:[0-9]+(?:\\.[0-9]+)?)|(?:\\.[0-9]+))";
|
14
|
+
var pseudoElements = exports.pseudoElements = "(\\:+)\\b(after|before|first-letter|first-line|moz-selection|selection)\\b";
|
15
|
+
var pseudoClasses = exports.pseudoClasses = "(:)\\b(active|checked|disabled|empty|enabled|first-child|first-of-type|focus|hover|indeterminate|invalid|last-child|last-of-type|link|not|nth-child|nth-last-child|nth-last-of-type|nth-of-type|only-child|only-of-type|required|root|target|valid|visited)\\b";
|
16
|
+
|
17
|
+
var CssHighlightRules = function() {
|
18
|
+
|
19
|
+
var keywordMapper = this.createKeywordMapper({
|
20
|
+
"support.function": supportFunction,
|
21
|
+
"support.constant": supportConstant,
|
22
|
+
"support.type": supportType,
|
23
|
+
"support.constant.color": supportConstantColor,
|
24
|
+
"support.constant.fonts": supportConstantFonts
|
25
|
+
}, "text", true);
|
7
26
|
|
8
|
-
|
9
|
-
|
10
|
-
|
27
|
+
this.$rules = {
|
28
|
+
"start" : [{
|
29
|
+
include : ["strings", "url", "comments"]
|
30
|
+
}, {
|
31
|
+
token: "paren.lparen",
|
32
|
+
regex: "\\{",
|
33
|
+
next: "ruleset"
|
34
|
+
}, {
|
35
|
+
token: "paren.rparen",
|
36
|
+
regex: "\\}"
|
37
|
+
}, {
|
38
|
+
token: "string",
|
39
|
+
regex: "@(?!viewport)",
|
40
|
+
next: "media"
|
41
|
+
}, {
|
42
|
+
token: "keyword",
|
43
|
+
regex: "#[a-z0-9-_]+"
|
44
|
+
}, {
|
45
|
+
token: "keyword",
|
46
|
+
regex: "%"
|
47
|
+
}, {
|
48
|
+
token: "variable",
|
49
|
+
regex: "\\.[a-z0-9-_]+"
|
50
|
+
}, {
|
51
|
+
token: "string",
|
52
|
+
regex: ":[a-z0-9-_]+"
|
53
|
+
}, {
|
54
|
+
token : "constant.numeric",
|
55
|
+
regex : numRe
|
56
|
+
}, {
|
57
|
+
token: "constant",
|
58
|
+
regex: "[a-z0-9-_]+"
|
59
|
+
}, {
|
60
|
+
caseInsensitive: true
|
61
|
+
}],
|
11
62
|
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
"
|
35
|
-
"
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
"letter-spacing|line-height|list-style-image|list-style-position|" +
|
45
|
-
"list-style-type|list-style|margin-bottom|margin-left|margin-right|" +
|
46
|
-
"margin-top|marker-offset|margin|marks|max-height|max-width|min-height|" +
|
47
|
-
"min-width|opacity|orphans|outline-color|" +
|
48
|
-
"outline-style|outline-width|outline|overflow|overflow-x|overflow-y|padding-bottom|" +
|
49
|
-
"padding-left|padding-right|padding-top|padding|page-break-after|" +
|
50
|
-
"page-break-before|page-break-inside|page|pause-after|pause-before|" +
|
51
|
-
"pause|pitch-range|pitch|play-during|position|quotes|richness|right|" +
|
52
|
-
"size|speak-header|speak-numeral|speak-punctuation|speech-rate|speak|" +
|
53
|
-
"stress|table-layout|text-align|text-decoration|text-indent|" +
|
54
|
-
"text-shadow|text-transform|top|unicode-bidi|vertical-align|" +
|
55
|
-
"visibility|voice-family|volume|white-space|widows|width|word-spacing|" +
|
56
|
-
"z-index").split("|");
|
57
|
-
var ret = [];
|
58
|
-
for (var i=0, ln=browserPrefix.length; i<ln; i++) {
|
59
|
-
Array.prototype.push.apply(
|
60
|
-
ret,
|
61
|
-
(( browserPrefix[i] + prefixProperties.join("|" + browserPrefix[i]) ).split("|"))
|
62
|
-
);
|
63
|
-
}
|
64
|
-
Array.prototype.push.apply(ret, prefixProperties);
|
65
|
-
Array.prototype.push.apply(ret, properties);
|
66
|
-
|
67
|
-
return ret;
|
68
|
-
|
69
|
-
})() );
|
70
|
-
|
63
|
+
"media": [{
|
64
|
+
include : ["strings", "url", "comments"]
|
65
|
+
}, {
|
66
|
+
token: "paren.lparen",
|
67
|
+
regex: "\\{",
|
68
|
+
next: "start"
|
69
|
+
}, {
|
70
|
+
token: "paren.rparen",
|
71
|
+
regex: "\\}",
|
72
|
+
next: "start"
|
73
|
+
}, {
|
74
|
+
token: "string",
|
75
|
+
regex: ";",
|
76
|
+
next: "start"
|
77
|
+
}, {
|
78
|
+
token: "keyword",
|
79
|
+
regex: "(?:media|supports|document|charset|import|namespace|media|supports|document"
|
80
|
+
+ "|page|font|keyframes|viewport|counter-style|font-feature-values"
|
81
|
+
+ "|swash|ornaments|annotation|stylistic|styleset|character-variant)"
|
82
|
+
}],
|
83
|
+
|
84
|
+
"comments" : [{
|
85
|
+
token: "comment", // multi line comment
|
86
|
+
regex: "\\/\\*",
|
87
|
+
push: [{
|
88
|
+
token : "comment",
|
89
|
+
regex : "\\*\\/",
|
90
|
+
next : "pop"
|
91
|
+
}, {
|
92
|
+
defaultToken : "comment"
|
93
|
+
}]
|
94
|
+
}],
|
71
95
|
|
96
|
+
"ruleset" : [{
|
97
|
+
regex : "-(webkit|ms|moz|o)-",
|
98
|
+
token : "text"
|
99
|
+
}, {
|
100
|
+
token : "punctuation.operator",
|
101
|
+
regex : "[:;]"
|
102
|
+
}, {
|
103
|
+
token : "paren.rparen",
|
104
|
+
regex : "\\}",
|
105
|
+
next : "start"
|
106
|
+
}, {
|
107
|
+
include : ["strings", "url", "comments"]
|
108
|
+
}, {
|
109
|
+
token : ["constant.numeric", "keyword"],
|
110
|
+
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|%)"
|
111
|
+
}, {
|
112
|
+
token : "constant.numeric",
|
113
|
+
regex : numRe
|
114
|
+
}, {
|
115
|
+
token : "constant.numeric", // hex6 color
|
116
|
+
regex : "#[a-f0-9]{6}"
|
117
|
+
}, {
|
118
|
+
token : "constant.numeric", // hex3 color
|
119
|
+
regex : "#[a-f0-9]{3}"
|
120
|
+
}, {
|
121
|
+
token : ["punctuation", "entity.other.attribute-name.pseudo-element.css"],
|
122
|
+
regex : pseudoElements
|
123
|
+
}, {
|
124
|
+
token : ["punctuation", "entity.other.attribute-name.pseudo-class.css"],
|
125
|
+
regex : pseudoClasses
|
126
|
+
}, {
|
127
|
+
include: "url"
|
128
|
+
}, {
|
129
|
+
token : keywordMapper,
|
130
|
+
regex : "\\-?[a-zA-Z_][a-zA-Z0-9_\\-]*"
|
131
|
+
}, {
|
132
|
+
caseInsensitive: true
|
133
|
+
}],
|
134
|
+
|
135
|
+
url: [{
|
136
|
+
token : "support.function",
|
137
|
+
regex : "(?:url(:?-prefix)?|domain|regexp)\\(",
|
138
|
+
push: [{
|
139
|
+
token : "support.function",
|
140
|
+
regex : "\\)",
|
141
|
+
next : "pop"
|
142
|
+
}, {
|
143
|
+
defaultToken: "string"
|
144
|
+
}]
|
145
|
+
}],
|
146
|
+
|
147
|
+
strings: [{
|
148
|
+
token : "string.start",
|
149
|
+
regex : "'",
|
150
|
+
push : [{
|
151
|
+
token : "string.end",
|
152
|
+
regex : "'|$",
|
153
|
+
next: "pop"
|
154
|
+
}, {
|
155
|
+
include : "escapes"
|
156
|
+
}, {
|
157
|
+
token : "constant.language.escape",
|
158
|
+
regex : /\\$/,
|
159
|
+
consumeLineEnd: true
|
160
|
+
}, {
|
161
|
+
defaultToken: "string"
|
162
|
+
}]
|
163
|
+
}, {
|
164
|
+
token : "string.start",
|
165
|
+
regex : '"',
|
166
|
+
push : [{
|
167
|
+
token : "string.end",
|
168
|
+
regex : '"|$',
|
169
|
+
next: "pop"
|
170
|
+
}, {
|
171
|
+
include : "escapes"
|
172
|
+
}, {
|
173
|
+
token : "constant.language.escape",
|
174
|
+
regex : /\\$/,
|
175
|
+
consumeLineEnd: true
|
176
|
+
}, {
|
177
|
+
defaultToken: "string"
|
178
|
+
}]
|
179
|
+
}],
|
180
|
+
escapes: [{
|
181
|
+
token : "constant.language.escape",
|
182
|
+
regex : /\\([a-fA-F\d]{1,6}|[^a-fA-F\d])/
|
183
|
+
}]
|
184
|
+
|
185
|
+
};
|
186
|
+
|
187
|
+
this.normalizeRules();
|
188
|
+
};
|
189
|
+
|
190
|
+
oop.inherits(CssHighlightRules, TextHighlightRules);
|
191
|
+
|
192
|
+
exports.CssHighlightRules = CssHighlightRules;
|
193
|
+
|
194
|
+
});
|
195
|
+
|
196
|
+
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) {
|
197
|
+
"use strict";
|
198
|
+
|
199
|
+
var oop = require("../lib/oop");
|
200
|
+
var lang = require("../lib/lang");
|
201
|
+
var TextHighlightRules = require("./text_highlight_rules").TextHighlightRules;
|
202
|
+
var CssHighlightRules = require("./css_highlight_rules");
|
203
|
+
|
204
|
+
var ScssHighlightRules = function() {
|
205
|
+
|
206
|
+
var properties = lang.arrayToMap(CssHighlightRules.supportType.split("|"));
|
72
207
|
|
73
208
|
var functions = lang.arrayToMap(
|
74
209
|
("hsl|hsla|rgb|rgba|url|attr|counter|counters|abs|adjust_color|adjust_hue|" +
|
@@ -78,56 +213,9 @@ var ScssHighlightRules = function() {
|
|
78
213
|
"scale_color|transparentize|type_of|unit|unitless|unquote").split("|")
|
79
214
|
);
|
80
215
|
|
81
|
-
var constants = lang.arrayToMap(
|
82
|
-
("absolute|all-scroll|always|armenian|auto|baseline|below|bidi-override|" +
|
83
|
-
"block|bold|bolder|border-box|both|bottom|break-all|break-word|capitalize|center|" +
|
84
|
-
"char|circle|cjk-ideographic|col-resize|collapse|content-box|crosshair|dashed|" +
|
85
|
-
"decimal-leading-zero|decimal|default|disabled|disc|" +
|
86
|
-
"distribute-all-lines|distribute-letter|distribute-space|" +
|
87
|
-
"distribute|dotted|double|e-resize|ellipsis|fixed|georgian|groove|" +
|
88
|
-
"hand|hebrew|help|hidden|hiragana-iroha|hiragana|horizontal|" +
|
89
|
-
"ideograph-alpha|ideograph-numeric|ideograph-parenthesis|" +
|
90
|
-
"ideograph-space|inactive|inherit|inline-block|inline|inset|inside|" +
|
91
|
-
"inter-ideograph|inter-word|italic|justify|katakana-iroha|katakana|" +
|
92
|
-
"keep-all|left|lighter|line-edge|line-through|line|list-item|loose|" +
|
93
|
-
"lower-alpha|lower-greek|lower-latin|lower-roman|lowercase|lr-tb|ltr|" +
|
94
|
-
"medium|middle|move|n-resize|ne-resize|newspaper|no-drop|no-repeat|" +
|
95
|
-
"nw-resize|none|normal|not-allowed|nowrap|oblique|outset|outside|" +
|
96
|
-
"overline|pointer|progress|relative|repeat-x|repeat-y|repeat|right|" +
|
97
|
-
"ridge|row-resize|rtl|s-resize|scroll|se-resize|separate|small-caps|" +
|
98
|
-
"solid|square|static|strict|super|sw-resize|table-footer-group|" +
|
99
|
-
"table-header-group|tb-rl|text-bottom|text-top|text|thick|thin|top|" +
|
100
|
-
"transparent|underline|upper-alpha|upper-latin|upper-roman|uppercase|" +
|
101
|
-
"vertical-ideographic|vertical-text|visible|w-resize|wait|whitespace|" +
|
102
|
-
"zero").split("|")
|
103
|
-
);
|
216
|
+
var constants = lang.arrayToMap(CssHighlightRules.supportConstant.split("|"));
|
104
217
|
|
105
|
-
var colors = lang.arrayToMap(
|
106
|
-
("aliceblue|antiquewhite|aqua|aquamarine|azure|beige|bisque|black|" +
|
107
|
-
"blanchedalmond|blue|blueviolet|brown|burlywood|cadetblue|" +
|
108
|
-
"chartreuse|chocolate|coral|cornflowerblue|cornsilk|crimson|cyan|" +
|
109
|
-
"darkblue|darkcyan|darkgoldenrod|darkgray|darkgreen|darkgrey|" +
|
110
|
-
"darkkhaki|darkmagenta|darkolivegreen|darkorange|darkorchid|darkred|" +
|
111
|
-
"darksalmon|darkseagreen|darkslateblue|darkslategray|darkslategrey|" +
|
112
|
-
"darkturquoise|darkviolet|deeppink|deepskyblue|dimgray|dimgrey|" +
|
113
|
-
"dodgerblue|firebrick|floralwhite|forestgreen|fuchsia|gainsboro|" +
|
114
|
-
"ghostwhite|gold|goldenrod|gray|green|greenyellow|grey|honeydew|" +
|
115
|
-
"hotpink|indianred|indigo|ivory|khaki|lavender|lavenderblush|" +
|
116
|
-
"lawngreen|lemonchiffon|lightblue|lightcoral|lightcyan|" +
|
117
|
-
"lightgoldenrodyellow|lightgray|lightgreen|lightgrey|lightpink|" +
|
118
|
-
"lightsalmon|lightseagreen|lightskyblue|lightslategray|" +
|
119
|
-
"lightslategrey|lightsteelblue|lightyellow|lime|limegreen|linen|" +
|
120
|
-
"magenta|maroon|mediumaquamarine|mediumblue|mediumorchid|" +
|
121
|
-
"mediumpurple|mediumseagreen|mediumslateblue|mediumspringgreen|" +
|
122
|
-
"mediumturquoise|mediumvioletred|midnightblue|mintcream|mistyrose|" +
|
123
|
-
"moccasin|navajowhite|navy|oldlace|olive|olivedrab|orange|orangered|" +
|
124
|
-
"orchid|palegoldenrod|palegreen|paleturquoise|palevioletred|" +
|
125
|
-
"papayawhip|peachpuff|peru|pink|plum|powderblue|purple|rebeccapurple|" +
|
126
|
-
"red|rosybrown|royalblue|saddlebrown|salmon|sandybrown|seagreen|" +
|
127
|
-
"seashell|sienna|silver|skyblue|slateblue|slategray|slategrey|snow|" +
|
128
|
-
"springgreen|steelblue|tan|teal|thistle|tomato|turquoise|violet|" +
|
129
|
-
"wheat|white|whitesmoke|yellow|yellowgreen").split("|")
|
130
|
-
);
|
218
|
+
var colors = lang.arrayToMap(CssHighlightRules.supportConstantColor.split("|"));
|
131
219
|
|
132
220
|
var keywords = lang.arrayToMap(
|
133
221
|
("@mixin|@extend|@include|@import|@media|@debug|@warn|@if|@for|@each|@while|@else|@font-face|@-webkit-keyframes|if|and|!default|module|def|end|declare").split("|")
|
@@ -144,7 +232,9 @@ var ScssHighlightRules = function() {
|
|
144
232
|
"small|source|span|strike|strong|style|sub|summary|sup|table|tbody|td|" +
|
145
233
|
"textarea|tfoot|th|thead|time|title|tr|tt|u|ul|var|video|wbr|xmp").split("|")
|
146
234
|
);
|
235
|
+
|
147
236
|
var numRe = "\\-?(?:(?:[0-9]+)|(?:[0-9]*\\.[0-9]+))";
|
237
|
+
|
148
238
|
this.$rules = {
|
149
239
|
"start" : [
|
150
240
|
{
|
@@ -171,7 +261,7 @@ var ScssHighlightRules = function() {
|
|
171
261
|
next : "qstring"
|
172
262
|
}, {
|
173
263
|
token : "constant.numeric",
|
174
|
-
regex : numRe + "(?:em|ex|
|
264
|
+
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|%)"
|
175
265
|
}, {
|
176
266
|
token : "constant.numeric", // hex6 color
|
177
267
|
regex : "#[a-f0-9]{6}"
|
@@ -301,8 +391,7 @@ var SassHighlightRules = function() {
|
|
301
391
|
{regex: /^\s*/, onMatch: function(value, currentState, stack) {
|
302
392
|
if (stack[1] === -1)
|
303
393
|
stack[1] = Math.max(stack[2], value.length - 1);
|
304
|
-
if (value.length <= stack[1]) {
|
305
|
-
stack.shift();stack.shift();stack.shift();
|
394
|
+
if (value.length <= stack[1]) {stack.shift();stack.shift();stack.shift();
|
306
395
|
this.next = stack.shift();
|
307
396
|
return "text";
|
308
397
|
} else {
|
@@ -430,8 +519,7 @@ oop.inherits(Mode, TextMode);
|
|
430
519
|
|
431
520
|
exports.Mode = Mode;
|
432
521
|
|
433
|
-
});
|
434
|
-
(function() {
|
522
|
+
}); (function() {
|
435
523
|
window.require(["ace/mode/sass"], function(m) {
|
436
524
|
if (typeof module == "object" && typeof exports == "object" && module) {
|
437
525
|
module.exports = m;
|