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,447 @@
|
|
1
|
+
define("ace/mode/sh_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 reservedKeywords = exports.reservedKeywords = (
|
8
|
+
'!|{|}|case|do|done|elif|else|'+
|
9
|
+
'esac|fi|for|if|in|then|until|while|'+
|
10
|
+
'&|;|export|local|read|typeset|unset|'+
|
11
|
+
'elif|select|set|function|declare|readonly'
|
12
|
+
);
|
13
|
+
|
14
|
+
var languageConstructs = exports.languageConstructs = (
|
15
|
+
'[|]|alias|bg|bind|break|builtin|'+
|
16
|
+
'cd|command|compgen|complete|continue|'+
|
17
|
+
'dirs|disown|echo|enable|eval|exec|'+
|
18
|
+
'exit|fc|fg|getopts|hash|help|history|'+
|
19
|
+
'jobs|kill|let|logout|popd|printf|pushd|'+
|
20
|
+
'pwd|return|set|shift|shopt|source|'+
|
21
|
+
'suspend|test|times|trap|type|ulimit|'+
|
22
|
+
'umask|unalias|wait'
|
23
|
+
);
|
24
|
+
|
25
|
+
var ShHighlightRules = function() {
|
26
|
+
var keywordMapper = this.createKeywordMapper({
|
27
|
+
"keyword": reservedKeywords,
|
28
|
+
"support.function.builtin": languageConstructs,
|
29
|
+
"invalid.deprecated": "debugger"
|
30
|
+
}, "identifier");
|
31
|
+
|
32
|
+
var integer = "(?:(?:[1-9]\\d*)|(?:0))";
|
33
|
+
var fraction = "(?:\\.\\d+)";
|
34
|
+
var intPart = "(?:\\d+)";
|
35
|
+
var pointFloat = "(?:(?:" + intPart + "?" + fraction + ")|(?:" + intPart + "\\.))";
|
36
|
+
var exponentFloat = "(?:(?:" + pointFloat + "|" + intPart + ")" + ")";
|
37
|
+
var floatNumber = "(?:" + exponentFloat + "|" + pointFloat + ")";
|
38
|
+
var fileDescriptor = "(?:&" + intPart + ")";
|
39
|
+
|
40
|
+
var variableName = "[a-zA-Z_][a-zA-Z0-9_]*";
|
41
|
+
var variable = "(?:" + variableName + "(?==))";
|
42
|
+
|
43
|
+
var builtinVariable = "(?:\\$(?:SHLVL|\\$|\\!|\\?))";
|
44
|
+
|
45
|
+
var func = "(?:" + variableName + "\\s*\\(\\))";
|
46
|
+
|
47
|
+
this.$rules = {
|
48
|
+
"start" : [{
|
49
|
+
token : "constant",
|
50
|
+
regex : /\\./
|
51
|
+
}, {
|
52
|
+
token : ["text", "comment"],
|
53
|
+
regex : /(^|\s)(#.*)$/
|
54
|
+
}, {
|
55
|
+
token : "string.start",
|
56
|
+
regex : '"',
|
57
|
+
push : [{
|
58
|
+
token : "constant.language.escape",
|
59
|
+
regex : /\\(?:[$`"\\]|$)/
|
60
|
+
}, {
|
61
|
+
include : "variables"
|
62
|
+
}, {
|
63
|
+
token : "keyword.operator",
|
64
|
+
regex : /`/ // TODO highlight `
|
65
|
+
}, {
|
66
|
+
token : "string.end",
|
67
|
+
regex : '"',
|
68
|
+
next: "pop"
|
69
|
+
}, {
|
70
|
+
defaultToken: "string"
|
71
|
+
}]
|
72
|
+
}, {
|
73
|
+
token : "string",
|
74
|
+
regex : "\\$'",
|
75
|
+
push : [{
|
76
|
+
token : "constant.language.escape",
|
77
|
+
regex : /\\(?:[abeEfnrtv\\'"]|x[a-fA-F\d]{1,2}|u[a-fA-F\d]{4}([a-fA-F\d]{4})?|c.|\d{1,3})/
|
78
|
+
}, {
|
79
|
+
token : "string",
|
80
|
+
regex : "'",
|
81
|
+
next: "pop"
|
82
|
+
}, {
|
83
|
+
defaultToken: "string"
|
84
|
+
}]
|
85
|
+
}, {
|
86
|
+
regex : "<<<",
|
87
|
+
token : "keyword.operator"
|
88
|
+
}, {
|
89
|
+
stateName: "heredoc",
|
90
|
+
regex : "(<<-?)(\\s*)(['\"`]?)([\\w\\-]+)(['\"`]?)",
|
91
|
+
onMatch : function(value, currentState, stack) {
|
92
|
+
var next = value[2] == '-' ? "indentedHeredoc" : "heredoc";
|
93
|
+
var tokens = value.split(this.splitRegex);
|
94
|
+
stack.push(next, tokens[4]);
|
95
|
+
return [
|
96
|
+
{type:"constant", value: tokens[1]},
|
97
|
+
{type:"text", value: tokens[2]},
|
98
|
+
{type:"string", value: tokens[3]},
|
99
|
+
{type:"support.class", value: tokens[4]},
|
100
|
+
{type:"string", value: tokens[5]}
|
101
|
+
];
|
102
|
+
},
|
103
|
+
rules: {
|
104
|
+
heredoc: [{
|
105
|
+
onMatch: function(value, currentState, stack) {
|
106
|
+
if (value === stack[1]) {
|
107
|
+
stack.shift();
|
108
|
+
stack.shift();
|
109
|
+
this.next = stack[0] || "start";
|
110
|
+
return "support.class";
|
111
|
+
}
|
112
|
+
this.next = "";
|
113
|
+
return "string";
|
114
|
+
},
|
115
|
+
regex: ".*$",
|
116
|
+
next: "start"
|
117
|
+
}],
|
118
|
+
indentedHeredoc: [{
|
119
|
+
token: "string",
|
120
|
+
regex: "^\t+"
|
121
|
+
}, {
|
122
|
+
onMatch: function(value, currentState, stack) {
|
123
|
+
if (value === stack[1]) {
|
124
|
+
stack.shift();
|
125
|
+
stack.shift();
|
126
|
+
this.next = stack[0] || "start";
|
127
|
+
return "support.class";
|
128
|
+
}
|
129
|
+
this.next = "";
|
130
|
+
return "string";
|
131
|
+
},
|
132
|
+
regex: ".*$",
|
133
|
+
next: "start"
|
134
|
+
}]
|
135
|
+
}
|
136
|
+
}, {
|
137
|
+
regex : "$",
|
138
|
+
token : "empty",
|
139
|
+
next : function(currentState, stack) {
|
140
|
+
if (stack[0] === "heredoc" || stack[0] === "indentedHeredoc")
|
141
|
+
return stack[0];
|
142
|
+
return currentState;
|
143
|
+
}
|
144
|
+
}, {
|
145
|
+
token : ["keyword", "text", "text", "text", "variable"],
|
146
|
+
regex : /(declare|local|readonly)(\s+)(?:(-[fixar]+)(\s+))?([a-zA-Z_][a-zA-Z0-9_]*\b)/
|
147
|
+
}, {
|
148
|
+
token : "variable.language",
|
149
|
+
regex : builtinVariable
|
150
|
+
}, {
|
151
|
+
token : "variable",
|
152
|
+
regex : variable
|
153
|
+
}, {
|
154
|
+
include : "variables"
|
155
|
+
}, {
|
156
|
+
token : "support.function",
|
157
|
+
regex : func
|
158
|
+
}, {
|
159
|
+
token : "support.function",
|
160
|
+
regex : fileDescriptor
|
161
|
+
}, {
|
162
|
+
token : "string", // ' string
|
163
|
+
start : "'", end : "'"
|
164
|
+
}, {
|
165
|
+
token : "constant.numeric", // float
|
166
|
+
regex : floatNumber
|
167
|
+
}, {
|
168
|
+
token : "constant.numeric", // integer
|
169
|
+
regex : integer + "\\b"
|
170
|
+
}, {
|
171
|
+
token : keywordMapper,
|
172
|
+
regex : "[a-zA-Z_][a-zA-Z0-9_]*\\b"
|
173
|
+
}, {
|
174
|
+
token : "keyword.operator",
|
175
|
+
regex : "\\+|\\-|\\*|\\*\\*|\\/|\\/\\/|~|<|>|<=|=>|=|!=|[%&|`]"
|
176
|
+
}, {
|
177
|
+
token : "punctuation.operator",
|
178
|
+
regex : ";"
|
179
|
+
}, {
|
180
|
+
token : "paren.lparen",
|
181
|
+
regex : "[\\[\\(\\{]"
|
182
|
+
}, {
|
183
|
+
token : "paren.rparen",
|
184
|
+
regex : "[\\]]"
|
185
|
+
}, {
|
186
|
+
token : "paren.rparen",
|
187
|
+
regex : "[\\)\\}]",
|
188
|
+
next : "pop"
|
189
|
+
}],
|
190
|
+
variables: [{
|
191
|
+
token : "variable",
|
192
|
+
regex : /(\$)(\w+)/
|
193
|
+
}, {
|
194
|
+
token : ["variable", "paren.lparen"],
|
195
|
+
regex : /(\$)(\()/,
|
196
|
+
push : "start"
|
197
|
+
}, {
|
198
|
+
token : ["variable", "paren.lparen", "keyword.operator", "variable", "keyword.operator"],
|
199
|
+
regex : /(\$)(\{)([#!]?)(\w+|[*@#?\-$!0_])(:[?+\-=]?|##?|%%?|,,?\/|\^\^?)?/,
|
200
|
+
push : "start"
|
201
|
+
}, {
|
202
|
+
token : "variable",
|
203
|
+
regex : /\$[*@#?\-$!0_]/
|
204
|
+
}, {
|
205
|
+
token : ["variable", "paren.lparen"],
|
206
|
+
regex : /(\$)(\{)/,
|
207
|
+
push : "start"
|
208
|
+
}]
|
209
|
+
};
|
210
|
+
|
211
|
+
this.normalizeRules();
|
212
|
+
};
|
213
|
+
|
214
|
+
oop.inherits(ShHighlightRules, TextHighlightRules);
|
215
|
+
|
216
|
+
exports.ShHighlightRules = ShHighlightRules;
|
217
|
+
});
|
218
|
+
|
219
|
+
define("ace/mode/folding/cstyle",["require","exports","module","ace/lib/oop","ace/range","ace/mode/folding/fold_mode"], function(require, exports, module) {
|
220
|
+
"use strict";
|
221
|
+
|
222
|
+
var oop = require("../../lib/oop");
|
223
|
+
var Range = require("../../range").Range;
|
224
|
+
var BaseFoldMode = require("./fold_mode").FoldMode;
|
225
|
+
|
226
|
+
var FoldMode = exports.FoldMode = function(commentRegex) {
|
227
|
+
if (commentRegex) {
|
228
|
+
this.foldingStartMarker = new RegExp(
|
229
|
+
this.foldingStartMarker.source.replace(/\|[^|]*?$/, "|" + commentRegex.start)
|
230
|
+
);
|
231
|
+
this.foldingStopMarker = new RegExp(
|
232
|
+
this.foldingStopMarker.source.replace(/\|[^|]*?$/, "|" + commentRegex.end)
|
233
|
+
);
|
234
|
+
}
|
235
|
+
};
|
236
|
+
oop.inherits(FoldMode, BaseFoldMode);
|
237
|
+
|
238
|
+
(function() {
|
239
|
+
|
240
|
+
this.foldingStartMarker = /([\{\[\(])[^\}\]\)]*$|^\s*(\/\*)/;
|
241
|
+
this.foldingStopMarker = /^[^\[\{\(]*([\}\]\)])|^[\s\*]*(\*\/)/;
|
242
|
+
this.singleLineBlockCommentRe= /^\s*(\/\*).*\*\/\s*$/;
|
243
|
+
this.tripleStarBlockCommentRe = /^\s*(\/\*\*\*).*\*\/\s*$/;
|
244
|
+
this.startRegionRe = /^\s*(\/\*|\/\/)#?region\b/;
|
245
|
+
this._getFoldWidgetBase = this.getFoldWidget;
|
246
|
+
this.getFoldWidget = function(session, foldStyle, row) {
|
247
|
+
var line = session.getLine(row);
|
248
|
+
|
249
|
+
if (this.singleLineBlockCommentRe.test(line)) {
|
250
|
+
if (!this.startRegionRe.test(line) && !this.tripleStarBlockCommentRe.test(line))
|
251
|
+
return "";
|
252
|
+
}
|
253
|
+
|
254
|
+
var fw = this._getFoldWidgetBase(session, foldStyle, row);
|
255
|
+
|
256
|
+
if (!fw && this.startRegionRe.test(line))
|
257
|
+
return "start"; // lineCommentRegionStart
|
258
|
+
|
259
|
+
return fw;
|
260
|
+
};
|
261
|
+
|
262
|
+
this.getFoldWidgetRange = function(session, foldStyle, row, forceMultiline) {
|
263
|
+
var line = session.getLine(row);
|
264
|
+
|
265
|
+
if (this.startRegionRe.test(line))
|
266
|
+
return this.getCommentRegionBlock(session, line, row);
|
267
|
+
|
268
|
+
var match = line.match(this.foldingStartMarker);
|
269
|
+
if (match) {
|
270
|
+
var i = match.index;
|
271
|
+
|
272
|
+
if (match[1])
|
273
|
+
return this.openingBracketBlock(session, match[1], row, i);
|
274
|
+
|
275
|
+
var range = session.getCommentFoldRange(row, i + match[0].length, 1);
|
276
|
+
|
277
|
+
if (range && !range.isMultiLine()) {
|
278
|
+
if (forceMultiline) {
|
279
|
+
range = this.getSectionRange(session, row);
|
280
|
+
} else if (foldStyle != "all")
|
281
|
+
range = null;
|
282
|
+
}
|
283
|
+
|
284
|
+
return range;
|
285
|
+
}
|
286
|
+
|
287
|
+
if (foldStyle === "markbegin")
|
288
|
+
return;
|
289
|
+
|
290
|
+
var match = line.match(this.foldingStopMarker);
|
291
|
+
if (match) {
|
292
|
+
var i = match.index + match[0].length;
|
293
|
+
|
294
|
+
if (match[1])
|
295
|
+
return this.closingBracketBlock(session, match[1], row, i);
|
296
|
+
|
297
|
+
return session.getCommentFoldRange(row, i, -1);
|
298
|
+
}
|
299
|
+
};
|
300
|
+
|
301
|
+
this.getSectionRange = function(session, row) {
|
302
|
+
var line = session.getLine(row);
|
303
|
+
var startIndent = line.search(/\S/);
|
304
|
+
var startRow = row;
|
305
|
+
var startColumn = line.length;
|
306
|
+
row = row + 1;
|
307
|
+
var endRow = row;
|
308
|
+
var maxRow = session.getLength();
|
309
|
+
while (++row < maxRow) {
|
310
|
+
line = session.getLine(row);
|
311
|
+
var indent = line.search(/\S/);
|
312
|
+
if (indent === -1)
|
313
|
+
continue;
|
314
|
+
if (startIndent > indent)
|
315
|
+
break;
|
316
|
+
var subRange = this.getFoldWidgetRange(session, "all", row);
|
317
|
+
|
318
|
+
if (subRange) {
|
319
|
+
if (subRange.start.row <= startRow) {
|
320
|
+
break;
|
321
|
+
} else if (subRange.isMultiLine()) {
|
322
|
+
row = subRange.end.row;
|
323
|
+
} else if (startIndent == indent) {
|
324
|
+
break;
|
325
|
+
}
|
326
|
+
}
|
327
|
+
endRow = row;
|
328
|
+
}
|
329
|
+
|
330
|
+
return new Range(startRow, startColumn, endRow, session.getLine(endRow).length);
|
331
|
+
};
|
332
|
+
this.getCommentRegionBlock = function(session, line, row) {
|
333
|
+
var startColumn = line.search(/\s*$/);
|
334
|
+
var maxRow = session.getLength();
|
335
|
+
var startRow = row;
|
336
|
+
|
337
|
+
var re = /^\s*(?:\/\*|\/\/|--)#?(end)?region\b/;
|
338
|
+
var depth = 1;
|
339
|
+
while (++row < maxRow) {
|
340
|
+
line = session.getLine(row);
|
341
|
+
var m = re.exec(line);
|
342
|
+
if (!m) continue;
|
343
|
+
if (m[1]) depth--;
|
344
|
+
else depth++;
|
345
|
+
|
346
|
+
if (!depth) break;
|
347
|
+
}
|
348
|
+
|
349
|
+
var endRow = row;
|
350
|
+
if (endRow > startRow) {
|
351
|
+
return new Range(startRow, startColumn, endRow, line.length);
|
352
|
+
}
|
353
|
+
};
|
354
|
+
|
355
|
+
}).call(FoldMode.prototype);
|
356
|
+
|
357
|
+
});
|
358
|
+
|
359
|
+
define("ace/mode/sh",["require","exports","module","ace/lib/oop","ace/mode/text","ace/mode/sh_highlight_rules","ace/range","ace/mode/folding/cstyle","ace/mode/behaviour/cstyle"], function(require, exports, module) {
|
360
|
+
"use strict";
|
361
|
+
|
362
|
+
var oop = require("../lib/oop");
|
363
|
+
var TextMode = require("./text").Mode;
|
364
|
+
var ShHighlightRules = require("./sh_highlight_rules").ShHighlightRules;
|
365
|
+
var Range = require("../range").Range;
|
366
|
+
var CStyleFoldMode = require("./folding/cstyle").FoldMode;
|
367
|
+
var CstyleBehaviour = require("./behaviour/cstyle").CstyleBehaviour;
|
368
|
+
|
369
|
+
var Mode = function() {
|
370
|
+
this.HighlightRules = ShHighlightRules;
|
371
|
+
this.foldingRules = new CStyleFoldMode();
|
372
|
+
this.$behaviour = new CstyleBehaviour();
|
373
|
+
};
|
374
|
+
oop.inherits(Mode, TextMode);
|
375
|
+
|
376
|
+
(function() {
|
377
|
+
|
378
|
+
|
379
|
+
this.lineCommentStart = "#";
|
380
|
+
|
381
|
+
this.getNextLineIndent = function(state, line, tab) {
|
382
|
+
var indent = this.$getIndent(line);
|
383
|
+
|
384
|
+
var tokenizedLine = this.getTokenizer().getLineTokens(line, state);
|
385
|
+
var tokens = tokenizedLine.tokens;
|
386
|
+
|
387
|
+
if (tokens.length && tokens[tokens.length-1].type == "comment") {
|
388
|
+
return indent;
|
389
|
+
}
|
390
|
+
|
391
|
+
if (state == "start") {
|
392
|
+
var match = line.match(/^.*[\{\(\[:]\s*$/);
|
393
|
+
if (match) {
|
394
|
+
indent += tab;
|
395
|
+
}
|
396
|
+
}
|
397
|
+
|
398
|
+
return indent;
|
399
|
+
};
|
400
|
+
|
401
|
+
var outdents = {
|
402
|
+
"pass": 1,
|
403
|
+
"return": 1,
|
404
|
+
"raise": 1,
|
405
|
+
"break": 1,
|
406
|
+
"continue": 1
|
407
|
+
};
|
408
|
+
|
409
|
+
this.checkOutdent = function(state, line, input) {
|
410
|
+
if (input !== "\r\n" && input !== "\r" && input !== "\n")
|
411
|
+
return false;
|
412
|
+
|
413
|
+
var tokens = this.getTokenizer().getLineTokens(line.trim(), state).tokens;
|
414
|
+
|
415
|
+
if (!tokens)
|
416
|
+
return false;
|
417
|
+
do {
|
418
|
+
var last = tokens.pop();
|
419
|
+
} while (last && (last.type == "comment" || (last.type == "text" && last.value.match(/^\s+$/))));
|
420
|
+
|
421
|
+
if (!last)
|
422
|
+
return false;
|
423
|
+
|
424
|
+
return (last.type == "keyword" && outdents[last.value]);
|
425
|
+
};
|
426
|
+
|
427
|
+
this.autoOutdent = function(state, doc, row) {
|
428
|
+
row += 1;
|
429
|
+
var indent = this.$getIndent(doc.getLine(row));
|
430
|
+
var tab = doc.getTabString();
|
431
|
+
if (indent.slice(-tab.length) == tab)
|
432
|
+
doc.remove(new Range(row, indent.length-tab.length, row, indent.length));
|
433
|
+
};
|
434
|
+
|
435
|
+
this.$id = "ace/mode/sh";
|
436
|
+
}).call(Mode.prototype);
|
437
|
+
|
438
|
+
exports.Mode = Mode;
|
439
|
+
});
|
440
|
+
(function() {
|
441
|
+
window.require(["ace/mode/sh"], function(m) {
|
442
|
+
if (typeof module == "object" && typeof exports == "object" && module) {
|
443
|
+
module.exports = m;
|
444
|
+
}
|
445
|
+
});
|
446
|
+
})();
|
447
|
+
|
@@ -0,0 +1,1014 @@
|
|
1
|
+
define("ace/mode/doc_comment_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 DocCommentHighlightRules = function() {
|
8
|
+
this.$rules = {
|
9
|
+
"start" : [ {
|
10
|
+
token : "comment.doc.tag",
|
11
|
+
regex : "@[\\w\\d_]+" // TODO: fix email addresses
|
12
|
+
},
|
13
|
+
DocCommentHighlightRules.getTagRule(),
|
14
|
+
{
|
15
|
+
defaultToken : "comment.doc",
|
16
|
+
caseInsensitive: true
|
17
|
+
}]
|
18
|
+
};
|
19
|
+
};
|
20
|
+
|
21
|
+
oop.inherits(DocCommentHighlightRules, TextHighlightRules);
|
22
|
+
|
23
|
+
DocCommentHighlightRules.getTagRule = function(start) {
|
24
|
+
return {
|
25
|
+
token : "comment.doc.tag.storage.type",
|
26
|
+
regex : "\\b(?:TODO|FIXME|XXX|HACK)\\b"
|
27
|
+
};
|
28
|
+
};
|
29
|
+
|
30
|
+
DocCommentHighlightRules.getStartRule = function(start) {
|
31
|
+
return {
|
32
|
+
token : "comment.doc", // doc comment
|
33
|
+
regex : "\\/\\*(?=\\*)",
|
34
|
+
next : start
|
35
|
+
};
|
36
|
+
};
|
37
|
+
|
38
|
+
DocCommentHighlightRules.getEndRule = function (start) {
|
39
|
+
return {
|
40
|
+
token : "comment.doc", // closing comment
|
41
|
+
regex : "\\*\\/",
|
42
|
+
next : start
|
43
|
+
};
|
44
|
+
};
|
45
|
+
|
46
|
+
|
47
|
+
exports.DocCommentHighlightRules = DocCommentHighlightRules;
|
48
|
+
|
49
|
+
});
|
50
|
+
|
51
|
+
define("ace/mode/javascript_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/doc_comment_highlight_rules","ace/mode/text_highlight_rules"], function(require, exports, module) {
|
52
|
+
"use strict";
|
53
|
+
|
54
|
+
var oop = require("../lib/oop");
|
55
|
+
var DocCommentHighlightRules = require("./doc_comment_highlight_rules").DocCommentHighlightRules;
|
56
|
+
var TextHighlightRules = require("./text_highlight_rules").TextHighlightRules;
|
57
|
+
var identifierRe = "[a-zA-Z\\$_\u00a1-\uffff][a-zA-Z\\d\\$_\u00a1-\uffff]*";
|
58
|
+
|
59
|
+
var JavaScriptHighlightRules = function(options) {
|
60
|
+
var keywordMapper = this.createKeywordMapper({
|
61
|
+
"variable.language":
|
62
|
+
"Array|Boolean|Date|Function|Iterator|Number|Object|RegExp|String|Proxy|" + // Constructors
|
63
|
+
"Namespace|QName|XML|XMLList|" + // E4X
|
64
|
+
"ArrayBuffer|Float32Array|Float64Array|Int16Array|Int32Array|Int8Array|" +
|
65
|
+
"Uint16Array|Uint32Array|Uint8Array|Uint8ClampedArray|" +
|
66
|
+
"Error|EvalError|InternalError|RangeError|ReferenceError|StopIteration|" + // Errors
|
67
|
+
"SyntaxError|TypeError|URIError|" +
|
68
|
+
"decodeURI|decodeURIComponent|encodeURI|encodeURIComponent|eval|isFinite|" + // Non-constructor functions
|
69
|
+
"isNaN|parseFloat|parseInt|" +
|
70
|
+
"JSON|Math|" + // Other
|
71
|
+
"this|arguments|prototype|window|document" , // Pseudo
|
72
|
+
"keyword":
|
73
|
+
"const|yield|import|get|set|async|await|" +
|
74
|
+
"break|case|catch|continue|default|delete|do|else|finally|for|function|" +
|
75
|
+
"if|in|of|instanceof|new|return|switch|throw|try|typeof|let|var|while|with|debugger|" +
|
76
|
+
"__parent__|__count__|escape|unescape|with|__proto__|" +
|
77
|
+
"class|enum|extends|super|export|implements|private|public|interface|package|protected|static",
|
78
|
+
"storage.type":
|
79
|
+
"const|let|var|function",
|
80
|
+
"constant.language":
|
81
|
+
"null|Infinity|NaN|undefined",
|
82
|
+
"support.function":
|
83
|
+
"alert",
|
84
|
+
"constant.language.boolean": "true|false"
|
85
|
+
}, "identifier");
|
86
|
+
var kwBeforeRe = "case|do|else|finally|in|instanceof|return|throw|try|typeof|yield|void";
|
87
|
+
|
88
|
+
var escapedRe = "\\\\(?:x[0-9a-fA-F]{2}|" + // hex
|
89
|
+
"u[0-9a-fA-F]{4}|" + // unicode
|
90
|
+
"u{[0-9a-fA-F]{1,6}}|" + // es6 unicode
|
91
|
+
"[0-2][0-7]{0,2}|" + // oct
|
92
|
+
"3[0-7][0-7]?|" + // oct
|
93
|
+
"[4-7][0-7]?|" + //oct
|
94
|
+
".)";
|
95
|
+
this.$rules = {
|
96
|
+
"no_regex" : [
|
97
|
+
DocCommentHighlightRules.getStartRule("doc-start"),
|
98
|
+
comments("no_regex"),
|
99
|
+
{
|
100
|
+
token : "string",
|
101
|
+
regex : "'(?=.)",
|
102
|
+
next : "qstring"
|
103
|
+
}, {
|
104
|
+
token : "string",
|
105
|
+
regex : '"(?=.)',
|
106
|
+
next : "qqstring"
|
107
|
+
}, {
|
108
|
+
token : "constant.numeric", // hexadecimal, octal and binary
|
109
|
+
regex : /0(?:[xX][0-9a-fA-F]+|[oO][0-7]+|[bB][01]+)\b/
|
110
|
+
}, {
|
111
|
+
token : "constant.numeric", // decimal integers and floats
|
112
|
+
regex : /(?:\d\d*(?:\.\d*)?|\.\d+)(?:[eE][+-]?\d+\b)?/
|
113
|
+
}, {
|
114
|
+
token : [
|
115
|
+
"storage.type", "punctuation.operator", "support.function",
|
116
|
+
"punctuation.operator", "entity.name.function", "text","keyword.operator"
|
117
|
+
],
|
118
|
+
regex : "(" + identifierRe + ")(\\.)(prototype)(\\.)(" + identifierRe +")(\\s*)(=)",
|
119
|
+
next: "function_arguments"
|
120
|
+
}, {
|
121
|
+
token : [
|
122
|
+
"storage.type", "punctuation.operator", "entity.name.function", "text",
|
123
|
+
"keyword.operator", "text", "storage.type", "text", "paren.lparen"
|
124
|
+
],
|
125
|
+
regex : "(" + identifierRe + ")(\\.)(" + identifierRe +")(\\s*)(=)(\\s*)(function)(\\s*)(\\()",
|
126
|
+
next: "function_arguments"
|
127
|
+
}, {
|
128
|
+
token : [
|
129
|
+
"entity.name.function", "text", "keyword.operator", "text", "storage.type",
|
130
|
+
"text", "paren.lparen"
|
131
|
+
],
|
132
|
+
regex : "(" + identifierRe +")(\\s*)(=)(\\s*)(function)(\\s*)(\\()",
|
133
|
+
next: "function_arguments"
|
134
|
+
}, {
|
135
|
+
token : [
|
136
|
+
"storage.type", "punctuation.operator", "entity.name.function", "text",
|
137
|
+
"keyword.operator", "text",
|
138
|
+
"storage.type", "text", "entity.name.function", "text", "paren.lparen"
|
139
|
+
],
|
140
|
+
regex : "(" + identifierRe + ")(\\.)(" + identifierRe +")(\\s*)(=)(\\s*)(function)(\\s+)(\\w+)(\\s*)(\\()",
|
141
|
+
next: "function_arguments"
|
142
|
+
}, {
|
143
|
+
token : [
|
144
|
+
"storage.type", "text", "entity.name.function", "text", "paren.lparen"
|
145
|
+
],
|
146
|
+
regex : "(function)(\\s+)(" + identifierRe + ")(\\s*)(\\()",
|
147
|
+
next: "function_arguments"
|
148
|
+
}, {
|
149
|
+
token : [
|
150
|
+
"entity.name.function", "text", "punctuation.operator",
|
151
|
+
"text", "storage.type", "text", "paren.lparen"
|
152
|
+
],
|
153
|
+
regex : "(" + identifierRe + ")(\\s*)(:)(\\s*)(function)(\\s*)(\\()",
|
154
|
+
next: "function_arguments"
|
155
|
+
}, {
|
156
|
+
token : [
|
157
|
+
"text", "text", "storage.type", "text", "paren.lparen"
|
158
|
+
],
|
159
|
+
regex : "(:)(\\s*)(function)(\\s*)(\\()",
|
160
|
+
next: "function_arguments"
|
161
|
+
}, {
|
162
|
+
token : "keyword",
|
163
|
+
regex : "from(?=\\s*('|\"))"
|
164
|
+
}, {
|
165
|
+
token : "keyword",
|
166
|
+
regex : "(?:" + kwBeforeRe + ")\\b",
|
167
|
+
next : "start"
|
168
|
+
}, {
|
169
|
+
token : ["support.constant"],
|
170
|
+
regex : /that\b/
|
171
|
+
}, {
|
172
|
+
token : ["storage.type", "punctuation.operator", "support.function.firebug"],
|
173
|
+
regex : /(console)(\.)(warn|info|log|error|time|trace|timeEnd|assert)\b/
|
174
|
+
}, {
|
175
|
+
token : keywordMapper,
|
176
|
+
regex : identifierRe
|
177
|
+
}, {
|
178
|
+
token : "punctuation.operator",
|
179
|
+
regex : /[.](?![.])/,
|
180
|
+
next : "property"
|
181
|
+
}, {
|
182
|
+
token : "storage.type",
|
183
|
+
regex : /=>/,
|
184
|
+
next : "start"
|
185
|
+
}, {
|
186
|
+
token : "keyword.operator",
|
187
|
+
regex : /--|\+\+|\.{3}|===|==|=|!=|!==|<+=?|>+=?|!|&&|\|\||\?:|[!$%&*+\-~\/^]=?/,
|
188
|
+
next : "start"
|
189
|
+
}, {
|
190
|
+
token : "punctuation.operator",
|
191
|
+
regex : /[?:,;.]/,
|
192
|
+
next : "start"
|
193
|
+
}, {
|
194
|
+
token : "paren.lparen",
|
195
|
+
regex : /[\[({]/,
|
196
|
+
next : "start"
|
197
|
+
}, {
|
198
|
+
token : "paren.rparen",
|
199
|
+
regex : /[\])}]/
|
200
|
+
}, {
|
201
|
+
token: "comment",
|
202
|
+
regex: /^#!.*$/
|
203
|
+
}
|
204
|
+
],
|
205
|
+
property: [{
|
206
|
+
token : "text",
|
207
|
+
regex : "\\s+"
|
208
|
+
}, {
|
209
|
+
token : [
|
210
|
+
"storage.type", "punctuation.operator", "entity.name.function", "text",
|
211
|
+
"keyword.operator", "text",
|
212
|
+
"storage.type", "text", "entity.name.function", "text", "paren.lparen"
|
213
|
+
],
|
214
|
+
regex : "(" + identifierRe + ")(\\.)(" + identifierRe +")(\\s*)(=)(\\s*)(function)(?:(\\s+)(\\w+))?(\\s*)(\\()",
|
215
|
+
next: "function_arguments"
|
216
|
+
}, {
|
217
|
+
token : "punctuation.operator",
|
218
|
+
regex : /[.](?![.])/
|
219
|
+
}, {
|
220
|
+
token : "support.function",
|
221
|
+
regex : /(s(?:h(?:ift|ow(?:Mod(?:elessDialog|alDialog)|Help))|croll(?:X|By(?:Pages|Lines)?|Y|To)?|t(?:op|rike)|i(?:n|zeToContent|debar|gnText)|ort|u(?:p|b(?:str(?:ing)?)?)|pli(?:ce|t)|e(?:nd|t(?:Re(?:sizable|questHeader)|M(?:i(?:nutes|lliseconds)|onth)|Seconds|Ho(?:tKeys|urs)|Year|Cursor|Time(?:out)?|Interval|ZOptions|Date|UTC(?:M(?:i(?:nutes|lliseconds)|onth)|Seconds|Hours|Date|FullYear)|FullYear|Active)|arch)|qrt|lice|avePreferences|mall)|h(?:ome|andleEvent)|navigate|c(?:har(?:CodeAt|At)|o(?:s|n(?:cat|textual|firm)|mpile)|eil|lear(?:Timeout|Interval)?|a(?:ptureEvents|ll)|reate(?:StyleSheet|Popup|EventObject))|t(?:o(?:GMTString|S(?:tring|ource)|U(?:TCString|pperCase)|Lo(?:caleString|werCase))|est|a(?:n|int(?:Enabled)?))|i(?:s(?:NaN|Finite)|ndexOf|talics)|d(?:isableExternalCapture|ump|etachEvent)|u(?:n(?:shift|taint|escape|watch)|pdateCommands)|j(?:oin|avaEnabled)|p(?:o(?:p|w)|ush|lugins.refresh|a(?:ddings|rse(?:Int|Float)?)|r(?:int|ompt|eference))|e(?:scape|nableExternalCapture|val|lementFromPoint|x(?:p|ec(?:Script|Command)?))|valueOf|UTC|queryCommand(?:State|Indeterm|Enabled|Value)|f(?:i(?:nd|le(?:ModifiedDate|Size|CreatedDate|UpdatedDate)|xed)|o(?:nt(?:size|color)|rward)|loor|romCharCode)|watch|l(?:ink|o(?:ad|g)|astIndexOf)|a(?:sin|nchor|cos|t(?:tachEvent|ob|an(?:2)?)|pply|lert|b(?:s|ort))|r(?:ou(?:nd|teEvents)|e(?:size(?:By|To)|calc|turnValue|place|verse|l(?:oad|ease(?:Capture|Events)))|andom)|g(?:o|et(?:ResponseHeader|M(?:i(?:nutes|lliseconds)|onth)|Se(?:conds|lection)|Hours|Year|Time(?:zoneOffset)?|Da(?:y|te)|UTC(?:M(?:i(?:nutes|lliseconds)|onth)|Seconds|Hours|Da(?:y|te)|FullYear)|FullYear|A(?:ttention|llResponseHeaders)))|m(?:in|ove(?:B(?:y|elow)|To(?:Absolute)?|Above)|ergeAttributes|a(?:tch|rgins|x))|b(?:toa|ig|o(?:ld|rderWidths)|link|ack))\b(?=\()/
|
222
|
+
}, {
|
223
|
+
token : "support.function.dom",
|
224
|
+
regex : /(s(?:ub(?:stringData|mit)|plitText|e(?:t(?:NamedItem|Attribute(?:Node)?)|lect))|has(?:ChildNodes|Feature)|namedItem|c(?:l(?:ick|o(?:se|neNode))|reate(?:C(?:omment|DATASection|aption)|T(?:Head|extNode|Foot)|DocumentFragment|ProcessingInstruction|E(?:ntityReference|lement)|Attribute))|tabIndex|i(?:nsert(?:Row|Before|Cell|Data)|tem)|open|delete(?:Row|C(?:ell|aption)|T(?:Head|Foot)|Data)|focus|write(?:ln)?|a(?:dd|ppend(?:Child|Data))|re(?:set|place(?:Child|Data)|move(?:NamedItem|Child|Attribute(?:Node)?)?)|get(?:NamedItem|Element(?:sBy(?:Name|TagName|ClassName)|ById)|Attribute(?:Node)?)|blur)\b(?=\()/
|
225
|
+
}, {
|
226
|
+
token : "support.constant",
|
227
|
+
regex : /(s(?:ystemLanguage|cr(?:ipts|ollbars|een(?:X|Y|Top|Left))|t(?:yle(?:Sheets)?|atus(?:Text|bar)?)|ibling(?:Below|Above)|ource|uffixes|e(?:curity(?:Policy)?|l(?:ection|f)))|h(?:istory|ost(?:name)?|as(?:h|Focus))|y|X(?:MLDocument|SLDocument)|n(?:ext|ame(?:space(?:s|URI)|Prop))|M(?:IN_VALUE|AX_VALUE)|c(?:haracterSet|o(?:n(?:structor|trollers)|okieEnabled|lorDepth|mp(?:onents|lete))|urrent|puClass|l(?:i(?:p(?:boardData)?|entInformation)|osed|asses)|alle(?:e|r)|rypto)|t(?:o(?:olbar|p)|ext(?:Transform|Indent|Decoration|Align)|ags)|SQRT(?:1_2|2)|i(?:n(?:ner(?:Height|Width)|put)|ds|gnoreCase)|zIndex|o(?:scpu|n(?:readystatechange|Line)|uter(?:Height|Width)|p(?:sProfile|ener)|ffscreenBuffering)|NEGATIVE_INFINITY|d(?:i(?:splay|alog(?:Height|Top|Width|Left|Arguments)|rectories)|e(?:scription|fault(?:Status|Ch(?:ecked|arset)|View)))|u(?:ser(?:Profile|Language|Agent)|n(?:iqueID|defined)|pdateInterval)|_content|p(?:ixelDepth|ort|ersonalbar|kcs11|l(?:ugins|atform)|a(?:thname|dding(?:Right|Bottom|Top|Left)|rent(?:Window|Layer)?|ge(?:X(?:Offset)?|Y(?:Offset)?))|r(?:o(?:to(?:col|type)|duct(?:Sub)?|mpter)|e(?:vious|fix)))|e(?:n(?:coding|abledPlugin)|x(?:ternal|pando)|mbeds)|v(?:isibility|endor(?:Sub)?|Linkcolor)|URLUnencoded|P(?:I|OSITIVE_INFINITY)|f(?:ilename|o(?:nt(?:Size|Family|Weight)|rmName)|rame(?:s|Element)|gColor)|E|whiteSpace|l(?:i(?:stStyleType|n(?:eHeight|kColor))|o(?:ca(?:tion(?:bar)?|lName)|wsrc)|e(?:ngth|ft(?:Context)?)|a(?:st(?:M(?:odified|atch)|Index|Paren)|yer(?:s|X)|nguage))|a(?:pp(?:MinorVersion|Name|Co(?:deName|re)|Version)|vail(?:Height|Top|Width|Left)|ll|r(?:ity|guments)|Linkcolor|bove)|r(?:ight(?:Context)?|e(?:sponse(?:XML|Text)|adyState))|global|x|m(?:imeTypes|ultiline|enubar|argin(?:Right|Bottom|Top|Left))|L(?:N(?:10|2)|OG(?:10E|2E))|b(?:o(?:ttom|rder(?:Width|RightWidth|BottomWidth|Style|Color|TopWidth|LeftWidth))|ufferDepth|elow|ackground(?:Color|Image)))\b/
|
228
|
+
}, {
|
229
|
+
token : "identifier",
|
230
|
+
regex : identifierRe
|
231
|
+
}, {
|
232
|
+
regex: "",
|
233
|
+
token: "empty",
|
234
|
+
next: "no_regex"
|
235
|
+
}
|
236
|
+
],
|
237
|
+
"start": [
|
238
|
+
DocCommentHighlightRules.getStartRule("doc-start"),
|
239
|
+
comments("start"),
|
240
|
+
{
|
241
|
+
token: "string.regexp",
|
242
|
+
regex: "\\/",
|
243
|
+
next: "regex"
|
244
|
+
}, {
|
245
|
+
token : "text",
|
246
|
+
regex : "\\s+|^$",
|
247
|
+
next : "start"
|
248
|
+
}, {
|
249
|
+
token: "empty",
|
250
|
+
regex: "",
|
251
|
+
next: "no_regex"
|
252
|
+
}
|
253
|
+
],
|
254
|
+
"regex": [
|
255
|
+
{
|
256
|
+
token: "regexp.keyword.operator",
|
257
|
+
regex: "\\\\(?:u[\\da-fA-F]{4}|x[\\da-fA-F]{2}|.)"
|
258
|
+
}, {
|
259
|
+
token: "string.regexp",
|
260
|
+
regex: "/[sxngimy]*",
|
261
|
+
next: "no_regex"
|
262
|
+
}, {
|
263
|
+
token : "invalid",
|
264
|
+
regex: /\{\d+\b,?\d*\}[+*]|[+*$^?][+*]|[$^][?]|\?{3,}/
|
265
|
+
}, {
|
266
|
+
token : "constant.language.escape",
|
267
|
+
regex: /\(\?[:=!]|\)|\{\d+\b,?\d*\}|[+*]\?|[()$^+*?.]/
|
268
|
+
}, {
|
269
|
+
token : "constant.language.delimiter",
|
270
|
+
regex: /\|/
|
271
|
+
}, {
|
272
|
+
token: "constant.language.escape",
|
273
|
+
regex: /\[\^?/,
|
274
|
+
next: "regex_character_class"
|
275
|
+
}, {
|
276
|
+
token: "empty",
|
277
|
+
regex: "$",
|
278
|
+
next: "no_regex"
|
279
|
+
}, {
|
280
|
+
defaultToken: "string.regexp"
|
281
|
+
}
|
282
|
+
],
|
283
|
+
"regex_character_class": [
|
284
|
+
{
|
285
|
+
token: "regexp.charclass.keyword.operator",
|
286
|
+
regex: "\\\\(?:u[\\da-fA-F]{4}|x[\\da-fA-F]{2}|.)"
|
287
|
+
}, {
|
288
|
+
token: "constant.language.escape",
|
289
|
+
regex: "]",
|
290
|
+
next: "regex"
|
291
|
+
}, {
|
292
|
+
token: "constant.language.escape",
|
293
|
+
regex: "-"
|
294
|
+
}, {
|
295
|
+
token: "empty",
|
296
|
+
regex: "$",
|
297
|
+
next: "no_regex"
|
298
|
+
}, {
|
299
|
+
defaultToken: "string.regexp.charachterclass"
|
300
|
+
}
|
301
|
+
],
|
302
|
+
"function_arguments": [
|
303
|
+
{
|
304
|
+
token: "variable.parameter",
|
305
|
+
regex: identifierRe
|
306
|
+
}, {
|
307
|
+
token: "punctuation.operator",
|
308
|
+
regex: "[, ]+"
|
309
|
+
}, {
|
310
|
+
token: "punctuation.operator",
|
311
|
+
regex: "$"
|
312
|
+
}, {
|
313
|
+
token: "empty",
|
314
|
+
regex: "",
|
315
|
+
next: "no_regex"
|
316
|
+
}
|
317
|
+
],
|
318
|
+
"qqstring" : [
|
319
|
+
{
|
320
|
+
token : "constant.language.escape",
|
321
|
+
regex : escapedRe
|
322
|
+
}, {
|
323
|
+
token : "string",
|
324
|
+
regex : "\\\\$",
|
325
|
+
consumeLineEnd : true
|
326
|
+
}, {
|
327
|
+
token : "string",
|
328
|
+
regex : '"|$',
|
329
|
+
next : "no_regex"
|
330
|
+
}, {
|
331
|
+
defaultToken: "string"
|
332
|
+
}
|
333
|
+
],
|
334
|
+
"qstring" : [
|
335
|
+
{
|
336
|
+
token : "constant.language.escape",
|
337
|
+
regex : escapedRe
|
338
|
+
}, {
|
339
|
+
token : "string",
|
340
|
+
regex : "\\\\$",
|
341
|
+
consumeLineEnd : true
|
342
|
+
}, {
|
343
|
+
token : "string",
|
344
|
+
regex : "'|$",
|
345
|
+
next : "no_regex"
|
346
|
+
}, {
|
347
|
+
defaultToken: "string"
|
348
|
+
}
|
349
|
+
]
|
350
|
+
};
|
351
|
+
|
352
|
+
|
353
|
+
if (!options || !options.noES6) {
|
354
|
+
this.$rules.no_regex.unshift({
|
355
|
+
regex: "[{}]", onMatch: function(val, state, stack) {
|
356
|
+
this.next = val == "{" ? this.nextState : "";
|
357
|
+
if (val == "{" && stack.length) {
|
358
|
+
stack.unshift("start", state);
|
359
|
+
}
|
360
|
+
else if (val == "}" && stack.length) {
|
361
|
+
stack.shift();
|
362
|
+
this.next = stack.shift();
|
363
|
+
if (this.next.indexOf("string") != -1 || this.next.indexOf("jsx") != -1)
|
364
|
+
return "paren.quasi.end";
|
365
|
+
}
|
366
|
+
return val == "{" ? "paren.lparen" : "paren.rparen";
|
367
|
+
},
|
368
|
+
nextState: "start"
|
369
|
+
}, {
|
370
|
+
token : "string.quasi.start",
|
371
|
+
regex : /`/,
|
372
|
+
push : [{
|
373
|
+
token : "constant.language.escape",
|
374
|
+
regex : escapedRe
|
375
|
+
}, {
|
376
|
+
token : "paren.quasi.start",
|
377
|
+
regex : /\${/,
|
378
|
+
push : "start"
|
379
|
+
}, {
|
380
|
+
token : "string.quasi.end",
|
381
|
+
regex : /`/,
|
382
|
+
next : "pop"
|
383
|
+
}, {
|
384
|
+
defaultToken: "string.quasi"
|
385
|
+
}]
|
386
|
+
});
|
387
|
+
|
388
|
+
if (!options || options.jsx != false)
|
389
|
+
JSX.call(this);
|
390
|
+
}
|
391
|
+
|
392
|
+
this.embedRules(DocCommentHighlightRules, "doc-",
|
393
|
+
[ DocCommentHighlightRules.getEndRule("no_regex") ]);
|
394
|
+
|
395
|
+
this.normalizeRules();
|
396
|
+
};
|
397
|
+
|
398
|
+
oop.inherits(JavaScriptHighlightRules, TextHighlightRules);
|
399
|
+
|
400
|
+
function JSX() {
|
401
|
+
var tagRegex = identifierRe.replace("\\d", "\\d\\-");
|
402
|
+
var jsxTag = {
|
403
|
+
onMatch : function(val, state, stack) {
|
404
|
+
var offset = val.charAt(1) == "/" ? 2 : 1;
|
405
|
+
if (offset == 1) {
|
406
|
+
if (state != this.nextState)
|
407
|
+
stack.unshift(this.next, this.nextState, 0);
|
408
|
+
else
|
409
|
+
stack.unshift(this.next);
|
410
|
+
stack[2]++;
|
411
|
+
} else if (offset == 2) {
|
412
|
+
if (state == this.nextState) {
|
413
|
+
stack[1]--;
|
414
|
+
if (!stack[1] || stack[1] < 0) {
|
415
|
+
stack.shift();
|
416
|
+
stack.shift();
|
417
|
+
}
|
418
|
+
}
|
419
|
+
}
|
420
|
+
return [{
|
421
|
+
type: "meta.tag.punctuation." + (offset == 1 ? "" : "end-") + "tag-open.xml",
|
422
|
+
value: val.slice(0, offset)
|
423
|
+
}, {
|
424
|
+
type: "meta.tag.tag-name.xml",
|
425
|
+
value: val.substr(offset)
|
426
|
+
}];
|
427
|
+
},
|
428
|
+
regex : "</?" + tagRegex + "",
|
429
|
+
next: "jsxAttributes",
|
430
|
+
nextState: "jsx"
|
431
|
+
};
|
432
|
+
this.$rules.start.unshift(jsxTag);
|
433
|
+
var jsxJsRule = {
|
434
|
+
regex: "{",
|
435
|
+
token: "paren.quasi.start",
|
436
|
+
push: "start"
|
437
|
+
};
|
438
|
+
this.$rules.jsx = [
|
439
|
+
jsxJsRule,
|
440
|
+
jsxTag,
|
441
|
+
{include : "reference"},
|
442
|
+
{defaultToken: "string"}
|
443
|
+
];
|
444
|
+
this.$rules.jsxAttributes = [{
|
445
|
+
token : "meta.tag.punctuation.tag-close.xml",
|
446
|
+
regex : "/?>",
|
447
|
+
onMatch : function(value, currentState, stack) {
|
448
|
+
if (currentState == stack[0])
|
449
|
+
stack.shift();
|
450
|
+
if (value.length == 2) {
|
451
|
+
if (stack[0] == this.nextState)
|
452
|
+
stack[1]--;
|
453
|
+
if (!stack[1] || stack[1] < 0) {
|
454
|
+
stack.splice(0, 2);
|
455
|
+
}
|
456
|
+
}
|
457
|
+
this.next = stack[0] || "start";
|
458
|
+
return [{type: this.token, value: value}];
|
459
|
+
},
|
460
|
+
nextState: "jsx"
|
461
|
+
},
|
462
|
+
jsxJsRule,
|
463
|
+
comments("jsxAttributes"),
|
464
|
+
{
|
465
|
+
token : "entity.other.attribute-name.xml",
|
466
|
+
regex : tagRegex
|
467
|
+
}, {
|
468
|
+
token : "keyword.operator.attribute-equals.xml",
|
469
|
+
regex : "="
|
470
|
+
}, {
|
471
|
+
token : "text.tag-whitespace.xml",
|
472
|
+
regex : "\\s+"
|
473
|
+
}, {
|
474
|
+
token : "string.attribute-value.xml",
|
475
|
+
regex : "'",
|
476
|
+
stateName : "jsx_attr_q",
|
477
|
+
push : [
|
478
|
+
{token : "string.attribute-value.xml", regex: "'", next: "pop"},
|
479
|
+
{include : "reference"},
|
480
|
+
{defaultToken : "string.attribute-value.xml"}
|
481
|
+
]
|
482
|
+
}, {
|
483
|
+
token : "string.attribute-value.xml",
|
484
|
+
regex : '"',
|
485
|
+
stateName : "jsx_attr_qq",
|
486
|
+
push : [
|
487
|
+
{token : "string.attribute-value.xml", regex: '"', next: "pop"},
|
488
|
+
{include : "reference"},
|
489
|
+
{defaultToken : "string.attribute-value.xml"}
|
490
|
+
]
|
491
|
+
},
|
492
|
+
jsxTag
|
493
|
+
];
|
494
|
+
this.$rules.reference = [{
|
495
|
+
token : "constant.language.escape.reference.xml",
|
496
|
+
regex : "(?:&#[0-9]+;)|(?:&#x[0-9a-fA-F]+;)|(?:&[a-zA-Z0-9_:\\.-]+;)"
|
497
|
+
}];
|
498
|
+
}
|
499
|
+
|
500
|
+
function comments(next) {
|
501
|
+
return [
|
502
|
+
{
|
503
|
+
token : "comment", // multi line comment
|
504
|
+
regex : /\/\*/,
|
505
|
+
next: [
|
506
|
+
DocCommentHighlightRules.getTagRule(),
|
507
|
+
{token : "comment", regex : "\\*\\/", next : next || "pop"},
|
508
|
+
{defaultToken : "comment", caseInsensitive: true}
|
509
|
+
]
|
510
|
+
}, {
|
511
|
+
token : "comment",
|
512
|
+
regex : "\\/\\/",
|
513
|
+
next: [
|
514
|
+
DocCommentHighlightRules.getTagRule(),
|
515
|
+
{token : "comment", regex : "$|^", next : next || "pop"},
|
516
|
+
{defaultToken : "comment", caseInsensitive: true}
|
517
|
+
]
|
518
|
+
}
|
519
|
+
];
|
520
|
+
}
|
521
|
+
exports.JavaScriptHighlightRules = JavaScriptHighlightRules;
|
522
|
+
});
|
523
|
+
|
524
|
+
define("ace/mode/matching_brace_outdent",["require","exports","module","ace/range"], function(require, exports, module) {
|
525
|
+
"use strict";
|
526
|
+
|
527
|
+
var Range = require("../range").Range;
|
528
|
+
|
529
|
+
var MatchingBraceOutdent = function() {};
|
530
|
+
|
531
|
+
(function() {
|
532
|
+
|
533
|
+
this.checkOutdent = function(line, input) {
|
534
|
+
if (! /^\s+$/.test(line))
|
535
|
+
return false;
|
536
|
+
|
537
|
+
return /^\s*\}/.test(input);
|
538
|
+
};
|
539
|
+
|
540
|
+
this.autoOutdent = function(doc, row) {
|
541
|
+
var line = doc.getLine(row);
|
542
|
+
var match = line.match(/^(\s*\})/);
|
543
|
+
|
544
|
+
if (!match) return 0;
|
545
|
+
|
546
|
+
var column = match[1].length;
|
547
|
+
var openBracePos = doc.findMatchingBracket({row: row, column: column});
|
548
|
+
|
549
|
+
if (!openBracePos || openBracePos.row == row) return 0;
|
550
|
+
|
551
|
+
var indent = this.$getIndent(doc.getLine(openBracePos.row));
|
552
|
+
doc.replace(new Range(row, 0, row, column-1), indent);
|
553
|
+
};
|
554
|
+
|
555
|
+
this.$getIndent = function(line) {
|
556
|
+
return line.match(/^\s*/)[0];
|
557
|
+
};
|
558
|
+
|
559
|
+
}).call(MatchingBraceOutdent.prototype);
|
560
|
+
|
561
|
+
exports.MatchingBraceOutdent = MatchingBraceOutdent;
|
562
|
+
});
|
563
|
+
|
564
|
+
define("ace/mode/folding/cstyle",["require","exports","module","ace/lib/oop","ace/range","ace/mode/folding/fold_mode"], function(require, exports, module) {
|
565
|
+
"use strict";
|
566
|
+
|
567
|
+
var oop = require("../../lib/oop");
|
568
|
+
var Range = require("../../range").Range;
|
569
|
+
var BaseFoldMode = require("./fold_mode").FoldMode;
|
570
|
+
|
571
|
+
var FoldMode = exports.FoldMode = function(commentRegex) {
|
572
|
+
if (commentRegex) {
|
573
|
+
this.foldingStartMarker = new RegExp(
|
574
|
+
this.foldingStartMarker.source.replace(/\|[^|]*?$/, "|" + commentRegex.start)
|
575
|
+
);
|
576
|
+
this.foldingStopMarker = new RegExp(
|
577
|
+
this.foldingStopMarker.source.replace(/\|[^|]*?$/, "|" + commentRegex.end)
|
578
|
+
);
|
579
|
+
}
|
580
|
+
};
|
581
|
+
oop.inherits(FoldMode, BaseFoldMode);
|
582
|
+
|
583
|
+
(function() {
|
584
|
+
|
585
|
+
this.foldingStartMarker = /([\{\[\(])[^\}\]\)]*$|^\s*(\/\*)/;
|
586
|
+
this.foldingStopMarker = /^[^\[\{\(]*([\}\]\)])|^[\s\*]*(\*\/)/;
|
587
|
+
this.singleLineBlockCommentRe= /^\s*(\/\*).*\*\/\s*$/;
|
588
|
+
this.tripleStarBlockCommentRe = /^\s*(\/\*\*\*).*\*\/\s*$/;
|
589
|
+
this.startRegionRe = /^\s*(\/\*|\/\/)#?region\b/;
|
590
|
+
this._getFoldWidgetBase = this.getFoldWidget;
|
591
|
+
this.getFoldWidget = function(session, foldStyle, row) {
|
592
|
+
var line = session.getLine(row);
|
593
|
+
|
594
|
+
if (this.singleLineBlockCommentRe.test(line)) {
|
595
|
+
if (!this.startRegionRe.test(line) && !this.tripleStarBlockCommentRe.test(line))
|
596
|
+
return "";
|
597
|
+
}
|
598
|
+
|
599
|
+
var fw = this._getFoldWidgetBase(session, foldStyle, row);
|
600
|
+
|
601
|
+
if (!fw && this.startRegionRe.test(line))
|
602
|
+
return "start"; // lineCommentRegionStart
|
603
|
+
|
604
|
+
return fw;
|
605
|
+
};
|
606
|
+
|
607
|
+
this.getFoldWidgetRange = function(session, foldStyle, row, forceMultiline) {
|
608
|
+
var line = session.getLine(row);
|
609
|
+
|
610
|
+
if (this.startRegionRe.test(line))
|
611
|
+
return this.getCommentRegionBlock(session, line, row);
|
612
|
+
|
613
|
+
var match = line.match(this.foldingStartMarker);
|
614
|
+
if (match) {
|
615
|
+
var i = match.index;
|
616
|
+
|
617
|
+
if (match[1])
|
618
|
+
return this.openingBracketBlock(session, match[1], row, i);
|
619
|
+
|
620
|
+
var range = session.getCommentFoldRange(row, i + match[0].length, 1);
|
621
|
+
|
622
|
+
if (range && !range.isMultiLine()) {
|
623
|
+
if (forceMultiline) {
|
624
|
+
range = this.getSectionRange(session, row);
|
625
|
+
} else if (foldStyle != "all")
|
626
|
+
range = null;
|
627
|
+
}
|
628
|
+
|
629
|
+
return range;
|
630
|
+
}
|
631
|
+
|
632
|
+
if (foldStyle === "markbegin")
|
633
|
+
return;
|
634
|
+
|
635
|
+
var match = line.match(this.foldingStopMarker);
|
636
|
+
if (match) {
|
637
|
+
var i = match.index + match[0].length;
|
638
|
+
|
639
|
+
if (match[1])
|
640
|
+
return this.closingBracketBlock(session, match[1], row, i);
|
641
|
+
|
642
|
+
return session.getCommentFoldRange(row, i, -1);
|
643
|
+
}
|
644
|
+
};
|
645
|
+
|
646
|
+
this.getSectionRange = function(session, row) {
|
647
|
+
var line = session.getLine(row);
|
648
|
+
var startIndent = line.search(/\S/);
|
649
|
+
var startRow = row;
|
650
|
+
var startColumn = line.length;
|
651
|
+
row = row + 1;
|
652
|
+
var endRow = row;
|
653
|
+
var maxRow = session.getLength();
|
654
|
+
while (++row < maxRow) {
|
655
|
+
line = session.getLine(row);
|
656
|
+
var indent = line.search(/\S/);
|
657
|
+
if (indent === -1)
|
658
|
+
continue;
|
659
|
+
if (startIndent > indent)
|
660
|
+
break;
|
661
|
+
var subRange = this.getFoldWidgetRange(session, "all", row);
|
662
|
+
|
663
|
+
if (subRange) {
|
664
|
+
if (subRange.start.row <= startRow) {
|
665
|
+
break;
|
666
|
+
} else if (subRange.isMultiLine()) {
|
667
|
+
row = subRange.end.row;
|
668
|
+
} else if (startIndent == indent) {
|
669
|
+
break;
|
670
|
+
}
|
671
|
+
}
|
672
|
+
endRow = row;
|
673
|
+
}
|
674
|
+
|
675
|
+
return new Range(startRow, startColumn, endRow, session.getLine(endRow).length);
|
676
|
+
};
|
677
|
+
this.getCommentRegionBlock = function(session, line, row) {
|
678
|
+
var startColumn = line.search(/\s*$/);
|
679
|
+
var maxRow = session.getLength();
|
680
|
+
var startRow = row;
|
681
|
+
|
682
|
+
var re = /^\s*(?:\/\*|\/\/|--)#?(end)?region\b/;
|
683
|
+
var depth = 1;
|
684
|
+
while (++row < maxRow) {
|
685
|
+
line = session.getLine(row);
|
686
|
+
var m = re.exec(line);
|
687
|
+
if (!m) continue;
|
688
|
+
if (m[1]) depth--;
|
689
|
+
else depth++;
|
690
|
+
|
691
|
+
if (!depth) break;
|
692
|
+
}
|
693
|
+
|
694
|
+
var endRow = row;
|
695
|
+
if (endRow > startRow) {
|
696
|
+
return new Range(startRow, startColumn, endRow, line.length);
|
697
|
+
}
|
698
|
+
};
|
699
|
+
|
700
|
+
}).call(FoldMode.prototype);
|
701
|
+
|
702
|
+
});
|
703
|
+
|
704
|
+
define("ace/mode/javascript",["require","exports","module","ace/lib/oop","ace/mode/text","ace/mode/javascript_highlight_rules","ace/mode/matching_brace_outdent","ace/worker/worker_client","ace/mode/behaviour/cstyle","ace/mode/folding/cstyle"], function(require, exports, module) {
|
705
|
+
"use strict";
|
706
|
+
|
707
|
+
var oop = require("../lib/oop");
|
708
|
+
var TextMode = require("./text").Mode;
|
709
|
+
var JavaScriptHighlightRules = require("./javascript_highlight_rules").JavaScriptHighlightRules;
|
710
|
+
var MatchingBraceOutdent = require("./matching_brace_outdent").MatchingBraceOutdent;
|
711
|
+
var WorkerClient = require("../worker/worker_client").WorkerClient;
|
712
|
+
var CstyleBehaviour = require("./behaviour/cstyle").CstyleBehaviour;
|
713
|
+
var CStyleFoldMode = require("./folding/cstyle").FoldMode;
|
714
|
+
|
715
|
+
var Mode = function() {
|
716
|
+
this.HighlightRules = JavaScriptHighlightRules;
|
717
|
+
|
718
|
+
this.$outdent = new MatchingBraceOutdent();
|
719
|
+
this.$behaviour = new CstyleBehaviour();
|
720
|
+
this.foldingRules = new CStyleFoldMode();
|
721
|
+
};
|
722
|
+
oop.inherits(Mode, TextMode);
|
723
|
+
|
724
|
+
(function() {
|
725
|
+
|
726
|
+
this.lineCommentStart = "//";
|
727
|
+
this.blockComment = {start: "/*", end: "*/"};
|
728
|
+
this.$quotes = {'"': '"', "'": "'", "`": "`"};
|
729
|
+
|
730
|
+
this.getNextLineIndent = function(state, line, tab) {
|
731
|
+
var indent = this.$getIndent(line);
|
732
|
+
|
733
|
+
var tokenizedLine = this.getTokenizer().getLineTokens(line, state);
|
734
|
+
var tokens = tokenizedLine.tokens;
|
735
|
+
var endState = tokenizedLine.state;
|
736
|
+
|
737
|
+
if (tokens.length && tokens[tokens.length-1].type == "comment") {
|
738
|
+
return indent;
|
739
|
+
}
|
740
|
+
|
741
|
+
if (state == "start" || state == "no_regex") {
|
742
|
+
var match = line.match(/^.*(?:\bcase\b.*:|[\{\(\[])\s*$/);
|
743
|
+
if (match) {
|
744
|
+
indent += tab;
|
745
|
+
}
|
746
|
+
} else if (state == "doc-start") {
|
747
|
+
if (endState == "start" || endState == "no_regex") {
|
748
|
+
return "";
|
749
|
+
}
|
750
|
+
var match = line.match(/^\s*(\/?)\*/);
|
751
|
+
if (match) {
|
752
|
+
if (match[1]) {
|
753
|
+
indent += " ";
|
754
|
+
}
|
755
|
+
indent += "* ";
|
756
|
+
}
|
757
|
+
}
|
758
|
+
|
759
|
+
return indent;
|
760
|
+
};
|
761
|
+
|
762
|
+
this.checkOutdent = function(state, line, input) {
|
763
|
+
return this.$outdent.checkOutdent(line, input);
|
764
|
+
};
|
765
|
+
|
766
|
+
this.autoOutdent = function(state, doc, row) {
|
767
|
+
this.$outdent.autoOutdent(doc, row);
|
768
|
+
};
|
769
|
+
|
770
|
+
this.createWorker = function(session) {
|
771
|
+
var worker = new WorkerClient(["ace"], "ace/mode/javascript_worker", "JavaScriptWorker");
|
772
|
+
worker.attachToDocument(session.getDocument());
|
773
|
+
|
774
|
+
worker.on("annotate", function(results) {
|
775
|
+
session.setAnnotations(results.data);
|
776
|
+
});
|
777
|
+
|
778
|
+
worker.on("terminate", function() {
|
779
|
+
session.clearAnnotations();
|
780
|
+
});
|
781
|
+
|
782
|
+
return worker;
|
783
|
+
};
|
784
|
+
|
785
|
+
this.$id = "ace/mode/javascript";
|
786
|
+
}).call(Mode.prototype);
|
787
|
+
|
788
|
+
exports.Mode = Mode;
|
789
|
+
});
|
790
|
+
|
791
|
+
define("ace/mode/sjs_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/javascript_highlight_rules","ace/mode/text_highlight_rules"], function(require, exports, module) {
|
792
|
+
"use strict";
|
793
|
+
|
794
|
+
var oop = require("../lib/oop");
|
795
|
+
var JavaScriptHighlightRules = require("./javascript_highlight_rules").JavaScriptHighlightRules;
|
796
|
+
var TextHighlightRules = require("./text_highlight_rules").TextHighlightRules;
|
797
|
+
|
798
|
+
var SJSHighlightRules = function() {
|
799
|
+
var parent = new JavaScriptHighlightRules({noES6: true});
|
800
|
+
var escapedRe = "\\\\(?:x[0-9a-fA-F]{2}|" + // hex
|
801
|
+
"u[0-9a-fA-F]{4}|" + // unicode
|
802
|
+
"[0-2][0-7]{0,2}|" + // oct
|
803
|
+
"3[0-6][0-7]?|" + // oct
|
804
|
+
"37[0-7]?|" + // oct
|
805
|
+
"[4-7][0-7]?|" + //oct
|
806
|
+
".)";
|
807
|
+
|
808
|
+
var contextAware = function(f) {
|
809
|
+
f.isContextAware = true;
|
810
|
+
return f;
|
811
|
+
};
|
812
|
+
|
813
|
+
var ctxBegin = function(opts) {
|
814
|
+
return {
|
815
|
+
token: opts.token,
|
816
|
+
regex: opts.regex,
|
817
|
+
next: contextAware(function(currentState, stack) {
|
818
|
+
if (stack.length === 0)
|
819
|
+
stack.unshift(currentState);
|
820
|
+
stack.unshift(opts.next);
|
821
|
+
return opts.next;
|
822
|
+
})
|
823
|
+
};
|
824
|
+
};
|
825
|
+
|
826
|
+
var ctxEnd = function(opts) {
|
827
|
+
return {
|
828
|
+
token: opts.token,
|
829
|
+
regex: opts.regex,
|
830
|
+
next: contextAware(function(currentState, stack) {
|
831
|
+
stack.shift();
|
832
|
+
return stack[0] || "start";
|
833
|
+
})
|
834
|
+
};
|
835
|
+
};
|
836
|
+
|
837
|
+
this.$rules = parent.$rules;
|
838
|
+
this.$rules.no_regex = [
|
839
|
+
{
|
840
|
+
token: "keyword",
|
841
|
+
regex: "(waitfor|or|and|collapse|spawn|retract)\\b"
|
842
|
+
},
|
843
|
+
{
|
844
|
+
token: "keyword.operator",
|
845
|
+
regex: "(->|=>|\\.\\.)"
|
846
|
+
},
|
847
|
+
{
|
848
|
+
token: "variable.language",
|
849
|
+
regex: "(hold|default)\\b"
|
850
|
+
},
|
851
|
+
ctxBegin({
|
852
|
+
token: "string",
|
853
|
+
regex: "`",
|
854
|
+
next: "bstring"
|
855
|
+
}),
|
856
|
+
ctxBegin({
|
857
|
+
token: "string",
|
858
|
+
regex: '"',
|
859
|
+
next: "qqstring"
|
860
|
+
}),
|
861
|
+
ctxBegin({
|
862
|
+
token: "string",
|
863
|
+
regex: '"',
|
864
|
+
next: "qqstring"
|
865
|
+
}),
|
866
|
+
{
|
867
|
+
token: ["paren.lparen", "text", "paren.rparen"],
|
868
|
+
regex: "(\\{)(\\s*)(\\|)",
|
869
|
+
next: "block_arguments"
|
870
|
+
}
|
871
|
+
|
872
|
+
].concat(this.$rules.no_regex);
|
873
|
+
|
874
|
+
this.$rules.block_arguments = [
|
875
|
+
{
|
876
|
+
token: "paren.rparen",
|
877
|
+
regex: "\\|",
|
878
|
+
next: "no_regex"
|
879
|
+
}
|
880
|
+
].concat(this.$rules.function_arguments);
|
881
|
+
|
882
|
+
this.$rules.bstring = [
|
883
|
+
{
|
884
|
+
token : "constant.language.escape",
|
885
|
+
regex : escapedRe
|
886
|
+
},
|
887
|
+
{
|
888
|
+
token : "string",
|
889
|
+
regex : "\\\\$",
|
890
|
+
next: "bstring"
|
891
|
+
},
|
892
|
+
ctxBegin({
|
893
|
+
token : "paren.lparen",
|
894
|
+
regex : "\\$\\{",
|
895
|
+
next: "string_interp"
|
896
|
+
}),
|
897
|
+
ctxBegin({
|
898
|
+
token : "paren.lparen",
|
899
|
+
regex : "\\$",
|
900
|
+
next: "bstring_interp_single"
|
901
|
+
}),
|
902
|
+
ctxEnd({
|
903
|
+
token : "string",
|
904
|
+
regex : "`"
|
905
|
+
}),
|
906
|
+
{
|
907
|
+
defaultToken: "string"
|
908
|
+
}
|
909
|
+
];
|
910
|
+
|
911
|
+
this.$rules.qqstring = [
|
912
|
+
{
|
913
|
+
token : "constant.language.escape",
|
914
|
+
regex : escapedRe
|
915
|
+
},
|
916
|
+
{
|
917
|
+
token : "string",
|
918
|
+
regex : "\\\\$",
|
919
|
+
next: "qqstring"
|
920
|
+
},
|
921
|
+
ctxBegin({
|
922
|
+
token : "paren.lparen",
|
923
|
+
regex : "#\\{",
|
924
|
+
next: "string_interp"
|
925
|
+
}),
|
926
|
+
ctxEnd({
|
927
|
+
token : "string",
|
928
|
+
regex : '"'
|
929
|
+
}),
|
930
|
+
{
|
931
|
+
defaultToken: "string"
|
932
|
+
}
|
933
|
+
];
|
934
|
+
var embeddableRules = [];
|
935
|
+
for (var i=0; i < this.$rules.no_regex.length; i++) {
|
936
|
+
var rule = this.$rules.no_regex[i];
|
937
|
+
var token = String(rule.token);
|
938
|
+
if (token.indexOf('paren') == -1 && (!rule.next || rule.next.isContextAware)) {
|
939
|
+
embeddableRules.push(rule);
|
940
|
+
}
|
941
|
+
}
|
942
|
+
|
943
|
+
this.$rules.string_interp = [
|
944
|
+
ctxEnd({
|
945
|
+
token: "paren.rparen",
|
946
|
+
regex: "\\}"
|
947
|
+
}),
|
948
|
+
ctxBegin({
|
949
|
+
token: "paren.lparen",
|
950
|
+
regex: '{',
|
951
|
+
next: "string_interp"
|
952
|
+
})
|
953
|
+
].concat(embeddableRules);
|
954
|
+
this.$rules.bstring_interp_single = [
|
955
|
+
{
|
956
|
+
token: ["identifier", "paren.lparen"],
|
957
|
+
regex: '(\\w+)(\\()',
|
958
|
+
next: 'bstring_interp_single_call'
|
959
|
+
},
|
960
|
+
ctxEnd({
|
961
|
+
token : "identifier",
|
962
|
+
regex : "\\w*"
|
963
|
+
})
|
964
|
+
];
|
965
|
+
this.$rules.bstring_interp_single_call = [
|
966
|
+
ctxBegin({
|
967
|
+
token: "paren.lparen",
|
968
|
+
regex: "\\(",
|
969
|
+
next: "bstring_interp_single_call"
|
970
|
+
}),
|
971
|
+
ctxEnd({
|
972
|
+
token: "paren.rparen",
|
973
|
+
regex: "\\)"
|
974
|
+
})
|
975
|
+
].concat(embeddableRules);
|
976
|
+
};
|
977
|
+
oop.inherits(SJSHighlightRules, TextHighlightRules);
|
978
|
+
|
979
|
+
exports.SJSHighlightRules = SJSHighlightRules;
|
980
|
+
});
|
981
|
+
|
982
|
+
define("ace/mode/sjs",["require","exports","module","ace/lib/oop","ace/mode/javascript","ace/mode/sjs_highlight_rules","ace/mode/matching_brace_outdent","ace/mode/behaviour/cstyle","ace/mode/folding/cstyle"], function(require, exports, module) {
|
983
|
+
"use strict";
|
984
|
+
var oop = require("../lib/oop");
|
985
|
+
var JSMode = require("./javascript").Mode;
|
986
|
+
var SJSHighlightRules = require("./sjs_highlight_rules").SJSHighlightRules;
|
987
|
+
var MatchingBraceOutdent = require("./matching_brace_outdent").MatchingBraceOutdent;
|
988
|
+
var CstyleBehaviour = require("./behaviour/cstyle").CstyleBehaviour;
|
989
|
+
var CStyleFoldMode = require("./folding/cstyle").FoldMode;
|
990
|
+
|
991
|
+
var Mode = function() {
|
992
|
+
this.HighlightRules = SJSHighlightRules;
|
993
|
+
this.$outdent = new MatchingBraceOutdent();
|
994
|
+
this.$behaviour = new CstyleBehaviour();
|
995
|
+
this.foldingRules = new CStyleFoldMode();
|
996
|
+
};
|
997
|
+
oop.inherits(Mode, JSMode);
|
998
|
+
(function() {
|
999
|
+
this.createWorker = function(session) {
|
1000
|
+
return null;
|
1001
|
+
};
|
1002
|
+
this.$id = "ace/mode/sjs";
|
1003
|
+
}).call(Mode.prototype);
|
1004
|
+
|
1005
|
+
exports.Mode = Mode;
|
1006
|
+
});
|
1007
|
+
(function() {
|
1008
|
+
window.require(["ace/mode/sjs"], function(m) {
|
1009
|
+
if (typeof module == "object" && typeof exports == "object" && module) {
|
1010
|
+
module.exports = m;
|
1011
|
+
}
|
1012
|
+
});
|
1013
|
+
})();
|
1014
|
+
|