bedrock_sass 0.1.9 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -5
- data/assets/_vendor/ace/ace.js +21635 -0
- data/assets/_vendor/ace/ext-beautify.js +318 -0
- data/assets/_vendor/ace/ext-elastic_tabstops_lite.js +277 -0
- data/assets/_vendor/ace/ext-emmet.js +1226 -0
- data/assets/_vendor/ace/ext-error_marker.js +10 -0
- data/assets/_vendor/ace/ext-keybinding_menu.js +189 -0
- data/assets/_vendor/ace/ext-language_tools.js +1997 -0
- data/assets/_vendor/ace/ext-linking.js +65 -0
- data/assets/_vendor/ace/ext-modelist.js +228 -0
- data/assets/_vendor/ace/ext-options.js +750 -0
- data/assets/_vendor/ace/ext-rtl.js +110 -0
- data/assets/_vendor/ace/ext-searchbox.js +512 -0
- data/assets/_vendor/ace/ext-settings_menu.js +771 -0
- data/assets/_vendor/ace/ext-spellcheck.js +75 -0
- data/assets/_vendor/ace/ext-split.js +208 -0
- data/assets/_vendor/ace/ext-static_highlight.js +226 -0
- data/assets/_vendor/ace/ext-statusbar.js +57 -0
- data/assets/_vendor/ace/ext-textarea.js +567 -0
- data/assets/_vendor/ace/ext-themelist.js +67 -0
- data/assets/_vendor/ace/ext-whitespace.js +210 -0
- data/assets/_vendor/ace/keybinding-emacs.js +1165 -0
- data/assets/_vendor/ace/keybinding-vim.js +5673 -0
- data/assets/_vendor/ace/mode-abap.js +222 -0
- data/assets/_vendor/ace/mode-abc.js +267 -0
- data/assets/_vendor/ace/mode-actionscript.js +274 -0
- data/assets/_vendor/ace/mode-ada.js +138 -0
- data/assets/_vendor/ace/mode-apache_conf.js +363 -0
- data/assets/_vendor/ace/mode-applescript.js +279 -0
- data/assets/_vendor/ace/mode-asciidoc.js +349 -0
- data/assets/_vendor/ace/mode-asl.js +422 -0
- data/assets/_vendor/ace/mode-assembly_x86.js +193 -0
- data/assets/_vendor/ace/mode-autohotkey.js +243 -0
- data/assets/_vendor/ace/mode-batchfile.js +230 -0
- data/assets/_vendor/ace/mode-bro.js +334 -0
- data/assets/_vendor/ace/mode-c9search.js +294 -0
- data/assets/_vendor/ace/mode-c_cpp.js +502 -0
- data/assets/_vendor/ace/mode-cirru.js +211 -0
- data/assets/_vendor/ace/mode-clojure.js +314 -0
- data/assets/_vendor/ace/mode-cobol.js +102 -0
- data/assets/_vendor/ace/mode-coffee.js +400 -0
- data/assets/_vendor/ace/mode-coldfusion.js +2596 -0
- data/assets/_vendor/ace/mode-csharp.js +502 -0
- data/assets/_vendor/ace/mode-csound_document.js +3749 -0
- data/assets/_vendor/ace/mode-csound_orchestra.js +2687 -0
- data/assets/_vendor/ace/mode-csound_score.js +454 -0
- data/assets/_vendor/ace/mode-csp.js +60 -0
- data/assets/_vendor/ace/mode-css.js +723 -0
- data/assets/_vendor/ace/mode-curly.js +2564 -0
- data/assets/_vendor/ace/mode-d.js +520 -0
- data/assets/_vendor/ace/mode-dart.js +703 -0
- data/assets/_vendor/ace/mode-diff.js +146 -0
- data/assets/_vendor/ace/mode-django.js +2594 -0
- data/assets/_vendor/ace/mode-dockerfile.js +498 -0
- data/assets/_vendor/ace/mode-dot.js +418 -0
- data/assets/_vendor/ace/mode-drools.js +496 -0
- data/assets/_vendor/ace/mode-edifact.js +165 -0
- data/assets/_vendor/ace/mode-eiffel.js +136 -0
- data/assets/_vendor/ace/mode-ejs.js +3026 -0
- data/assets/_vendor/ace/mode-elixir.js +501 -0
- data/assets/_vendor/ace/mode-elm.js +307 -0
- data/assets/_vendor/ace/mode-erlang.js +1009 -0
- data/assets/_vendor/ace/mode-forth.js +297 -0
- data/assets/_vendor/ace/mode-fortran.js +431 -0
- data/assets/_vendor/ace/mode-fsharp.js +314 -0
- data/assets/_vendor/ace/mode-ftl.js +1192 -0
- data/assets/_vendor/ace/mode-gcode.js +94 -0
- data/assets/_vendor/ace/mode-gherkin.js +172 -0
- data/assets/_vendor/ace/mode-gitignore.js +60 -0
- data/assets/_vendor/ace/mode-glsl.js +579 -0
- data/assets/_vendor/ace/mode-gobstones.js +929 -0
- data/assets/_vendor/ace/mode-golang.js +414 -0
- data/assets/_vendor/ace/mode-graphqlschema.js +214 -0
- data/assets/_vendor/ace/mode-groovy.js +986 -0
- data/assets/_vendor/ace/mode-haml.js +1555 -0
- data/assets/_vendor/ace/mode-handlebars.js +2622 -0
- data/assets/_vendor/ace/mode-haskell.js +379 -0
- data/assets/_vendor/ace/mode-haskell_cabal.js +142 -0
- data/assets/_vendor/ace/mode-haxe.js +386 -0
- data/assets/_vendor/ace/mode-hjson.js +353 -0
- data/assets/_vendor/ace/mode-html.js +2509 -0
- data/assets/_vendor/ace/mode-html_elixir.js +3087 -0
- data/assets/_vendor/ace/mode-html_ruby.js +3043 -0
- data/assets/_vendor/ace/mode-ini.js +163 -0
- data/assets/_vendor/ace/mode-io.js +253 -0
- data/assets/_vendor/ace/mode-jack.js +347 -0
- data/assets/_vendor/ace/mode-jade.js +2126 -0
- data/assets/_vendor/ace/mode-java.js +975 -0
- data/assets/_vendor/ace/mode-javascript.js +797 -0
- data/assets/_vendor/ace/mode-json.js +327 -0
- data/assets/_vendor/ace/mode-jsoniq.js +4940 -0
- data/assets/_vendor/ace/mode-jsp.js +1430 -0
- data/assets/_vendor/ace/mode-jssm.js +325 -0
- data/assets/_vendor/ace/mode-jsx.js +412 -0
- data/assets/_vendor/ace/mode-julia.js +303 -0
- data/assets/_vendor/ace/mode-kotlin.js +795 -0
- data/assets/_vendor/ace/mode-latex.js +297 -0
- data/assets/_vendor/ace/mode-less.js +841 -0
- data/assets/_vendor/ace/mode-liquid.js +1193 -0
- data/assets/_vendor/ace/mode-lisp.js +112 -0
- data/assets/_vendor/ace/mode-livescript.js +280 -0
- data/assets/_vendor/ace/mode-logiql.js +317 -0
- data/assets/_vendor/ace/mode-lsl.js +343 -0
- data/assets/_vendor/ace/mode-lua.js +432 -0
- data/assets/_vendor/ace/mode-luapage.js +3007 -0
- data/assets/_vendor/ace/mode-lucene.js +87 -0
- data/assets/_vendor/ace/mode-makefile.js +410 -0
- data/assets/_vendor/ace/mode-markdown.js +3189 -0
- data/assets/_vendor/ace/mode-mask.js +1802 -0
- data/assets/_vendor/ace/mode-matlab.js +264 -0
- data/assets/_vendor/ace/mode-maze.js +291 -0
- data/assets/_vendor/ace/mode-mel.js +263 -0
- data/assets/_vendor/ace/mode-mixal.js +123 -0
- data/assets/_vendor/ace/mode-mushcode.js +681 -0
- data/assets/_vendor/ace/mode-mysql.js +168 -0
- data/assets/_vendor/ace/mode-nix.js +646 -0
- data/assets/_vendor/ace/mode-nsis.js +312 -0
- data/assets/_vendor/ace/mode-objectivec.js +739 -0
- data/assets/_vendor/ace/mode-ocaml.js +422 -0
- data/assets/_vendor/ace/mode-pascal.js +205 -0
- data/assets/_vendor/ace/mode-perl.js +380 -0
- data/assets/_vendor/ace/mode-pgsql.js +1508 -0
- data/assets/_vendor/ace/mode-php.js +13088 -0
- data/assets/_vendor/ace/mode-php_laravel_blade.js +13289 -0
- data/assets/_vendor/ace/mode-pig.js +310 -0
- data/assets/_vendor/ace/mode-plain_text.js +33 -0
- data/assets/_vendor/ace/mode-powershell.js +418 -0
- data/assets/_vendor/ace/mode-praat.js +478 -0
- data/assets/_vendor/ace/mode-prolog.js +371 -0
- data/assets/_vendor/ace/mode-properties.js +81 -0
- data/assets/_vendor/ace/mode-protobuf.js +592 -0
- data/assets/_vendor/ace/mode-puppet.js +370 -0
- data/assets/_vendor/ace/mode-python.js +273 -0
- data/assets/_vendor/ace/mode-r.js +310 -0
- data/assets/_vendor/ace/mode-razor.js +2869 -0
- data/assets/_vendor/ace/mode-rdoc.js +243 -0
- data/assets/_vendor/ace/mode-red.js +450 -0
- data/assets/_vendor/ace/mode-redshift.js +361 -0
- data/assets/_vendor/ace/mode-rhtml.js +2806 -0
- data/assets/_vendor/ace/mode-rst.js +257 -0
- data/assets/_vendor/ace/mode-ruby.js +497 -0
- data/assets/_vendor/ace/mode-rust.js +279 -0
- data/assets/_vendor/ace/mode-sass.js +441 -0
- data/assets/_vendor/ace/mode-scad.js +414 -0
- data/assets/_vendor/ace/mode-scala.js +982 -0
- data/assets/_vendor/ace/mode-scheme.js +232 -0
- data/assets/_vendor/ace/mode-scss.js +606 -0
- data/assets/_vendor/ace/mode-sh.js +447 -0
- data/assets/_vendor/ace/mode-sjs.js +1014 -0
- data/assets/_vendor/ace/mode-slim.js +4736 -0
- data/assets/_vendor/ace/mode-smarty.js +2635 -0
- data/assets/_vendor/ace/mode-snippets.js +207 -0
- data/assets/_vendor/ace/mode-soy_template.js +2847 -0
- data/assets/_vendor/ace/mode-space.js +168 -0
- data/assets/_vendor/ace/mode-sparql.js +320 -0
- data/assets/_vendor/ace/mode-sql.js +111 -0
- data/assets/_vendor/ace/mode-sqlserver.js +444 -0
- data/assets/_vendor/ace/mode-stylus.js +471 -0
- data/assets/_vendor/ace/mode-svg.js +1581 -0
- data/assets/_vendor/ace/mode-swift.js +390 -0
- data/assets/_vendor/ace/mode-tcl.js +383 -0
- data/assets/_vendor/ace/mode-terraform.js +398 -0
- data/assets/_vendor/ace/mode-tex.js +159 -0
- data/assets/_vendor/ace/mode-text.js +10 -0
- data/assets/_vendor/ace/mode-textile.js +150 -0
- data/assets/_vendor/ace/mode-toml.js +154 -0
- data/assets/_vendor/ace/mode-tsx.js +887 -0
- data/assets/_vendor/ace/mode-turtle.js +296 -0
- data/assets/_vendor/ace/mode-twig.js +2693 -0
- data/assets/_vendor/ace/mode-typescript.js +868 -0
- data/assets/_vendor/ace/mode-vala.js +676 -0
- data/assets/_vendor/ace/mode-vbscript.js +207 -0
- data/assets/_vendor/ace/mode-velocity.js +2790 -0
- data/assets/_vendor/ace/mode-verilog.js +119 -0
- data/assets/_vendor/ace/mode-vhdl.js +118 -0
- data/assets/_vendor/ace/mode-wollok.js +911 -0
- data/assets/_vendor/ace/mode-xml.js +677 -0
- data/assets/_vendor/ace/mode-xquery.js +4922 -0
- data/assets/_vendor/ace/mode-yaml.js +300 -0
- data/assets/_vendor/ace/snippets/abap.js +15 -0
- data/assets/_vendor/ace/snippets/abc.js +46 -0
- data/assets/_vendor/ace/snippets/actionscript.js +172 -0
- data/assets/_vendor/ace/snippets/ada.js +15 -0
- data/assets/_vendor/ace/snippets/apache_conf.js +15 -0
- data/assets/_vendor/ace/snippets/applescript.js +15 -0
- data/assets/_vendor/ace/snippets/asciidoc.js +15 -0
- data/assets/_vendor/ace/snippets/asl.js +14 -0
- data/assets/_vendor/ace/snippets/assembly_x86.js +15 -0
- data/assets/_vendor/ace/snippets/autohotkey.js +15 -0
- data/assets/_vendor/ace/snippets/batchfile.js +15 -0
- data/assets/_vendor/ace/snippets/bro.js +15 -0
- data/assets/_vendor/ace/snippets/c9search.js +15 -0
- data/assets/_vendor/ace/snippets/c_cpp.js +146 -0
- data/assets/_vendor/ace/snippets/cirru.js +15 -0
- data/assets/_vendor/ace/snippets/clojure.js +105 -0
- data/assets/_vendor/ace/snippets/cobol.js +15 -0
- data/assets/_vendor/ace/snippets/coffee.js +110 -0
- data/assets/_vendor/ace/snippets/coldfusion.js +15 -0
- data/assets/_vendor/ace/snippets/csharp.js +15 -0
- data/assets/_vendor/ace/snippets/csound_document.js +25 -0
- data/assets/_vendor/ace/snippets/csound_orchestra.js +62 -0
- data/assets/_vendor/ace/snippets/csound_score.js +15 -0
- data/assets/_vendor/ace/snippets/csp.js +15 -0
- data/assets/_vendor/ace/snippets/css.js +982 -0
- data/assets/_vendor/ace/snippets/curly.js +15 -0
- data/assets/_vendor/ace/snippets/d.js +15 -0
- data/assets/_vendor/ace/snippets/dart.js +98 -0
- data/assets/_vendor/ace/snippets/diff.js +26 -0
- data/assets/_vendor/ace/snippets/django.js +123 -0
- data/assets/_vendor/ace/snippets/dockerfile.js +15 -0
- data/assets/_vendor/ace/snippets/dot.js +15 -0
- data/assets/_vendor/ace/snippets/drools.js +34 -0
- data/assets/_vendor/ace/snippets/edifact.js +255 -0
- data/assets/_vendor/ace/snippets/eiffel.js +15 -0
- data/assets/_vendor/ace/snippets/ejs.js +15 -0
- data/assets/_vendor/ace/snippets/elixir.js +15 -0
- data/assets/_vendor/ace/snippets/elm.js +15 -0
- data/assets/_vendor/ace/snippets/erlang.js +175 -0
- data/assets/_vendor/ace/snippets/forth.js +15 -0
- data/assets/_vendor/ace/snippets/fortran.js +15 -0
- data/assets/_vendor/ace/snippets/fsharp.js +15 -0
- data/assets/_vendor/ace/snippets/ftl.js +15 -0
- data/assets/_vendor/ace/snippets/gcode.js +15 -0
- data/assets/_vendor/ace/snippets/gherkin.js +15 -0
- data/assets/_vendor/ace/snippets/gitignore.js +15 -0
- data/assets/_vendor/ace/snippets/glsl.js +15 -0
- data/assets/_vendor/ace/snippets/gobstones.js +49 -0
- data/assets/_vendor/ace/snippets/golang.js +15 -0
- data/assets/_vendor/ace/snippets/graphqlschema.js +47 -0
- data/assets/_vendor/ace/snippets/groovy.js +15 -0
- data/assets/_vendor/ace/snippets/haml.js +35 -0
- data/assets/_vendor/ace/snippets/handlebars.js +15 -0
- data/assets/_vendor/ace/snippets/haskell.js +97 -0
- data/assets/_vendor/ace/snippets/haskell_cabal.js +15 -0
- data/assets/_vendor/ace/snippets/haxe.js +15 -0
- data/assets/_vendor/ace/snippets/hjson.js +15 -0
- data/assets/_vendor/ace/snippets/html.js +870 -0
- data/assets/_vendor/ace/snippets/html_elixir.js +15 -0
- data/assets/_vendor/ace/snippets/html_ruby.js +15 -0
- data/assets/_vendor/ace/snippets/ini.js +15 -0
- data/assets/_vendor/ace/snippets/io.js +77 -0
- data/assets/_vendor/ace/snippets/jack.js +15 -0
- data/assets/_vendor/ace/snippets/jade.js +15 -0
- data/assets/_vendor/ace/snippets/java.js +255 -0
- data/assets/_vendor/ace/snippets/javascript.js +210 -0
- data/assets/_vendor/ace/snippets/json.js +15 -0
- data/assets/_vendor/ace/snippets/jsoniq.js +76 -0
- data/assets/_vendor/ace/snippets/jsp.js +114 -0
- data/assets/_vendor/ace/snippets/jssm.js +15 -0
- data/assets/_vendor/ace/snippets/jsx.js +15 -0
- data/assets/_vendor/ace/snippets/julia.js +15 -0
- data/assets/_vendor/ace/snippets/kotlin.js +15 -0
- data/assets/_vendor/ace/snippets/latex.js +15 -0
- data/assets/_vendor/ace/snippets/less.js +15 -0
- data/assets/_vendor/ace/snippets/liquid.js +15 -0
- data/assets/_vendor/ace/snippets/lisp.js +15 -0
- data/assets/_vendor/ace/snippets/livescript.js +15 -0
- data/assets/_vendor/ace/snippets/logiql.js +15 -0
- data/assets/_vendor/ace/snippets/lsl.js +1247 -0
- data/assets/_vendor/ace/snippets/lua.js +36 -0
- data/assets/_vendor/ace/snippets/luapage.js +15 -0
- data/assets/_vendor/ace/snippets/lucene.js +15 -0
- data/assets/_vendor/ace/snippets/makefile.js +19 -0
- data/assets/_vendor/ace/snippets/markdown.js +103 -0
- data/assets/_vendor/ace/snippets/mask.js +15 -0
- data/assets/_vendor/ace/snippets/matlab.js +15 -0
- data/assets/_vendor/ace/snippets/maze.js +24 -0
- data/assets/_vendor/ace/snippets/mel.js +15 -0
- data/assets/_vendor/ace/snippets/mixal.js +15 -0
- data/assets/_vendor/ace/snippets/mushcode.js +15 -0
- data/assets/_vendor/ace/snippets/mysql.js +15 -0
- data/assets/_vendor/ace/snippets/nix.js +15 -0
- data/assets/_vendor/ace/snippets/nsis.js +15 -0
- data/assets/_vendor/ace/snippets/objectivec.js +15 -0
- data/assets/_vendor/ace/snippets/ocaml.js +15 -0
- data/assets/_vendor/ace/snippets/pascal.js +15 -0
- data/assets/_vendor/ace/snippets/perl.js +362 -0
- data/assets/_vendor/ace/snippets/pgsql.js +15 -0
- data/assets/_vendor/ace/snippets/php.js +398 -0
- data/assets/_vendor/ace/snippets/php_laravel_blade.js +15 -0
- data/assets/_vendor/ace/snippets/pig.js +15 -0
- data/assets/_vendor/ace/snippets/plain_text.js +15 -0
- data/assets/_vendor/ace/snippets/powershell.js +15 -0
- data/assets/_vendor/ace/snippets/praat.js +15 -0
- data/assets/_vendor/ace/snippets/prolog.js +15 -0
- data/assets/_vendor/ace/snippets/properties.js +15 -0
- data/assets/_vendor/ace/snippets/protobuf.js +15 -0
- data/assets/_vendor/ace/snippets/puppet.js +15 -0
- data/assets/_vendor/ace/snippets/python.js +173 -0
- data/assets/_vendor/ace/snippets/r.js +136 -0
- data/assets/_vendor/ace/snippets/razor.js +18 -0
- data/assets/_vendor/ace/snippets/rdoc.js +15 -0
- data/assets/_vendor/ace/snippets/red.js +15 -0
- data/assets/_vendor/ace/snippets/redshift.js +15 -0
- data/assets/_vendor/ace/snippets/rhtml.js +15 -0
- data/assets/_vendor/ace/snippets/rst.js +37 -0
- data/assets/_vendor/ace/snippets/ruby.js +943 -0
- data/assets/_vendor/ace/snippets/rust.js +15 -0
- data/assets/_vendor/ace/snippets/sass.js +15 -0
- data/assets/_vendor/ace/snippets/scad.js +15 -0
- data/assets/_vendor/ace/snippets/scala.js +15 -0
- data/assets/_vendor/ace/snippets/scheme.js +15 -0
- data/assets/_vendor/ace/snippets/scss.js +15 -0
- data/assets/_vendor/ace/snippets/sh.js +98 -0
- data/assets/_vendor/ace/snippets/sjs.js +15 -0
- data/assets/_vendor/ace/snippets/slim.js +15 -0
- data/assets/_vendor/ace/snippets/smarty.js +15 -0
- data/assets/_vendor/ace/snippets/snippets.js +24 -0
- data/assets/_vendor/ace/snippets/soy_template.js +15 -0
- data/assets/_vendor/ace/snippets/space.js +15 -0
- data/assets/_vendor/ace/snippets/sparql.js +15 -0
- data/assets/_vendor/ace/snippets/sql.js +41 -0
- data/assets/_vendor/ace/snippets/sqlserver.js +84 -0
- data/assets/_vendor/ace/snippets/stylus.js +15 -0
- data/assets/_vendor/ace/snippets/svg.js +15 -0
- data/assets/_vendor/ace/snippets/swift.js +15 -0
- data/assets/_vendor/ace/snippets/tcl.js +107 -0
- data/assets/_vendor/ace/snippets/terraform.js +15 -0
- data/assets/_vendor/ace/snippets/tex.js +205 -0
- data/assets/_vendor/ace/snippets/text.js +15 -0
- data/assets/_vendor/ace/snippets/textile.js +45 -0
- data/assets/_vendor/ace/snippets/toml.js +15 -0
- data/assets/_vendor/ace/snippets/tsx.js +15 -0
- data/assets/_vendor/ace/snippets/turtle.js +15 -0
- data/assets/_vendor/ace/snippets/twig.js +15 -0
- data/assets/_vendor/ace/snippets/typescript.js +15 -0
- data/assets/_vendor/ace/snippets/vala.js +201 -0
- data/assets/_vendor/ace/snippets/vbscript.js +15 -0
- data/assets/_vendor/ace/snippets/velocity.js +44 -0
- data/assets/_vendor/ace/snippets/verilog.js +15 -0
- data/assets/_vendor/ace/snippets/vhdl.js +15 -0
- data/assets/_vendor/ace/snippets/wollok.js +99 -0
- data/assets/_vendor/ace/snippets/xml.js +15 -0
- data/assets/_vendor/ace/snippets/xquery.js +76 -0
- data/assets/_vendor/ace/snippets/yaml.js +15 -0
- data/assets/_vendor/ace/theme-ambiance.js +185 -0
- data/assets/_vendor/ace/theme-chaos.js +164 -0
- data/assets/_vendor/ace/theme-chrome.js +136 -0
- data/assets/_vendor/ace/theme-clouds.js +103 -0
- data/assets/_vendor/ace/theme-clouds_midnight.js +104 -0
- data/assets/_vendor/ace/theme-cobalt.js +121 -0
- data/assets/_vendor/ace/theme-crimson_editor.js +126 -0
- data/assets/_vendor/ace/theme-dawn.js +116 -0
- data/assets/_vendor/ace/theme-dracula.js +136 -0
- data/assets/_vendor/ace/theme-dreamweaver.js +149 -0
- data/assets/_vendor/ace/theme-eclipse.js +106 -0
- data/assets/_vendor/ace/theme-github.js +110 -0
- data/assets/_vendor/ace/theme-gob.js +120 -0
- data/assets/_vendor/ace/theme-gruvbox.js +90 -0
- data/assets/_vendor/ace/theme-idle_fingers.js +104 -0
- data/assets/_vendor/ace/theme-iplastic.js +129 -0
- data/assets/_vendor/ace/theme-katzenmilch.js +129 -0
- data/assets/_vendor/ace/theme-kr_theme.js +112 -0
- data/assets/_vendor/ace/theme-kuroir.js +69 -0
- data/assets/_vendor/ace/theme-merbivore.js +103 -0
- data/assets/_vendor/ace/theme-merbivore_soft.js +104 -0
- data/assets/_vendor/ace/theme-mono_industrial.js +115 -0
- data/assets/_vendor/ace/theme-monokai.js +113 -0
- data/assets/_vendor/ace/theme-pastel_on_dark.js +116 -0
- data/assets/_vendor/ace/theme-solarized_dark.js +96 -0
- data/assets/_vendor/ace/theme-solarized_light.js +99 -0
- data/assets/_vendor/ace/theme-sqlserver.js +146 -0
- data/assets/_vendor/ace/theme-terminal.js +122 -0
- data/assets/_vendor/ace/theme-textmate.js +138 -0
- data/assets/_vendor/ace/theme-tomorrow.js +116 -0
- data/assets/_vendor/ace/theme-tomorrow_night.js +116 -0
- data/assets/_vendor/ace/theme-tomorrow_night_blue.js +114 -0
- data/assets/_vendor/ace/theme-tomorrow_night_bright.js +129 -0
- data/assets/_vendor/ace/theme-tomorrow_night_eighties.js +116 -0
- data/assets/_vendor/ace/theme-twilight.js +117 -0
- data/assets/_vendor/ace/theme-vibrant_ink.js +102 -0
- data/assets/_vendor/ace/theme-xcode.js +96 -0
- data/assets/_vendor/ace/worker-coffee.js +2165 -0
- data/assets/_vendor/ace/worker-css.js +8764 -0
- data/assets/_vendor/ace/worker-html.js +11614 -0
- data/assets/_vendor/ace/worker-javascript.js +12491 -0
- data/assets/_vendor/ace/worker-json.js +2396 -0
- data/assets/_vendor/ace/worker-lua.js +3637 -0
- data/assets/_vendor/ace/worker-php.js +4313 -0
- data/assets/_vendor/ace/worker-xml.js +3899 -0
- data/assets/_vendor/ace/worker-xquery.js +70688 -0
- data/assets/_vendor/motion-ui/_settings.scss +1 -0
- data/assets/_vendor/motion-ui/effects/_fade.scss +1 -4
- data/assets/_vendor/motion-ui/effects/_hinge.scss +4 -3
- data/assets/_vendor/motion-ui/effects/_shake.scss +1 -1
- data/assets/_vendor/motion-ui/effects/_slide.scss +4 -3
- data/assets/_vendor/motion-ui/effects/_spin.scss +4 -3
- data/assets/_vendor/motion-ui/effects/_wiggle.scss +1 -1
- data/assets/_vendor/motion-ui/effects/_zoom.scss +2 -2
- data/assets/_vendor/motion-ui/motion-ui.scss +2 -0
- data/assets/_vendor/motion-ui/transitions/_fade.scss +6 -4
- data/assets/_vendor/motion-ui/transitions/_hinge.scss +3 -2
- data/assets/_vendor/motion-ui/transitions/_slide.scss +3 -2
- data/assets/_vendor/motion-ui/transitions/_spin.scss +2 -1
- data/assets/_vendor/motion-ui/transitions/_zoom.scss +6 -4
- data/assets/_vendor/motion-ui/util/_animation.scss +1 -1
- data/assets/_vendor/motion-ui/util/_args.scss +2 -2
- data/assets/_vendor/motion-ui/util/_function.scss +94 -0
- data/assets/_vendor/motion-ui/util/_keyframe.scss +5 -5
- data/assets/_vendor/motion-ui/util/_series.scss +20 -17
- data/assets/_vendor/motion-ui/util/_string.scss +36 -0
- data/assets/_vendor/tinymce/plugins/advlist/plugin.js +136 -404
- data/assets/_vendor/tinymce/plugins/advlist/plugin.min.js +1 -1
- data/assets/_vendor/tinymce/plugins/anchor/plugin.js +103 -323
- data/assets/_vendor/tinymce/plugins/anchor/plugin.min.js +1 -1
- data/assets/_vendor/tinymce/plugins/autolink/plugin.js +153 -377
- data/assets/_vendor/tinymce/plugins/autolink/plugin.min.js +1 -1
- data/assets/_vendor/tinymce/plugins/autoresize/plugin.js +145 -427
- data/assets/_vendor/tinymce/plugins/autoresize/plugin.min.js +1 -1
- data/assets/_vendor/tinymce/plugins/autosave/plugin.js +197 -579
- data/assets/_vendor/tinymce/plugins/autosave/plugin.min.js +1 -1
- data/assets/_vendor/tinymce/plugins/bbcode/plugin.js +88 -251
- data/assets/_vendor/tinymce/plugins/bbcode/plugin.min.js +1 -1
- data/assets/_vendor/tinymce/plugins/charmap/plugin.js +1243 -818
- data/assets/_vendor/tinymce/plugins/charmap/plugin.min.js +1 -1
- data/assets/_vendor/tinymce/plugins/code/plugin.js +82 -326
- data/assets/_vendor/tinymce/plugins/code/plugin.min.js +1 -1
- data/assets/_vendor/tinymce/plugins/codesample/plugin.js +829 -1444
- data/assets/_vendor/tinymce/plugins/codesample/plugin.min.js +1 -1
- data/assets/_vendor/tinymce/plugins/colorpicker/plugin.js +111 -257
- data/assets/_vendor/tinymce/plugins/colorpicker/plugin.min.js +1 -1
- data/assets/_vendor/tinymce/plugins/contextmenu/plugin.js +141 -469
- data/assets/_vendor/tinymce/plugins/contextmenu/plugin.min.js +1 -1
- data/assets/_vendor/tinymce/plugins/directionality/plugin.js +57 -261
- data/assets/_vendor/tinymce/plugins/directionality/plugin.min.js +1 -1
- data/assets/_vendor/tinymce/plugins/emoticons/plugin.js +78 -247
- data/assets/_vendor/tinymce/plugins/emoticons/plugin.min.js +1 -1
- data/assets/_vendor/tinymce/plugins/fullpage/plugin.js +463 -906
- data/assets/_vendor/tinymce/plugins/fullpage/plugin.min.js +1 -1
- data/assets/_vendor/tinymce/plugins/fullscreen/plugin.js +149 -427
- data/assets/_vendor/tinymce/plugins/fullscreen/plugin.min.js +1 -1
- data/assets/_vendor/tinymce/plugins/help/plugin.js +634 -1434
- data/assets/_vendor/tinymce/plugins/help/plugin.min.js +1 -1
- data/assets/_vendor/tinymce/plugins/hr/plugin.js +29 -185
- data/assets/_vendor/tinymce/plugins/hr/plugin.min.js +1 -1
- data/assets/_vendor/tinymce/plugins/image/plugin.js +1147 -1508
- data/assets/_vendor/tinymce/plugins/image/plugin.min.js +1 -1
- data/assets/_vendor/tinymce/plugins/imagetools/plugin.js +3319 -4079
- data/assets/_vendor/tinymce/plugins/imagetools/plugin.min.js +1 -2
- data/assets/_vendor/tinymce/plugins/importcss/plugin.js +230 -543
- data/assets/_vendor/tinymce/plugins/importcss/plugin.min.js +1 -1
- data/assets/_vendor/tinymce/plugins/insertdatetime/plugin.js +151 -460
- data/assets/_vendor/tinymce/plugins/insertdatetime/plugin.min.js +1 -1
- data/assets/_vendor/tinymce/plugins/legacyoutput/plugin.js +204 -379
- data/assets/_vendor/tinymce/plugins/legacyoutput/plugin.min.js +1 -1
- data/assets/_vendor/tinymce/plugins/link/plugin.js +644 -1162
- data/assets/_vendor/tinymce/plugins/link/plugin.min.js +1 -1
- data/assets/_vendor/tinymce/plugins/lists/plugin.js +1005 -1875
- data/assets/_vendor/tinymce/plugins/lists/plugin.min.js +1 -1
- data/assets/_vendor/tinymce/plugins/media/plugin.js +1066 -1926
- data/assets/_vendor/tinymce/plugins/media/plugin.min.js +1 -1
- data/assets/_vendor/tinymce/plugins/nonbreaking/plugin.js +70 -298
- data/assets/_vendor/tinymce/plugins/nonbreaking/plugin.min.js +1 -1
- data/assets/_vendor/tinymce/plugins/noneditable/plugin.js +96 -294
- data/assets/_vendor/tinymce/plugins/noneditable/plugin.min.js +1 -1
- data/assets/_vendor/tinymce/plugins/pagebreak/plugin.js +92 -337
- data/assets/_vendor/tinymce/plugins/pagebreak/plugin.min.js +1 -1
- data/assets/_vendor/tinymce/plugins/paste/plugin.js +1363 -2801
- data/assets/_vendor/tinymce/plugins/paste/plugin.min.js +1 -1
- data/assets/_vendor/tinymce/plugins/preview/plugin.js +106 -393
- data/assets/_vendor/tinymce/plugins/preview/plugin.min.js +1 -1
- data/assets/_vendor/tinymce/plugins/print/plugin.js +29 -185
- data/assets/_vendor/tinymce/plugins/print/plugin.min.js +1 -1
- data/assets/_vendor/tinymce/plugins/save/plugin.js +100 -350
- data/assets/_vendor/tinymce/plugins/save/plugin.min.js +1 -1
- data/assets/_vendor/tinymce/plugins/searchreplace/plugin.js +491 -865
- data/assets/_vendor/tinymce/plugins/searchreplace/plugin.min.js +1 -1
- data/assets/_vendor/tinymce/plugins/spellchecker/plugin.js +630 -1292
- data/assets/_vendor/tinymce/plugins/spellchecker/plugin.min.js +1 -1
- data/assets/_vendor/tinymce/plugins/tabfocus/plugin.js +96 -391
- data/assets/_vendor/tinymce/plugins/tabfocus/plugin.min.js +1 -1
- data/assets/_vendor/tinymce/plugins/table/plugin.js +9537 -14920
- data/assets/_vendor/tinymce/plugins/table/plugin.min.js +1 -5
- data/assets/_vendor/tinymce/plugins/template/plugin.js +309 -771
- data/assets/_vendor/tinymce/plugins/template/plugin.min.js +1 -1
- data/assets/_vendor/tinymce/plugins/textcolor/plugin.js +319 -592
- data/assets/_vendor/tinymce/plugins/textcolor/plugin.min.js +1 -1
- data/assets/_vendor/tinymce/plugins/textpattern/plugin.js +326 -674
- data/assets/_vendor/tinymce/plugins/textpattern/plugin.min.js +1 -1
- data/assets/_vendor/tinymce/plugins/toc/plugin.js +199 -530
- data/assets/_vendor/tinymce/plugins/toc/plugin.min.js +1 -1
- data/assets/_vendor/tinymce/plugins/visualblocks/plugin.js +112 -436
- data/assets/_vendor/tinymce/plugins/visualblocks/plugin.min.js +1 -1
- data/assets/_vendor/tinymce/plugins/visualchars/plugin.js +428 -1248
- data/assets/_vendor/tinymce/plugins/visualchars/plugin.min.js +1 -1
- data/assets/_vendor/tinymce/plugins/wordcount/plugin.js +307 -699
- data/assets/_vendor/tinymce/plugins/wordcount/plugin.min.js +1 -1
- data/assets/_vendor/tinymce/skins/lightgray/content.inline.min.css +1 -1
- data/assets/_vendor/tinymce/skins/lightgray/content.min.css +1 -1
- data/assets/_vendor/tinymce/skins/lightgray/fonts/tinymce.eot +0 -0
- data/assets/_vendor/tinymce/skins/lightgray/fonts/tinymce.svg +1 -1
- 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/skins/lightgray/skin.mobile.min.css +1 -1
- data/assets/_vendor/tinymce/themes/inlite/theme.js +9693 -18245
- data/assets/_vendor/tinymce/themes/inlite/theme.min.js +1 -5
- data/assets/_vendor/tinymce/themes/mobile/theme.js +12629 -22467
- data/assets/_vendor/tinymce/themes/mobile/theme.min.js +1 -8
- data/assets/_vendor/tinymce/themes/modern/theme.js +9510 -17780
- data/assets/_vendor/tinymce/themes/modern/theme.min.js +1 -5
- data/assets/_vendor/tinymce/tinymce.js +25087 -42606
- data/assets/_vendor/yoastseo/css/_icons.scss +7 -7
- data/assets/_vendor/yoastseo/css/_snippet-editor.scss +1 -1
- data/assets/bedrock/js/bedrock.js +1 -71697
- data/assets/bedrock/scss/_bedrock-components.scss +20 -0
- data/assets/bedrock/scss/_bedrock-settings.scss +12 -4
- data/assets/bedrock/scss/_foundation-settings.scss +4 -2
- data/assets/bedrock/scss/components/ace-editor.scss +21 -0
- data/assets/bedrock/scss/components/attachments-grid.scss +18 -15
- data/assets/bedrock/scss/components/date-picker.scss +146 -0
- data/assets/bedrock/scss/components/dropzone-upload.scss +7 -0
- data/assets/bedrock/scss/components/file-input.scss +7 -0
- data/assets/bedrock/scss/components/file-preview.scss +36 -0
- data/assets/bedrock/scss/components/frame-embed.scss +23 -0
- data/assets/bedrock/scss/components/global.scss +27 -0
- data/assets/bedrock/scss/components/helper-classes.scss +1 -0
- data/assets/bedrock/scss/components/icon-box.scss +38 -0
- data/assets/bedrock/scss/components/item-list.scss +66 -0
- data/assets/bedrock/scss/components/lists.scss +58 -0
- data/assets/bedrock/scss/components/off-canvas-menu.scss +27 -15
- data/assets/bedrock/scss/components/place-autocomplete.scss +90 -0
- data/assets/bedrock/scss/components/rrule-generator.scss +102 -0
- data/assets/bedrock/scss/components/rrule-reveal.scss +14 -0
- data/assets/bedrock/scss/components/select-box.scss +1 -0
- data/assets/bedrock/scss/components/seo-analysis.scss +5 -0
- data/assets/bedrock/scss/components/textarea.scss +14 -2
- data/assets/bedrock/scss/components/tiny-mce-editor.scss +5 -16
- data/lib/bedrock_sass.rb +5 -0
- data/lib/bedrock_sass/version.rb +1 -1
- data/lib/tasks/before_assets_precompile.rake +1 -0
- metadata +395 -4
- data/CODE_OF_CONDUCT.md +0 -74
@@ -0,0 +1,334 @@
|
|
1
|
+
define("ace/mode/bro_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/text_highlight_rules"], function(require, exports, module) {
|
2
|
+
"use strict";
|
3
|
+
|
4
|
+
var oop = require("../lib/oop");
|
5
|
+
var TextHighlightRules = require("./text_highlight_rules").TextHighlightRules;
|
6
|
+
|
7
|
+
var BroHighlightRules = function() {
|
8
|
+
this.$rules = {
|
9
|
+
start: [{
|
10
|
+
token: "punctuation.definition.comment.bro",
|
11
|
+
regex: /#/,
|
12
|
+
push: [{
|
13
|
+
token: "comment.line.number-sign.bro",
|
14
|
+
regex: /$/,
|
15
|
+
next: "pop"
|
16
|
+
}, {
|
17
|
+
defaultToken: "comment.line.number-sign.bro"
|
18
|
+
}]
|
19
|
+
}, {
|
20
|
+
token: "keyword.control.bro",
|
21
|
+
regex: /\b(?:break|case|continue|else|for|if|return|switch|next|when|timeout|schedule)\b/
|
22
|
+
}, {
|
23
|
+
token: [
|
24
|
+
"meta.function.bro",
|
25
|
+
"meta.function.bro",
|
26
|
+
"storage.type.bro",
|
27
|
+
"meta.function.bro",
|
28
|
+
"entity.name.function.bro",
|
29
|
+
"meta.function.bro"
|
30
|
+
],
|
31
|
+
regex: /^(\s*)(?:function|hook|event)(\s*)(.*)(\s*\()(.*)(\).*$)/
|
32
|
+
}, {
|
33
|
+
token: "storage.type.bro",
|
34
|
+
regex: /\b(?:bool|enum|double|int|count|port|addr|subnet|any|file|interval|time|string|table|vector|set|record|pattern|hook)\b/
|
35
|
+
}, {
|
36
|
+
token: "storage.modifier.bro",
|
37
|
+
regex: /\b(?:global|const|redef|local|&(?:optional|rotate_interval|rotate_size|add_func|del_func|expire_func|expire_create|expire_read|expire_write|persistent|synchronized|encrypt|mergeable|priority|group|type_column|log|error_handler))\b/
|
38
|
+
}, {
|
39
|
+
token: "keyword.operator.bro",
|
40
|
+
regex: /\s*(?:\||&&|(?:>|<|!)=?|==)\s*|\b!?in\b/
|
41
|
+
}, {
|
42
|
+
token: "constant.language.bro",
|
43
|
+
regex: /\b(?:T|F)\b/
|
44
|
+
}, {
|
45
|
+
token: "constant.numeric.bro",
|
46
|
+
regex: /\b(?:0(?:x|X)[0-9a-fA-F]*|(?:[0-9]+\.?[0-9]*|\.[0-9]+)(?:(?:e|E)(?:\+|-)?[0-9]+)?)(?:\/(?:tcp|udp|icmp)|\s*(?:u?sec|min|hr|day)s?)?\b/
|
47
|
+
}, {
|
48
|
+
token: "punctuation.definition.string.begin.bro",
|
49
|
+
regex: /"/,
|
50
|
+
push: [{
|
51
|
+
token: "punctuation.definition.string.end.bro",
|
52
|
+
regex: /"/,
|
53
|
+
next: "pop"
|
54
|
+
}, {
|
55
|
+
include: "#string_escaped_char"
|
56
|
+
}, {
|
57
|
+
include: "#string_placeholder"
|
58
|
+
}, {
|
59
|
+
defaultToken: "string.quoted.double.bro"
|
60
|
+
}]
|
61
|
+
}, {
|
62
|
+
token: "punctuation.definition.string.begin.bro",
|
63
|
+
regex: /\//,
|
64
|
+
push: [{
|
65
|
+
token: "punctuation.definition.string.end.bro",
|
66
|
+
regex: /\//,
|
67
|
+
next: "pop"
|
68
|
+
}, {
|
69
|
+
include: "#string_escaped_char"
|
70
|
+
}, {
|
71
|
+
include: "#string_placeholder"
|
72
|
+
}, {
|
73
|
+
defaultToken: "string.quoted.regex.bro"
|
74
|
+
}]
|
75
|
+
}, {
|
76
|
+
token: [
|
77
|
+
"meta.preprocessor.bro.load",
|
78
|
+
"keyword.other.special-method.bro"
|
79
|
+
],
|
80
|
+
regex: /^(\s*)(\@load(?:-sigs)?)\b/,
|
81
|
+
push: [{
|
82
|
+
token: [],
|
83
|
+
regex: /(?=\#)|$/,
|
84
|
+
next: "pop"
|
85
|
+
}, {
|
86
|
+
defaultToken: "meta.preprocessor.bro.load"
|
87
|
+
}]
|
88
|
+
}, {
|
89
|
+
token: [
|
90
|
+
"meta.preprocessor.bro.if",
|
91
|
+
"keyword.other.special-method.bro",
|
92
|
+
"meta.preprocessor.bro.if"
|
93
|
+
],
|
94
|
+
regex: /^(\s*)(\@endif|\@if(?:n?def)?)(.*$)/,
|
95
|
+
push: [{
|
96
|
+
token: [],
|
97
|
+
regex: /$/,
|
98
|
+
next: "pop"
|
99
|
+
}, {
|
100
|
+
defaultToken: "meta.preprocessor.bro.if"
|
101
|
+
}]
|
102
|
+
}],
|
103
|
+
"#disabled": [{
|
104
|
+
token: "text",
|
105
|
+
regex: /^\s*\@if(?:n?def)?\b.*$/,
|
106
|
+
push: [{
|
107
|
+
token: "text",
|
108
|
+
regex: /^\s*\@endif\b.*$/,
|
109
|
+
next: "pop"
|
110
|
+
}, {
|
111
|
+
include: "#disabled"
|
112
|
+
}, {
|
113
|
+
include: "#pragma-mark"
|
114
|
+
}],
|
115
|
+
comment: "eat nested preprocessor ifdefs"
|
116
|
+
}],
|
117
|
+
"#preprocessor-rule-other": [{
|
118
|
+
token: [
|
119
|
+
"text",
|
120
|
+
"meta.preprocessor.bro",
|
121
|
+
"meta.preprocessor.bro",
|
122
|
+
"text"
|
123
|
+
],
|
124
|
+
regex: /^(\s*)(@if)((?:n?def)?)\b(.*?)(?:(?=)|$)/,
|
125
|
+
push: [{
|
126
|
+
token: ["text", "meta.preprocessor.bro", "text"],
|
127
|
+
regex: /^(\s*)(@endif)\b(.*$)/,
|
128
|
+
next: "pop"
|
129
|
+
}, {
|
130
|
+
include: "$base"
|
131
|
+
}]
|
132
|
+
}],
|
133
|
+
"#string_escaped_char": [{
|
134
|
+
token: "constant.character.escape.bro",
|
135
|
+
regex: /\\(?:\\|[abefnprtv'"?]|[0-3]\d{,2}|[4-7]\d?|x[a-fA-F0-9]{,2})/
|
136
|
+
}, {
|
137
|
+
token: "invalid.illegal.unknown-escape.bro",
|
138
|
+
regex: /\\./
|
139
|
+
}],
|
140
|
+
"#string_placeholder": [{
|
141
|
+
token: "constant.other.placeholder.bro",
|
142
|
+
regex: /%(?:\d+\$)?[#0\- +']*[,;:_]?(?:-?\d+|\*(?:-?\d+\$)?)?(?:\.(?:-?\d+|\*(?:-?\d+\$)?)?)?(?:hh|h|ll|l|j|t|z|q|L|vh|vl|v|hv|hl)?[diouxXDOUeEfFgGaACcSspn%]/
|
143
|
+
}, {
|
144
|
+
token: "invalid.illegal.placeholder.bro",
|
145
|
+
regex: /%/
|
146
|
+
}]
|
147
|
+
};
|
148
|
+
|
149
|
+
this.normalizeRules();
|
150
|
+
};
|
151
|
+
|
152
|
+
BroHighlightRules.metaData = {
|
153
|
+
fileTypes: ["bro"],
|
154
|
+
foldingStartMarker: "^(\\@if(n?def)?)",
|
155
|
+
foldingStopMarker: "^\\@endif",
|
156
|
+
keyEquivalent: "@B",
|
157
|
+
name: "Bro",
|
158
|
+
scopeName: "source.bro"
|
159
|
+
};
|
160
|
+
|
161
|
+
|
162
|
+
oop.inherits(BroHighlightRules, TextHighlightRules);
|
163
|
+
|
164
|
+
exports.BroHighlightRules = BroHighlightRules;
|
165
|
+
});
|
166
|
+
|
167
|
+
define("ace/mode/folding/cstyle",["require","exports","module","ace/lib/oop","ace/range","ace/mode/folding/fold_mode"], function(require, exports, module) {
|
168
|
+
"use strict";
|
169
|
+
|
170
|
+
var oop = require("../../lib/oop");
|
171
|
+
var Range = require("../../range").Range;
|
172
|
+
var BaseFoldMode = require("./fold_mode").FoldMode;
|
173
|
+
|
174
|
+
var FoldMode = exports.FoldMode = function(commentRegex) {
|
175
|
+
if (commentRegex) {
|
176
|
+
this.foldingStartMarker = new RegExp(
|
177
|
+
this.foldingStartMarker.source.replace(/\|[^|]*?$/, "|" + commentRegex.start)
|
178
|
+
);
|
179
|
+
this.foldingStopMarker = new RegExp(
|
180
|
+
this.foldingStopMarker.source.replace(/\|[^|]*?$/, "|" + commentRegex.end)
|
181
|
+
);
|
182
|
+
}
|
183
|
+
};
|
184
|
+
oop.inherits(FoldMode, BaseFoldMode);
|
185
|
+
|
186
|
+
(function() {
|
187
|
+
|
188
|
+
this.foldingStartMarker = /([\{\[\(])[^\}\]\)]*$|^\s*(\/\*)/;
|
189
|
+
this.foldingStopMarker = /^[^\[\{\(]*([\}\]\)])|^[\s\*]*(\*\/)/;
|
190
|
+
this.singleLineBlockCommentRe= /^\s*(\/\*).*\*\/\s*$/;
|
191
|
+
this.tripleStarBlockCommentRe = /^\s*(\/\*\*\*).*\*\/\s*$/;
|
192
|
+
this.startRegionRe = /^\s*(\/\*|\/\/)#?region\b/;
|
193
|
+
this._getFoldWidgetBase = this.getFoldWidget;
|
194
|
+
this.getFoldWidget = function(session, foldStyle, row) {
|
195
|
+
var line = session.getLine(row);
|
196
|
+
|
197
|
+
if (this.singleLineBlockCommentRe.test(line)) {
|
198
|
+
if (!this.startRegionRe.test(line) && !this.tripleStarBlockCommentRe.test(line))
|
199
|
+
return "";
|
200
|
+
}
|
201
|
+
|
202
|
+
var fw = this._getFoldWidgetBase(session, foldStyle, row);
|
203
|
+
|
204
|
+
if (!fw && this.startRegionRe.test(line))
|
205
|
+
return "start"; // lineCommentRegionStart
|
206
|
+
|
207
|
+
return fw;
|
208
|
+
};
|
209
|
+
|
210
|
+
this.getFoldWidgetRange = function(session, foldStyle, row, forceMultiline) {
|
211
|
+
var line = session.getLine(row);
|
212
|
+
|
213
|
+
if (this.startRegionRe.test(line))
|
214
|
+
return this.getCommentRegionBlock(session, line, row);
|
215
|
+
|
216
|
+
var match = line.match(this.foldingStartMarker);
|
217
|
+
if (match) {
|
218
|
+
var i = match.index;
|
219
|
+
|
220
|
+
if (match[1])
|
221
|
+
return this.openingBracketBlock(session, match[1], row, i);
|
222
|
+
|
223
|
+
var range = session.getCommentFoldRange(row, i + match[0].length, 1);
|
224
|
+
|
225
|
+
if (range && !range.isMultiLine()) {
|
226
|
+
if (forceMultiline) {
|
227
|
+
range = this.getSectionRange(session, row);
|
228
|
+
} else if (foldStyle != "all")
|
229
|
+
range = null;
|
230
|
+
}
|
231
|
+
|
232
|
+
return range;
|
233
|
+
}
|
234
|
+
|
235
|
+
if (foldStyle === "markbegin")
|
236
|
+
return;
|
237
|
+
|
238
|
+
var match = line.match(this.foldingStopMarker);
|
239
|
+
if (match) {
|
240
|
+
var i = match.index + match[0].length;
|
241
|
+
|
242
|
+
if (match[1])
|
243
|
+
return this.closingBracketBlock(session, match[1], row, i);
|
244
|
+
|
245
|
+
return session.getCommentFoldRange(row, i, -1);
|
246
|
+
}
|
247
|
+
};
|
248
|
+
|
249
|
+
this.getSectionRange = function(session, row) {
|
250
|
+
var line = session.getLine(row);
|
251
|
+
var startIndent = line.search(/\S/);
|
252
|
+
var startRow = row;
|
253
|
+
var startColumn = line.length;
|
254
|
+
row = row + 1;
|
255
|
+
var endRow = row;
|
256
|
+
var maxRow = session.getLength();
|
257
|
+
while (++row < maxRow) {
|
258
|
+
line = session.getLine(row);
|
259
|
+
var indent = line.search(/\S/);
|
260
|
+
if (indent === -1)
|
261
|
+
continue;
|
262
|
+
if (startIndent > indent)
|
263
|
+
break;
|
264
|
+
var subRange = this.getFoldWidgetRange(session, "all", row);
|
265
|
+
|
266
|
+
if (subRange) {
|
267
|
+
if (subRange.start.row <= startRow) {
|
268
|
+
break;
|
269
|
+
} else if (subRange.isMultiLine()) {
|
270
|
+
row = subRange.end.row;
|
271
|
+
} else if (startIndent == indent) {
|
272
|
+
break;
|
273
|
+
}
|
274
|
+
}
|
275
|
+
endRow = row;
|
276
|
+
}
|
277
|
+
|
278
|
+
return new Range(startRow, startColumn, endRow, session.getLine(endRow).length);
|
279
|
+
};
|
280
|
+
this.getCommentRegionBlock = function(session, line, row) {
|
281
|
+
var startColumn = line.search(/\s*$/);
|
282
|
+
var maxRow = session.getLength();
|
283
|
+
var startRow = row;
|
284
|
+
|
285
|
+
var re = /^\s*(?:\/\*|\/\/|--)#?(end)?region\b/;
|
286
|
+
var depth = 1;
|
287
|
+
while (++row < maxRow) {
|
288
|
+
line = session.getLine(row);
|
289
|
+
var m = re.exec(line);
|
290
|
+
if (!m) continue;
|
291
|
+
if (m[1]) depth--;
|
292
|
+
else depth++;
|
293
|
+
|
294
|
+
if (!depth) break;
|
295
|
+
}
|
296
|
+
|
297
|
+
var endRow = row;
|
298
|
+
if (endRow > startRow) {
|
299
|
+
return new Range(startRow, startColumn, endRow, line.length);
|
300
|
+
}
|
301
|
+
};
|
302
|
+
|
303
|
+
}).call(FoldMode.prototype);
|
304
|
+
|
305
|
+
});
|
306
|
+
|
307
|
+
define("ace/mode/bro",["require","exports","module","ace/lib/oop","ace/mode/text","ace/mode/bro_highlight_rules","ace/mode/folding/cstyle"], function(require, exports, module) {
|
308
|
+
"use strict";
|
309
|
+
|
310
|
+
var oop = require("../lib/oop");
|
311
|
+
var TextMode = require("./text").Mode;
|
312
|
+
var BroHighlightRules = require("./bro_highlight_rules").BroHighlightRules;
|
313
|
+
var FoldMode = require("./folding/cstyle").FoldMode;
|
314
|
+
|
315
|
+
var Mode = function() {
|
316
|
+
this.HighlightRules = BroHighlightRules;
|
317
|
+
this.foldingRules = new FoldMode();
|
318
|
+
};
|
319
|
+
oop.inherits(Mode, TextMode);
|
320
|
+
|
321
|
+
(function() {
|
322
|
+
this.$id = "ace/mode/bro";
|
323
|
+
}).call(Mode.prototype);
|
324
|
+
|
325
|
+
exports.Mode = Mode;
|
326
|
+
});
|
327
|
+
(function() {
|
328
|
+
window.require(["ace/mode/bro"], function(m) {
|
329
|
+
if (typeof module == "object" && typeof exports == "object" && module) {
|
330
|
+
module.exports = m;
|
331
|
+
}
|
332
|
+
});
|
333
|
+
})();
|
334
|
+
|
@@ -0,0 +1,294 @@
|
|
1
|
+
define("ace/mode/c9search_highlight_rules",["require","exports","module","ace/lib/oop","ace/lib/lang","ace/mode/text_highlight_rules"], function(require, exports, module) {
|
2
|
+
"use strict";
|
3
|
+
|
4
|
+
var oop = require("../lib/oop");
|
5
|
+
var lang = require("../lib/lang");
|
6
|
+
var TextHighlightRules = require("./text_highlight_rules").TextHighlightRules;
|
7
|
+
|
8
|
+
function safeCreateRegexp(source, flag) {
|
9
|
+
try {
|
10
|
+
return new RegExp(source, flag);
|
11
|
+
} catch(e) {}
|
12
|
+
}
|
13
|
+
|
14
|
+
var C9SearchHighlightRules = function() {
|
15
|
+
this.$rules = {
|
16
|
+
"start" : [
|
17
|
+
{
|
18
|
+
tokenNames : ["c9searchresults.constant.numeric", "c9searchresults.text", "c9searchresults.text", "c9searchresults.keyword"],
|
19
|
+
regex : /(^\s+[0-9]+)(:)(\d*\s?)([^\r\n]+)/,
|
20
|
+
onMatch : function(val, state, stack) {
|
21
|
+
var values = this.splitRegex.exec(val);
|
22
|
+
var types = this.tokenNames;
|
23
|
+
var tokens = [{
|
24
|
+
type: types[0],
|
25
|
+
value: values[1]
|
26
|
+
}, {
|
27
|
+
type: types[1],
|
28
|
+
value: values[2]
|
29
|
+
}];
|
30
|
+
|
31
|
+
if (values[3]) {
|
32
|
+
if (values[3] == " ")
|
33
|
+
tokens[1] = { type: types[1], value: values[2] + " " };
|
34
|
+
else
|
35
|
+
tokens.push({ type: types[1], value: values[3] });
|
36
|
+
}
|
37
|
+
var regex = stack[1];
|
38
|
+
var str = values[4];
|
39
|
+
|
40
|
+
var m;
|
41
|
+
var last = 0;
|
42
|
+
if (regex && regex.exec) {
|
43
|
+
regex.lastIndex = 0;
|
44
|
+
while (m = regex.exec(str)) {
|
45
|
+
var skipped = str.substring(last, m.index);
|
46
|
+
last = regex.lastIndex;
|
47
|
+
if (skipped)
|
48
|
+
tokens.push({type: types[2], value: skipped});
|
49
|
+
if (m[0])
|
50
|
+
tokens.push({type: types[3], value: m[0]});
|
51
|
+
else if (!skipped)
|
52
|
+
break;
|
53
|
+
}
|
54
|
+
}
|
55
|
+
if (last < str.length)
|
56
|
+
tokens.push({type: types[2], value: str.substr(last)});
|
57
|
+
return tokens;
|
58
|
+
}
|
59
|
+
},
|
60
|
+
{
|
61
|
+
regex : "^Searching for [^\\r\\n]*$",
|
62
|
+
onMatch: function(val, state, stack) {
|
63
|
+
var parts = val.split("\x01");
|
64
|
+
if (parts.length < 3)
|
65
|
+
return "text";
|
66
|
+
|
67
|
+
var options, search;
|
68
|
+
|
69
|
+
var i = 0;
|
70
|
+
var tokens = [{
|
71
|
+
value: parts[i++] + "'",
|
72
|
+
type: "text"
|
73
|
+
}, {
|
74
|
+
value: search = parts[i++],
|
75
|
+
type: "text" // "c9searchresults.keyword"
|
76
|
+
}, {
|
77
|
+
value: "'" + parts[i++],
|
78
|
+
type: "text"
|
79
|
+
}];
|
80
|
+
if (parts[2] !== " in") {
|
81
|
+
tokens.push({
|
82
|
+
value: "'" + parts[i++] + "'",
|
83
|
+
type: "text"
|
84
|
+
}, {
|
85
|
+
value: parts[i++],
|
86
|
+
type: "text"
|
87
|
+
});
|
88
|
+
}
|
89
|
+
tokens.push({
|
90
|
+
value: " " + parts[i++] + " ",
|
91
|
+
type: "text"
|
92
|
+
});
|
93
|
+
if (parts[i+1]) {
|
94
|
+
options = parts[i+1];
|
95
|
+
tokens.push({
|
96
|
+
value: "(" + parts[i+1] + ")",
|
97
|
+
type: "text"
|
98
|
+
});
|
99
|
+
i += 1;
|
100
|
+
} else {
|
101
|
+
i -= 1;
|
102
|
+
}
|
103
|
+
while (i++ < parts.length) {
|
104
|
+
parts[i] && tokens.push({
|
105
|
+
value: parts[i],
|
106
|
+
type: "text"
|
107
|
+
});
|
108
|
+
}
|
109
|
+
|
110
|
+
if (search) {
|
111
|
+
if (!/regex/.test(options))
|
112
|
+
search = lang.escapeRegExp(search);
|
113
|
+
if (/whole/.test(options))
|
114
|
+
search = "\\b" + search + "\\b";
|
115
|
+
}
|
116
|
+
|
117
|
+
var regex = search && safeCreateRegexp(
|
118
|
+
"(" + search + ")",
|
119
|
+
/ sensitive/.test(options) ? "g" : "ig"
|
120
|
+
);
|
121
|
+
if (regex) {
|
122
|
+
stack[0] = state;
|
123
|
+
stack[1] = regex;
|
124
|
+
}
|
125
|
+
|
126
|
+
return tokens;
|
127
|
+
}
|
128
|
+
},
|
129
|
+
{
|
130
|
+
regex : "^(?=Found \\d+ matches)",
|
131
|
+
token : "text",
|
132
|
+
next : "numbers"
|
133
|
+
},
|
134
|
+
{
|
135
|
+
token : "string", // single line
|
136
|
+
regex : "^\\S:?[^:]+",
|
137
|
+
next : "numbers"
|
138
|
+
}
|
139
|
+
],
|
140
|
+
numbers:[{
|
141
|
+
regex : "\\d+",
|
142
|
+
token : "constant.numeric"
|
143
|
+
}, {
|
144
|
+
regex : "$",
|
145
|
+
token : "text",
|
146
|
+
next : "start"
|
147
|
+
}]
|
148
|
+
};
|
149
|
+
this.normalizeRules();
|
150
|
+
};
|
151
|
+
|
152
|
+
oop.inherits(C9SearchHighlightRules, TextHighlightRules);
|
153
|
+
|
154
|
+
exports.C9SearchHighlightRules = C9SearchHighlightRules;
|
155
|
+
|
156
|
+
});
|
157
|
+
|
158
|
+
define("ace/mode/matching_brace_outdent",["require","exports","module","ace/range"], function(require, exports, module) {
|
159
|
+
"use strict";
|
160
|
+
|
161
|
+
var Range = require("../range").Range;
|
162
|
+
|
163
|
+
var MatchingBraceOutdent = function() {};
|
164
|
+
|
165
|
+
(function() {
|
166
|
+
|
167
|
+
this.checkOutdent = function(line, input) {
|
168
|
+
if (! /^\s+$/.test(line))
|
169
|
+
return false;
|
170
|
+
|
171
|
+
return /^\s*\}/.test(input);
|
172
|
+
};
|
173
|
+
|
174
|
+
this.autoOutdent = function(doc, row) {
|
175
|
+
var line = doc.getLine(row);
|
176
|
+
var match = line.match(/^(\s*\})/);
|
177
|
+
|
178
|
+
if (!match) return 0;
|
179
|
+
|
180
|
+
var column = match[1].length;
|
181
|
+
var openBracePos = doc.findMatchingBracket({row: row, column: column});
|
182
|
+
|
183
|
+
if (!openBracePos || openBracePos.row == row) return 0;
|
184
|
+
|
185
|
+
var indent = this.$getIndent(doc.getLine(openBracePos.row));
|
186
|
+
doc.replace(new Range(row, 0, row, column-1), indent);
|
187
|
+
};
|
188
|
+
|
189
|
+
this.$getIndent = function(line) {
|
190
|
+
return line.match(/^\s*/)[0];
|
191
|
+
};
|
192
|
+
|
193
|
+
}).call(MatchingBraceOutdent.prototype);
|
194
|
+
|
195
|
+
exports.MatchingBraceOutdent = MatchingBraceOutdent;
|
196
|
+
});
|
197
|
+
|
198
|
+
define("ace/mode/folding/c9search",["require","exports","module","ace/lib/oop","ace/range","ace/mode/folding/fold_mode"], function(require, exports, module) {
|
199
|
+
"use strict";
|
200
|
+
|
201
|
+
var oop = require("../../lib/oop");
|
202
|
+
var Range = require("../../range").Range;
|
203
|
+
var BaseFoldMode = require("./fold_mode").FoldMode;
|
204
|
+
|
205
|
+
var FoldMode = exports.FoldMode = function() {};
|
206
|
+
oop.inherits(FoldMode, BaseFoldMode);
|
207
|
+
|
208
|
+
(function() {
|
209
|
+
|
210
|
+
this.foldingStartMarker = /^(\S.*:|Searching for.*)$/;
|
211
|
+
this.foldingStopMarker = /^(\s+|Found.*)$/;
|
212
|
+
|
213
|
+
this.getFoldWidgetRange = function(session, foldStyle, row) {
|
214
|
+
var lines = session.doc.getAllLines(row);
|
215
|
+
var line = lines[row];
|
216
|
+
var level1 = /^(Found.*|Searching for.*)$/;
|
217
|
+
var level2 = /^(\S.*:|\s*)$/;
|
218
|
+
var re = level1.test(line) ? level1 : level2;
|
219
|
+
|
220
|
+
var startRow = row;
|
221
|
+
var endRow = row;
|
222
|
+
|
223
|
+
if (this.foldingStartMarker.test(line)) {
|
224
|
+
for (var i = row + 1, l = session.getLength(); i < l; i++) {
|
225
|
+
if (re.test(lines[i]))
|
226
|
+
break;
|
227
|
+
}
|
228
|
+
endRow = i;
|
229
|
+
}
|
230
|
+
else if (this.foldingStopMarker.test(line)) {
|
231
|
+
for (var i = row - 1; i >= 0; i--) {
|
232
|
+
line = lines[i];
|
233
|
+
if (re.test(line))
|
234
|
+
break;
|
235
|
+
}
|
236
|
+
startRow = i;
|
237
|
+
}
|
238
|
+
if (startRow != endRow) {
|
239
|
+
var col = line.length;
|
240
|
+
if (re === level1)
|
241
|
+
col = line.search(/\(Found[^)]+\)$|$/);
|
242
|
+
return new Range(startRow, col, endRow, 0);
|
243
|
+
}
|
244
|
+
};
|
245
|
+
|
246
|
+
}).call(FoldMode.prototype);
|
247
|
+
|
248
|
+
});
|
249
|
+
|
250
|
+
define("ace/mode/c9search",["require","exports","module","ace/lib/oop","ace/mode/text","ace/mode/c9search_highlight_rules","ace/mode/matching_brace_outdent","ace/mode/folding/c9search"], function(require, exports, module) {
|
251
|
+
"use strict";
|
252
|
+
|
253
|
+
var oop = require("../lib/oop");
|
254
|
+
var TextMode = require("./text").Mode;
|
255
|
+
var C9SearchHighlightRules = require("./c9search_highlight_rules").C9SearchHighlightRules;
|
256
|
+
var MatchingBraceOutdent = require("./matching_brace_outdent").MatchingBraceOutdent;
|
257
|
+
var C9StyleFoldMode = require("./folding/c9search").FoldMode;
|
258
|
+
|
259
|
+
var Mode = function() {
|
260
|
+
this.HighlightRules = C9SearchHighlightRules;
|
261
|
+
this.$outdent = new MatchingBraceOutdent();
|
262
|
+
this.foldingRules = new C9StyleFoldMode();
|
263
|
+
};
|
264
|
+
oop.inherits(Mode, TextMode);
|
265
|
+
|
266
|
+
(function() {
|
267
|
+
|
268
|
+
this.getNextLineIndent = function(state, line, tab) {
|
269
|
+
var indent = this.$getIndent(line);
|
270
|
+
return indent;
|
271
|
+
};
|
272
|
+
|
273
|
+
this.checkOutdent = function(state, line, input) {
|
274
|
+
return this.$outdent.checkOutdent(line, input);
|
275
|
+
};
|
276
|
+
|
277
|
+
this.autoOutdent = function(state, doc, row) {
|
278
|
+
this.$outdent.autoOutdent(doc, row);
|
279
|
+
};
|
280
|
+
|
281
|
+
this.$id = "ace/mode/c9search";
|
282
|
+
}).call(Mode.prototype);
|
283
|
+
|
284
|
+
exports.Mode = Mode;
|
285
|
+
|
286
|
+
});
|
287
|
+
(function() {
|
288
|
+
window.require(["ace/mode/c9search"], function(m) {
|
289
|
+
if (typeof module == "object" && typeof exports == "object" && module) {
|
290
|
+
module.exports = m;
|
291
|
+
}
|
292
|
+
});
|
293
|
+
})();
|
294
|
+
|