bedrock_sass 0.2.0 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/assets/_vendor/ace/ace.js +255 -589
- data/assets/_vendor/ace/ext-beautify.js +1 -2
- data/assets/_vendor/ace/ext-elastic_tabstops_lite.js +2 -2
- data/assets/_vendor/ace/ext-emmet.js +4 -4
- data/assets/_vendor/ace/ext-error_marker.js +1 -2
- data/assets/_vendor/ace/ext-keybinding_menu.js +1 -2
- data/assets/_vendor/ace/ext-language_tools.js +5 -9
- data/assets/_vendor/ace/ext-linking.js +1 -2
- data/assets/_vendor/ace/ext-modelist.js +9 -5
- data/assets/_vendor/ace/ext-options.js +10 -7
- data/assets/_vendor/ace/ext-rtl.js +1 -2
- data/assets/_vendor/ace/ext-searchbox.js +8 -4
- data/assets/_vendor/ace/ext-settings_menu.js +10 -7
- data/assets/_vendor/ace/ext-spellcheck.js +1 -2
- data/assets/_vendor/ace/ext-split.js +1 -2
- data/assets/_vendor/ace/ext-static_highlight.js +11 -8
- data/assets/_vendor/ace/ext-statusbar.js +1 -2
- data/assets/_vendor/ace/ext-textarea.js +1 -5
- data/assets/_vendor/ace/ext-themelist.js +2 -4
- data/assets/_vendor/ace/ext-whitespace.js +1 -2
- data/assets/_vendor/ace/keybinding-emacs.js +6 -2
- data/assets/_vendor/ace/keybinding-vim.js +13 -25
- data/assets/_vendor/ace/mode-abap.js +2 -3
- data/assets/_vendor/ace/mode-abc.js +3 -2
- data/assets/_vendor/ace/mode-actionscript.js +2 -2
- data/assets/_vendor/ace/mode-ada.js +1 -2
- data/assets/_vendor/ace/mode-apache_conf.js +2 -2
- data/assets/_vendor/ace/mode-apex.js +457 -0
- data/assets/_vendor/ace/mode-applescript.js +1 -2
- data/assets/_vendor/ace/mode-asciidoc.js +2 -2
- data/assets/_vendor/ace/mode-asl.js +1 -2
- data/assets/_vendor/ace/mode-assembly_x86.js +2 -2
- data/assets/_vendor/ace/mode-autohotkey.js +1 -2
- data/assets/_vendor/ace/mode-batchfile.js +2 -2
- data/assets/_vendor/ace/mode-bro.js +2 -2
- data/assets/_vendor/ace/mode-c9search.js +1 -2
- data/assets/_vendor/ace/mode-c_cpp.js +2 -2
- data/assets/_vendor/ace/mode-cirru.js +1 -2
- data/assets/_vendor/ace/mode-clojure.js +2 -2
- data/assets/_vendor/ace/mode-cobol.js +1 -2
- data/assets/_vendor/ace/mode-coffee.js +1 -2
- data/assets/_vendor/ace/mode-coldfusion.js +3 -2
- data/assets/_vendor/ace/mode-csharp.js +3 -3
- data/assets/_vendor/ace/mode-csound_document.js +319 -80
- data/assets/_vendor/ace/mode-csound_orchestra.js +323 -86
- data/assets/_vendor/ace/mode-csound_score.js +1 -2
- data/assets/_vendor/ace/mode-csp.js +1 -2
- data/assets/_vendor/ace/mode-css.js +2 -2
- data/assets/_vendor/ace/mode-curly.js +3 -2
- data/assets/_vendor/ace/mode-d.js +2 -2
- data/assets/_vendor/ace/mode-dart.js +24 -14
- data/assets/_vendor/ace/mode-diff.js +4 -4
- data/assets/_vendor/ace/mode-django.js +3 -2
- data/assets/_vendor/ace/mode-dockerfile.js +3 -2
- data/assets/_vendor/ace/mode-dot.js +1 -2
- data/assets/_vendor/ace/mode-drools.js +3 -2
- data/assets/_vendor/ace/mode-edifact.js +2 -2
- data/assets/_vendor/ace/mode-eiffel.js +1 -2
- data/assets/_vendor/ace/mode-ejs.js +5 -2
- data/assets/_vendor/ace/mode-elixir.js +2 -2
- data/assets/_vendor/ace/mode-elm.js +1 -2
- data/assets/_vendor/ace/mode-erlang.js +2 -2
- data/assets/_vendor/ace/mode-forth.js +2 -2
- data/assets/_vendor/ace/mode-fortran.js +1 -2
- data/assets/_vendor/ace/mode-fsharp.js +1 -2
- data/assets/_vendor/ace/mode-fsl.js +258 -0
- data/assets/_vendor/ace/mode-ftl.js +3 -2
- data/assets/_vendor/ace/mode-gcode.js +1 -2
- data/assets/_vendor/ace/mode-gherkin.js +2 -4
- data/assets/_vendor/ace/mode-gitignore.js +1 -2
- data/assets/_vendor/ace/mode-glsl.js +2 -2
- data/assets/_vendor/ace/mode-gobstones.js +3 -2
- data/assets/_vendor/ace/mode-golang.js +1 -2
- data/assets/_vendor/ace/mode-graphqlschema.js +1 -2
- data/assets/_vendor/ace/mode-groovy.js +4 -2
- data/assets/_vendor/ace/mode-haml.js +5 -2
- data/assets/_vendor/ace/mode-handlebars.js +3 -2
- data/assets/_vendor/ace/mode-haskell.js +2 -2
- data/assets/_vendor/ace/mode-haskell_cabal.js +1 -2
- data/assets/_vendor/ace/mode-haxe.js +2 -2
- data/assets/_vendor/ace/mode-hjson.js +2 -2
- data/assets/_vendor/ace/mode-html.js +3 -2
- data/assets/_vendor/ace/mode-html_elixir.js +4 -2
- data/assets/_vendor/ace/mode-html_ruby.js +5 -2
- data/assets/_vendor/ace/mode-ini.js +1 -2
- data/assets/_vendor/ace/mode-io.js +2 -2
- data/assets/_vendor/ace/mode-jack.js +1 -2
- data/assets/_vendor/ace/mode-jade.js +14 -115
- data/assets/_vendor/ace/mode-java.js +64 -3
- data/assets/_vendor/ace/mode-javascript.js +2 -2
- data/assets/_vendor/ace/mode-json.js +1 -2
- data/assets/_vendor/ace/mode-jsoniq.js +8 -2317
- data/assets/_vendor/ace/mode-jsp.js +4 -2
- data/assets/_vendor/ace/mode-jssm.js +2 -2
- data/assets/_vendor/ace/mode-jsx.js +1 -2
- data/assets/_vendor/ace/mode-julia.js +2 -2
- data/assets/_vendor/ace/mode-kotlin.js +2 -2
- data/assets/_vendor/ace/mode-latex.js +1 -2
- data/assets/_vendor/ace/mode-less.js +4 -2
- data/assets/_vendor/ace/mode-liquid.js +2026 -477
- data/assets/_vendor/ace/mode-lisp.js +2 -2
- data/assets/_vendor/ace/mode-livescript.js +1 -2
- data/assets/_vendor/ace/mode-logiql.js +2 -2
- data/assets/_vendor/ace/mode-logtalk.js +352 -0
- data/assets/_vendor/ace/mode-lsl.js +1 -2
- data/assets/_vendor/ace/mode-lua.js +1 -2
- data/assets/_vendor/ace/mode-luapage.js +3 -2
- data/assets/_vendor/ace/mode-lucene.js +2 -3
- data/assets/_vendor/ace/mode-makefile.js +3 -2
- data/assets/_vendor/ace/mode-markdown.js +5 -2
- data/assets/_vendor/ace/mode-mask.js +3 -2
- data/assets/_vendor/ace/mode-matlab.js +1 -2
- data/assets/_vendor/ace/mode-maze.js +2 -2
- data/assets/_vendor/ace/mode-mel.js +2 -2
- data/assets/_vendor/ace/mode-mixal.js +1 -2
- data/assets/_vendor/ace/mode-mushcode.js +2 -2
- data/assets/_vendor/ace/mode-mysql.js +3 -4
- data/assets/_vendor/ace/mode-nix.js +2 -2
- data/assets/_vendor/ace/mode-nsis.js +2 -2
- data/assets/_vendor/ace/mode-objectivec.js +3 -2
- data/assets/_vendor/ace/mode-ocaml.js +1 -2
- data/assets/_vendor/ace/mode-pascal.js +2 -2
- data/assets/_vendor/ace/mode-perl.js +2 -2
- data/assets/_vendor/ace/mode-perl6.js +593 -0
- data/assets/_vendor/ace/mode-pgsql.js +304 -69
- data/assets/_vendor/ace/mode-php.js +844 -1029
- data/assets/_vendor/ace/mode-php_laravel_blade.js +844 -1029
- data/assets/_vendor/ace/mode-pig.js +2 -2
- data/assets/_vendor/ace/mode-plain_text.js +1 -2
- data/assets/_vendor/ace/mode-powershell.js +2 -2
- data/assets/_vendor/ace/mode-praat.js +2 -2
- data/assets/_vendor/ace/mode-prolog.js +2 -2
- data/assets/_vendor/ace/mode-properties.js +1 -2
- data/assets/_vendor/ace/mode-protobuf.js +2 -2
- data/assets/_vendor/ace/mode-puppet.js +1 -2
- data/assets/_vendor/ace/mode-python.js +297 -63
- data/assets/_vendor/ace/mode-r.js +3 -2
- data/assets/_vendor/ace/mode-razor.js +9 -3
- data/assets/_vendor/ace/mode-rdoc.js +2 -2
- data/assets/_vendor/ace/mode-red.js +2 -2
- data/assets/_vendor/ace/mode-redshift.js +1 -2
- data/assets/_vendor/ace/mode-rhtml.js +5 -2
- data/assets/_vendor/ace/mode-rst.js +1 -2
- data/assets/_vendor/ace/mode-ruby.js +3 -2
- data/assets/_vendor/ace/mode-rust.js +2 -2
- data/assets/_vendor/ace/mode-sass.js +205 -117
- data/assets/_vendor/ace/mode-scad.js +2 -2
- data/assets/_vendor/ace/mode-scala.js +3 -2
- data/assets/_vendor/ace/mode-scheme.js +2 -2
- data/assets/_vendor/ace/mode-scss.js +204 -115
- data/assets/_vendor/ace/mode-sh.js +3 -2
- data/assets/_vendor/ace/mode-sjs.js +2 -2
- data/assets/_vendor/ace/mode-slim.js +18 -117
- data/assets/_vendor/ace/mode-smarty.js +3 -2
- data/assets/_vendor/ace/mode-snippets.js +1 -2
- data/assets/_vendor/ace/mode-soy_template.js +4 -2
- data/assets/_vendor/ace/mode-space.js +1 -2
- data/assets/_vendor/ace/mode-sparql.js +2 -2
- data/assets/_vendor/ace/mode-sql.js +2 -3
- data/assets/_vendor/ace/mode-sqlserver.js +2 -2
- data/assets/_vendor/ace/mode-stylus.js +3 -2
- data/assets/_vendor/ace/mode-svg.js +2 -2
- data/assets/_vendor/ace/mode-swift.js +1 -2
- data/assets/_vendor/ace/mode-tcl.js +2 -2
- data/assets/_vendor/ace/mode-terraform.js +1 -2
- data/assets/_vendor/ace/mode-tex.js +2 -2
- data/assets/_vendor/ace/mode-text.js +1 -2
- data/assets/_vendor/ace/mode-textile.js +1 -2
- data/assets/_vendor/ace/mode-toml.js +1 -2
- data/assets/_vendor/ace/mode-tsx.js +2 -2
- data/assets/_vendor/ace/mode-turtle.js +2 -2
- data/assets/_vendor/ace/mode-twig.js +3 -2
- data/assets/_vendor/ace/mode-typescript.js +2 -2
- data/assets/_vendor/ace/mode-vala.js +2 -2
- data/assets/_vendor/ace/mode-vbscript.js +1 -2
- data/assets/_vendor/ace/mode-velocity.js +4 -2
- data/assets/_vendor/ace/mode-verilog.js +1 -2
- data/assets/_vendor/ace/mode-vhdl.js +1 -2
- data/assets/_vendor/ace/mode-visualforce.js +2641 -0
- data/assets/_vendor/ace/mode-wollok.js +3 -2
- data/assets/_vendor/ace/mode-xml.js +1 -2
- data/assets/_vendor/ace/mode-xquery.js +8 -2287
- data/assets/_vendor/ace/mode-yaml.js +1 -2
- data/assets/_vendor/ace/snippets/abap.js +2 -3
- data/assets/_vendor/ace/snippets/abc.js +1 -2
- data/assets/_vendor/ace/snippets/actionscript.js +1 -2
- data/assets/_vendor/ace/snippets/ada.js +2 -3
- data/assets/_vendor/ace/snippets/apache_conf.js +2 -3
- data/assets/_vendor/ace/snippets/apex.js +14 -0
- data/assets/_vendor/ace/snippets/applescript.js +2 -3
- data/assets/_vendor/ace/snippets/asciidoc.js +2 -3
- data/assets/_vendor/ace/snippets/asl.js +2 -3
- data/assets/_vendor/ace/snippets/assembly_x86.js +2 -3
- data/assets/_vendor/ace/snippets/autohotkey.js +2 -3
- data/assets/_vendor/ace/snippets/batchfile.js +2 -3
- data/assets/_vendor/ace/snippets/bro.js +1 -2
- data/assets/_vendor/ace/snippets/c9search.js +2 -3
- data/assets/_vendor/ace/snippets/c_cpp.js +1 -2
- data/assets/_vendor/ace/snippets/cirru.js +2 -3
- data/assets/_vendor/ace/snippets/clojure.js +1 -2
- data/assets/_vendor/ace/snippets/cobol.js +2 -3
- data/assets/_vendor/ace/snippets/coffee.js +1 -2
- data/assets/_vendor/ace/snippets/coldfusion.js +2 -3
- data/assets/_vendor/ace/snippets/csharp.js +2 -3
- data/assets/_vendor/ace/snippets/csound_document.js +1 -2
- data/assets/_vendor/ace/snippets/csound_orchestra.js +1 -2
- data/assets/_vendor/ace/snippets/csound_score.js +2 -3
- data/assets/_vendor/ace/snippets/csp.js +1 -2
- data/assets/_vendor/ace/snippets/css.js +1 -2
- data/assets/_vendor/ace/snippets/curly.js +2 -3
- data/assets/_vendor/ace/snippets/d.js +2 -3
- data/assets/_vendor/ace/snippets/dart.js +1 -2
- data/assets/_vendor/ace/snippets/diff.js +1 -2
- data/assets/_vendor/ace/snippets/django.js +1 -2
- data/assets/_vendor/ace/snippets/dockerfile.js +2 -3
- data/assets/_vendor/ace/snippets/dot.js +2 -3
- data/assets/_vendor/ace/snippets/drools.js +1 -2
- data/assets/_vendor/ace/snippets/edifact.js +1 -2
- data/assets/_vendor/ace/snippets/eiffel.js +2 -3
- data/assets/_vendor/ace/snippets/ejs.js +2 -3
- data/assets/_vendor/ace/snippets/elixir.js +1 -2
- data/assets/_vendor/ace/snippets/elm.js +2 -3
- data/assets/_vendor/ace/snippets/erlang.js +1 -2
- data/assets/_vendor/ace/snippets/forth.js +2 -3
- data/assets/_vendor/ace/snippets/fortran.js +2 -3
- data/assets/_vendor/ace/snippets/fsharp.js +2 -3
- data/assets/_vendor/ace/snippets/fsl.js +14 -0
- data/assets/_vendor/ace/snippets/ftl.js +2 -3
- data/assets/_vendor/ace/snippets/gcode.js +2 -3
- data/assets/_vendor/ace/snippets/gherkin.js +2 -3
- data/assets/_vendor/ace/snippets/gitignore.js +2 -3
- data/assets/_vendor/ace/snippets/glsl.js +2 -3
- data/assets/_vendor/ace/snippets/gobstones.js +1 -2
- data/assets/_vendor/ace/snippets/golang.js +2 -3
- data/assets/_vendor/ace/snippets/graphqlschema.js +1 -2
- data/assets/_vendor/ace/snippets/groovy.js +2 -3
- data/assets/_vendor/ace/snippets/haml.js +1 -2
- data/assets/_vendor/ace/snippets/handlebars.js +2 -3
- data/assets/_vendor/ace/snippets/haskell.js +1 -2
- data/assets/_vendor/ace/snippets/haskell_cabal.js +2 -3
- data/assets/_vendor/ace/snippets/haxe.js +2 -3
- data/assets/_vendor/ace/snippets/hjson.js +1 -2
- data/assets/_vendor/ace/snippets/html.js +1 -2
- data/assets/_vendor/ace/snippets/html_elixir.js +2 -3
- data/assets/_vendor/ace/snippets/html_ruby.js +2 -3
- data/assets/_vendor/ace/snippets/ini.js +2 -3
- data/assets/_vendor/ace/snippets/io.js +1 -2
- data/assets/_vendor/ace/snippets/jack.js +2 -3
- data/assets/_vendor/ace/snippets/jade.js +2 -3
- data/assets/_vendor/ace/snippets/java.js +1 -2
- data/assets/_vendor/ace/snippets/javascript.js +1 -2
- data/assets/_vendor/ace/snippets/json.js +2 -3
- data/assets/_vendor/ace/snippets/jsoniq.js +1 -2
- data/assets/_vendor/ace/snippets/jsp.js +1 -2
- data/assets/_vendor/ace/snippets/jssm.js +1 -2
- data/assets/_vendor/ace/snippets/jsx.js +2 -3
- data/assets/_vendor/ace/snippets/julia.js +2 -3
- data/assets/_vendor/ace/snippets/kotlin.js +1 -2
- data/assets/_vendor/ace/snippets/latex.js +2 -3
- data/assets/_vendor/ace/snippets/less.js +2 -3
- data/assets/_vendor/ace/snippets/liquid.js +883 -3
- data/assets/_vendor/ace/snippets/lisp.js +2 -3
- data/assets/_vendor/ace/snippets/livescript.js +2 -3
- data/assets/_vendor/ace/snippets/logiql.js +2 -3
- data/assets/_vendor/ace/snippets/logtalk.js +14 -0
- data/assets/_vendor/ace/snippets/lsl.js +1 -2
- data/assets/_vendor/ace/snippets/lua.js +1 -2
- data/assets/_vendor/ace/snippets/luapage.js +2 -3
- data/assets/_vendor/ace/snippets/lucene.js +2 -3
- data/assets/_vendor/ace/snippets/makefile.js +1 -2
- data/assets/_vendor/ace/snippets/markdown.js +1 -2
- data/assets/_vendor/ace/snippets/mask.js +2 -3
- data/assets/_vendor/ace/snippets/matlab.js +2 -3
- data/assets/_vendor/ace/snippets/maze.js +1 -2
- data/assets/_vendor/ace/snippets/mel.js +2 -3
- data/assets/_vendor/ace/snippets/mixal.js +2 -3
- data/assets/_vendor/ace/snippets/mushcode.js +2 -3
- data/assets/_vendor/ace/snippets/mysql.js +2 -3
- data/assets/_vendor/ace/snippets/nix.js +2 -3
- data/assets/_vendor/ace/snippets/nsis.js +1 -2
- data/assets/_vendor/ace/snippets/objectivec.js +2 -3
- data/assets/_vendor/ace/snippets/ocaml.js +2 -3
- data/assets/_vendor/ace/snippets/pascal.js +2 -3
- data/assets/_vendor/ace/snippets/perl.js +1 -2
- data/assets/_vendor/ace/snippets/perl6.js +14 -0
- data/assets/_vendor/ace/snippets/pgsql.js +2 -3
- data/assets/_vendor/ace/snippets/php.js +1 -2
- data/assets/_vendor/ace/snippets/php_laravel_blade.js +2 -3
- data/assets/_vendor/ace/snippets/pig.js +2 -3
- data/assets/_vendor/ace/snippets/plain_text.js +2 -3
- data/assets/_vendor/ace/snippets/powershell.js +2 -3
- data/assets/_vendor/ace/snippets/praat.js +2 -3
- data/assets/_vendor/ace/snippets/prolog.js +2 -3
- data/assets/_vendor/ace/snippets/properties.js +2 -3
- data/assets/_vendor/ace/snippets/protobuf.js +1 -2
- data/assets/_vendor/ace/snippets/puppet.js +2 -3
- data/assets/_vendor/ace/snippets/python.js +1 -2
- data/assets/_vendor/ace/snippets/r.js +1 -2
- data/assets/_vendor/ace/snippets/razor.js +1 -2
- data/assets/_vendor/ace/snippets/rdoc.js +2 -3
- data/assets/_vendor/ace/snippets/red.js +1 -2
- data/assets/_vendor/ace/snippets/redshift.js +2 -3
- data/assets/_vendor/ace/snippets/rhtml.js +2 -3
- data/assets/_vendor/ace/snippets/rst.js +1 -2
- data/assets/_vendor/ace/snippets/ruby.js +1 -2
- data/assets/_vendor/ace/snippets/rust.js +2 -3
- data/assets/_vendor/ace/snippets/sass.js +2 -3
- data/assets/_vendor/ace/snippets/scad.js +2 -3
- data/assets/_vendor/ace/snippets/scala.js +2 -3
- data/assets/_vendor/ace/snippets/scheme.js +2 -3
- data/assets/_vendor/ace/snippets/scss.js +2 -3
- data/assets/_vendor/ace/snippets/sh.js +1 -2
- data/assets/_vendor/ace/snippets/sjs.js +2 -3
- data/assets/_vendor/ace/snippets/slim.js +2 -3
- data/assets/_vendor/ace/snippets/smarty.js +2 -3
- data/assets/_vendor/ace/snippets/snippets.js +1 -2
- data/assets/_vendor/ace/snippets/soy_template.js +2 -3
- data/assets/_vendor/ace/snippets/space.js +2 -3
- data/assets/_vendor/ace/snippets/sparql.js +1 -2
- data/assets/_vendor/ace/snippets/sql.js +1 -2
- data/assets/_vendor/ace/snippets/sqlserver.js +1 -2
- data/assets/_vendor/ace/snippets/stylus.js +2 -3
- data/assets/_vendor/ace/snippets/svg.js +2 -3
- data/assets/_vendor/ace/snippets/swift.js +2 -3
- data/assets/_vendor/ace/snippets/tcl.js +1 -2
- data/assets/_vendor/ace/snippets/terraform.js +2 -3
- data/assets/_vendor/ace/snippets/tex.js +1 -2
- data/assets/_vendor/ace/snippets/text.js +2 -3
- data/assets/_vendor/ace/snippets/textile.js +1 -2
- data/assets/_vendor/ace/snippets/toml.js +2 -3
- data/assets/_vendor/ace/snippets/tsx.js +2 -3
- data/assets/_vendor/ace/snippets/turtle.js +1 -2
- data/assets/_vendor/ace/snippets/twig.js +2 -3
- data/assets/_vendor/ace/snippets/typescript.js +2 -3
- data/assets/_vendor/ace/snippets/vala.js +1 -2
- data/assets/_vendor/ace/snippets/vbscript.js +2 -3
- data/assets/_vendor/ace/snippets/velocity.js +1 -2
- data/assets/_vendor/ace/snippets/verilog.js +2 -3
- data/assets/_vendor/ace/snippets/vhdl.js +2 -3
- data/assets/_vendor/ace/snippets/visualforce.js +14 -0
- data/assets/_vendor/ace/snippets/wollok.js +1 -2
- data/assets/_vendor/ace/snippets/xml.js +2 -3
- data/assets/_vendor/ace/snippets/xquery.js +1 -2
- data/assets/_vendor/ace/snippets/yaml.js +2 -3
- data/assets/_vendor/ace/theme-ambiance.js +1 -2
- data/assets/_vendor/ace/theme-chaos.js +1 -2
- data/assets/_vendor/ace/theme-chrome.js +1 -2
- data/assets/_vendor/ace/theme-clouds.js +1 -2
- data/assets/_vendor/ace/theme-clouds_midnight.js +1 -2
- data/assets/_vendor/ace/theme-cobalt.js +1 -2
- data/assets/_vendor/ace/theme-crimson_editor.js +1 -2
- data/assets/_vendor/ace/theme-dawn.js +1 -2
- data/assets/_vendor/ace/theme-dracula.js +1 -2
- data/assets/_vendor/ace/theme-dreamweaver.js +1 -2
- data/assets/_vendor/ace/theme-eclipse.js +1 -2
- data/assets/_vendor/ace/theme-github.js +3 -3
- data/assets/_vendor/ace/theme-gob.js +1 -2
- data/assets/_vendor/ace/theme-gruvbox.js +1 -2
- data/assets/_vendor/ace/theme-idle_fingers.js +1 -2
- data/assets/_vendor/ace/theme-iplastic.js +1 -2
- data/assets/_vendor/ace/theme-katzenmilch.js +1 -2
- data/assets/_vendor/ace/theme-kr_theme.js +1 -2
- data/assets/_vendor/ace/theme-kuroir.js +1 -2
- data/assets/_vendor/ace/theme-merbivore.js +1 -2
- data/assets/_vendor/ace/theme-merbivore_soft.js +1 -2
- data/assets/_vendor/ace/theme-mono_industrial.js +1 -2
- data/assets/_vendor/ace/theme-monokai.js +1 -2
- data/assets/_vendor/ace/theme-pastel_on_dark.js +1 -2
- data/assets/_vendor/ace/theme-solarized_dark.js +1 -2
- data/assets/_vendor/ace/theme-solarized_light.js +1 -2
- data/assets/_vendor/ace/theme-sqlserver.js +1 -2
- data/assets/_vendor/ace/theme-terminal.js +1 -2
- data/assets/_vendor/ace/theme-textmate.js +1 -2
- data/assets/_vendor/ace/theme-tomorrow.js +1 -2
- data/assets/_vendor/ace/theme-tomorrow_night.js +1 -2
- data/assets/_vendor/ace/theme-tomorrow_night_blue.js +1 -2
- data/assets/_vendor/ace/theme-tomorrow_night_bright.js +1 -2
- data/assets/_vendor/ace/theme-tomorrow_night_eighties.js +1 -2
- data/assets/_vendor/ace/theme-twilight.js +1 -2
- data/assets/_vendor/ace/theme-vibrant_ink.js +1 -2
- data/assets/_vendor/ace/theme-xcode.js +1 -2
- data/assets/_vendor/ace/worker-coffee.js +11 -20
- data/assets/_vendor/ace/worker-css.js +23 -20
- data/assets/_vendor/ace/worker-html.js +25 -31
- data/assets/_vendor/ace/worker-javascript.js +76 -36
- data/assets/_vendor/ace/worker-json.js +25 -20
- data/assets/_vendor/ace/worker-lua.js +68 -69
- data/assets/_vendor/ace/worker-php.js +12 -20
- data/assets/_vendor/ace/worker-xml.js +12 -22
- data/assets/_vendor/ace/worker-xquery.js +44 -12378
- data/assets/_vendor/tinymce/plugins/advlist/plugin.js +137 -137
- data/assets/_vendor/tinymce/plugins/anchor/plugin.js +102 -102
- data/assets/_vendor/tinymce/plugins/autolink/plugin.js +154 -154
- data/assets/_vendor/tinymce/plugins/autoresize/plugin.js +145 -145
- data/assets/_vendor/tinymce/plugins/autosave/plugin.js +207 -217
- data/assets/_vendor/tinymce/plugins/autosave/plugin.min.js +1 -1
- data/assets/_vendor/tinymce/plugins/bbcode/plugin.js +89 -89
- data/assets/_vendor/tinymce/plugins/charmap/plugin.js +1246 -1246
- data/assets/_vendor/tinymce/plugins/code/plugin.js +80 -80
- data/assets/_vendor/tinymce/plugins/codesample/plugin.js +852 -852
- data/assets/_vendor/tinymce/plugins/colorpicker/plugin.js +109 -109
- data/assets/_vendor/tinymce/plugins/contextmenu/plugin.js +144 -144
- data/assets/_vendor/tinymce/plugins/directionality/plugin.js +53 -53
- data/assets/_vendor/tinymce/plugins/emoticons/plugin.js +74 -74
- data/assets/_vendor/tinymce/plugins/fullpage/plugin.js +464 -464
- data/assets/_vendor/tinymce/plugins/fullscreen/plugin.js +152 -152
- data/assets/_vendor/tinymce/plugins/help/plugin.js +639 -678
- data/assets/_vendor/tinymce/plugins/help/plugin.min.js +1 -1
- data/assets/_vendor/tinymce/plugins/hr/plugin.js +29 -29
- data/assets/_vendor/tinymce/plugins/image/plugin.js +1119 -1126
- data/assets/_vendor/tinymce/plugins/image/plugin.min.js +1 -1
- data/assets/_vendor/tinymce/plugins/imagetools/plugin.js +3414 -3445
- data/assets/_vendor/tinymce/plugins/imagetools/plugin.min.js +1 -1
- data/assets/_vendor/tinymce/plugins/importcss/plugin.js +230 -230
- data/assets/_vendor/tinymce/plugins/insertdatetime/plugin.js +152 -152
- data/assets/_vendor/tinymce/plugins/legacyoutput/plugin.js +193 -193
- data/assets/_vendor/tinymce/plugins/link/plugin.js +646 -646
- data/assets/_vendor/tinymce/plugins/lists/plugin.js +2103 -1037
- data/assets/_vendor/tinymce/plugins/lists/plugin.min.js +1 -1
- data/assets/_vendor/tinymce/plugins/media/plugin.js +1050 -1050
- data/assets/_vendor/tinymce/plugins/nonbreaking/plugin.js +69 -69
- data/assets/_vendor/tinymce/plugins/noneditable/plugin.js +98 -98
- data/assets/_vendor/tinymce/plugins/pagebreak/plugin.js +91 -91
- data/assets/_vendor/tinymce/plugins/paste/plugin.js +1725 -1364
- data/assets/_vendor/tinymce/plugins/paste/plugin.min.js +1 -1
- data/assets/_vendor/tinymce/plugins/preview/plugin.js +107 -107
- data/assets/_vendor/tinymce/plugins/print/plugin.js +28 -28
- data/assets/_vendor/tinymce/plugins/save/plugin.js +101 -101
- data/assets/_vendor/tinymce/plugins/searchreplace/plugin.js +535 -537
- data/assets/_vendor/tinymce/plugins/searchreplace/plugin.min.js +1 -1
- data/assets/_vendor/tinymce/plugins/spellchecker/plugin.js +683 -681
- data/assets/_vendor/tinymce/plugins/spellchecker/plugin.min.js +1 -1
- data/assets/_vendor/tinymce/plugins/tabfocus/plugin.js +95 -95
- data/assets/_vendor/tinymce/plugins/table/plugin.js +8927 -9805
- data/assets/_vendor/tinymce/plugins/table/plugin.min.js +1 -1
- data/assets/_vendor/tinymce/plugins/template/plugin.js +305 -311
- data/assets/_vendor/tinymce/plugins/template/plugin.min.js +1 -1
- data/assets/_vendor/tinymce/plugins/textcolor/plugin.js +317 -317
- data/assets/_vendor/tinymce/plugins/textpattern/plugin.js +575 -329
- data/assets/_vendor/tinymce/plugins/textpattern/plugin.min.js +1 -1
- data/assets/_vendor/tinymce/plugins/toc/plugin.js +201 -201
- data/assets/_vendor/tinymce/plugins/visualblocks/plugin.js +113 -113
- data/assets/_vendor/tinymce/plugins/visualchars/plugin.js +419 -471
- data/assets/_vendor/tinymce/plugins/visualchars/plugin.min.js +1 -1
- data/assets/_vendor/tinymce/plugins/wordcount/plugin.js +371 -308
- data/assets/_vendor/tinymce/plugins/wordcount/plugin.min.js +1 -1
- data/assets/_vendor/tinymce/skins/lightgray/fonts/tinymce.eot +0 -0
- data/assets/_vendor/tinymce/skins/lightgray/fonts/tinymce.svg +1 -0
- data/assets/_vendor/tinymce/skins/lightgray/fonts/tinymce.ttf +0 -0
- data/assets/_vendor/tinymce/skins/lightgray/fonts/tinymce.woff +0 -0
- data/assets/_vendor/tinymce/skins/lightgray/skin.min.css +1 -1
- data/assets/_vendor/tinymce/themes/inlite/theme.js +9272 -9686
- data/assets/_vendor/tinymce/themes/inlite/theme.min.js +1 -1
- data/assets/_vendor/tinymce/themes/mobile/theme.js +12130 -13042
- data/assets/_vendor/tinymce/themes/mobile/theme.min.js +1 -1
- data/assets/_vendor/tinymce/themes/modern/theme.js +9090 -9504
- data/assets/_vendor/tinymce/themes/modern/theme.min.js +1 -1
- data/assets/_vendor/tinymce/tinymce.js +24914 -25218
- data/assets/bedrock/js/bedrock.js +1 -1
- data/assets/bedrock/scss/components/no-content.scss +5 -0
- data/assets/bedrock/scss/components/select-box.scss +1 -1
- data/lib/bedrock_sass.rb +51 -16
- data/lib/bedrock_sass/engine.rb +3 -2
- data/lib/bedrock_sass/version.rb +1 -1
- metadata +17 -7
@@ -298,6 +298,7 @@ var JavaScriptHighlightRules = function(options) {
|
|
298
298
|
"3[0-7][0-7]?|" + // oct
|
299
299
|
"[4-7][0-7]?|" + //oct
|
300
300
|
".)";
|
301
|
+
|
301
302
|
this.$rules = {
|
302
303
|
"no_regex" : [
|
303
304
|
DocCommentHighlightRules.getStartRule("doc-start"),
|
@@ -1689,6 +1690,7 @@ var CssHighlightRules = function() {
|
|
1689
1690
|
"support.constant.color": supportConstantColor,
|
1690
1691
|
"support.constant.fonts": supportConstantFonts
|
1691
1692
|
}, "text", true);
|
1693
|
+
|
1692
1694
|
this.$rules = {
|
1693
1695
|
"start" : [{
|
1694
1696
|
include : ["strings", "url", "comments"]
|
@@ -3067,6 +3069,7 @@ var ShHighlightRules = function() {
|
|
3067
3069
|
}, "identifier");
|
3068
3070
|
|
3069
3071
|
var integer = "(?:(?:[1-9]\\d*)|(?:0))";
|
3072
|
+
|
3070
3073
|
var fraction = "(?:\\.\\d+)";
|
3071
3074
|
var intPart = "(?:\\d+)";
|
3072
3075
|
var pointFloat = "(?:(?:" + intPart + "?" + fraction + ")|(?:" + intPart + "\\.))";
|
@@ -3322,6 +3325,7 @@ oop.inherits(Mode, TextMode);
|
|
3322
3325
|
};
|
3323
3326
|
|
3324
3327
|
this.autoOutdent = function(state, doc, row) {
|
3328
|
+
|
3325
3329
|
row += 1;
|
3326
3330
|
var indent = this.$getIndent(doc.getLine(row));
|
3327
3331
|
var tab = doc.getTabString();
|
@@ -3739,77 +3743,17 @@ exports.Mode = Mode;
|
|
3739
3743
|
|
3740
3744
|
});
|
3741
3745
|
|
3742
|
-
define("ace/mode/scss_highlight_rules",["require","exports","module","ace/lib/oop","ace/lib/lang","ace/mode/text_highlight_rules"], function(require, exports, module) {
|
3746
|
+
define("ace/mode/scss_highlight_rules",["require","exports","module","ace/lib/oop","ace/lib/lang","ace/mode/text_highlight_rules","ace/mode/css_highlight_rules"], function(require, exports, module) {
|
3743
3747
|
"use strict";
|
3744
3748
|
|
3745
3749
|
var oop = require("../lib/oop");
|
3746
3750
|
var lang = require("../lib/lang");
|
3747
3751
|
var TextHighlightRules = require("./text_highlight_rules").TextHighlightRules;
|
3752
|
+
var CssHighlightRules = require("./css_highlight_rules");
|
3748
3753
|
|
3749
3754
|
var ScssHighlightRules = function() {
|
3750
3755
|
|
3751
|
-
var properties = lang.arrayToMap(
|
3752
|
-
|
3753
|
-
var browserPrefix = ("-webkit-|-moz-|-o-|-ms-|-svg-|-pie-|-khtml-").split("|");
|
3754
|
-
|
3755
|
-
var prefixProperties = ("appearance|background-clip|background-inline-policy|background-origin|" +
|
3756
|
-
"background-size|binding|border-bottom-colors|border-left-colors|" +
|
3757
|
-
"border-right-colors|border-top-colors|border-end|border-end-color|" +
|
3758
|
-
"border-end-style|border-end-width|border-image|border-start|" +
|
3759
|
-
"border-start-color|border-start-style|border-start-width|box-align|" +
|
3760
|
-
"box-direction|box-flex|box-flexgroup|box-ordinal-group|box-orient|" +
|
3761
|
-
"box-pack|box-sizing|column-count|column-gap|column-width|column-rule|" +
|
3762
|
-
"column-rule-width|column-rule-style|column-rule-color|float-edge|" +
|
3763
|
-
"font-feature-settings|font-language-override|force-broken-image-icon|" +
|
3764
|
-
"image-region|margin-end|margin-start|opacity|outline|outline-color|" +
|
3765
|
-
"outline-offset|outline-radius|outline-radius-bottomleft|" +
|
3766
|
-
"outline-radius-bottomright|outline-radius-topleft|outline-radius-topright|" +
|
3767
|
-
"outline-style|outline-width|padding-end|padding-start|stack-sizing|" +
|
3768
|
-
"tab-size|text-blink|text-decoration-color|text-decoration-line|" +
|
3769
|
-
"text-decoration-style|transform|transform-origin|transition|" +
|
3770
|
-
"transition-delay|transition-duration|transition-property|" +
|
3771
|
-
"transition-timing-function|user-focus|user-input|user-modify|user-select|" +
|
3772
|
-
"window-shadow|border-radius").split("|");
|
3773
|
-
|
3774
|
-
var properties = ("azimuth|background-attachment|background-color|background-image|" +
|
3775
|
-
"background-position|background-repeat|background|border-bottom-color|" +
|
3776
|
-
"border-bottom-style|border-bottom-width|border-bottom|border-collapse|" +
|
3777
|
-
"border-color|border-left-color|border-left-style|border-left-width|" +
|
3778
|
-
"border-left|border-right-color|border-right-style|border-right-width|" +
|
3779
|
-
"border-right|border-spacing|border-style|border-top-color|" +
|
3780
|
-
"border-top-style|border-top-width|border-top|border-width|border|bottom|" +
|
3781
|
-
"box-shadow|box-sizing|caption-side|clear|clip|color|content|counter-increment|" +
|
3782
|
-
"counter-reset|cue-after|cue-before|cue|cursor|direction|display|" +
|
3783
|
-
"elevation|empty-cells|float|font-family|font-size-adjust|font-size|" +
|
3784
|
-
"font-stretch|font-style|font-variant|font-weight|font|height|left|" +
|
3785
|
-
"letter-spacing|line-height|list-style-image|list-style-position|" +
|
3786
|
-
"list-style-type|list-style|margin-bottom|margin-left|margin-right|" +
|
3787
|
-
"margin-top|marker-offset|margin|marks|max-height|max-width|min-height|" +
|
3788
|
-
"min-width|opacity|orphans|outline-color|" +
|
3789
|
-
"outline-style|outline-width|outline|overflow|overflow-x|overflow-y|padding-bottom|" +
|
3790
|
-
"padding-left|padding-right|padding-top|padding|page-break-after|" +
|
3791
|
-
"page-break-before|page-break-inside|page|pause-after|pause-before|" +
|
3792
|
-
"pause|pitch-range|pitch|play-during|position|quotes|richness|right|" +
|
3793
|
-
"size|speak-header|speak-numeral|speak-punctuation|speech-rate|speak|" +
|
3794
|
-
"stress|table-layout|text-align|text-decoration|text-indent|" +
|
3795
|
-
"text-shadow|text-transform|top|unicode-bidi|vertical-align|" +
|
3796
|
-
"visibility|voice-family|volume|white-space|widows|width|word-spacing|" +
|
3797
|
-
"z-index").split("|");
|
3798
|
-
var ret = [];
|
3799
|
-
for (var i=0, ln=browserPrefix.length; i<ln; i++) {
|
3800
|
-
Array.prototype.push.apply(
|
3801
|
-
ret,
|
3802
|
-
(( browserPrefix[i] + prefixProperties.join("|" + browserPrefix[i]) ).split("|"))
|
3803
|
-
);
|
3804
|
-
}
|
3805
|
-
Array.prototype.push.apply(ret, prefixProperties);
|
3806
|
-
Array.prototype.push.apply(ret, properties);
|
3807
|
-
|
3808
|
-
return ret;
|
3809
|
-
|
3810
|
-
})() );
|
3811
|
-
|
3812
|
-
|
3756
|
+
var properties = lang.arrayToMap(CssHighlightRules.supportType.split("|"));
|
3813
3757
|
|
3814
3758
|
var functions = lang.arrayToMap(
|
3815
3759
|
("hsl|hsla|rgb|rgba|url|attr|counter|counters|abs|adjust_color|adjust_hue|" +
|
@@ -3819,56 +3763,9 @@ var ScssHighlightRules = function() {
|
|
3819
3763
|
"scale_color|transparentize|type_of|unit|unitless|unquote").split("|")
|
3820
3764
|
);
|
3821
3765
|
|
3822
|
-
var constants = lang.arrayToMap(
|
3823
|
-
("absolute|all-scroll|always|armenian|auto|baseline|below|bidi-override|" +
|
3824
|
-
"block|bold|bolder|border-box|both|bottom|break-all|break-word|capitalize|center|" +
|
3825
|
-
"char|circle|cjk-ideographic|col-resize|collapse|content-box|crosshair|dashed|" +
|
3826
|
-
"decimal-leading-zero|decimal|default|disabled|disc|" +
|
3827
|
-
"distribute-all-lines|distribute-letter|distribute-space|" +
|
3828
|
-
"distribute|dotted|double|e-resize|ellipsis|fixed|georgian|groove|" +
|
3829
|
-
"hand|hebrew|help|hidden|hiragana-iroha|hiragana|horizontal|" +
|
3830
|
-
"ideograph-alpha|ideograph-numeric|ideograph-parenthesis|" +
|
3831
|
-
"ideograph-space|inactive|inherit|inline-block|inline|inset|inside|" +
|
3832
|
-
"inter-ideograph|inter-word|italic|justify|katakana-iroha|katakana|" +
|
3833
|
-
"keep-all|left|lighter|line-edge|line-through|line|list-item|loose|" +
|
3834
|
-
"lower-alpha|lower-greek|lower-latin|lower-roman|lowercase|lr-tb|ltr|" +
|
3835
|
-
"medium|middle|move|n-resize|ne-resize|newspaper|no-drop|no-repeat|" +
|
3836
|
-
"nw-resize|none|normal|not-allowed|nowrap|oblique|outset|outside|" +
|
3837
|
-
"overline|pointer|progress|relative|repeat-x|repeat-y|repeat|right|" +
|
3838
|
-
"ridge|row-resize|rtl|s-resize|scroll|se-resize|separate|small-caps|" +
|
3839
|
-
"solid|square|static|strict|super|sw-resize|table-footer-group|" +
|
3840
|
-
"table-header-group|tb-rl|text-bottom|text-top|text|thick|thin|top|" +
|
3841
|
-
"transparent|underline|upper-alpha|upper-latin|upper-roman|uppercase|" +
|
3842
|
-
"vertical-ideographic|vertical-text|visible|w-resize|wait|whitespace|" +
|
3843
|
-
"zero").split("|")
|
3844
|
-
);
|
3766
|
+
var constants = lang.arrayToMap(CssHighlightRules.supportConstant.split("|"));
|
3845
3767
|
|
3846
|
-
var colors = lang.arrayToMap(
|
3847
|
-
("aliceblue|antiquewhite|aqua|aquamarine|azure|beige|bisque|black|" +
|
3848
|
-
"blanchedalmond|blue|blueviolet|brown|burlywood|cadetblue|" +
|
3849
|
-
"chartreuse|chocolate|coral|cornflowerblue|cornsilk|crimson|cyan|" +
|
3850
|
-
"darkblue|darkcyan|darkgoldenrod|darkgray|darkgreen|darkgrey|" +
|
3851
|
-
"darkkhaki|darkmagenta|darkolivegreen|darkorange|darkorchid|darkred|" +
|
3852
|
-
"darksalmon|darkseagreen|darkslateblue|darkslategray|darkslategrey|" +
|
3853
|
-
"darkturquoise|darkviolet|deeppink|deepskyblue|dimgray|dimgrey|" +
|
3854
|
-
"dodgerblue|firebrick|floralwhite|forestgreen|fuchsia|gainsboro|" +
|
3855
|
-
"ghostwhite|gold|goldenrod|gray|green|greenyellow|grey|honeydew|" +
|
3856
|
-
"hotpink|indianred|indigo|ivory|khaki|lavender|lavenderblush|" +
|
3857
|
-
"lawngreen|lemonchiffon|lightblue|lightcoral|lightcyan|" +
|
3858
|
-
"lightgoldenrodyellow|lightgray|lightgreen|lightgrey|lightpink|" +
|
3859
|
-
"lightsalmon|lightseagreen|lightskyblue|lightslategray|" +
|
3860
|
-
"lightslategrey|lightsteelblue|lightyellow|lime|limegreen|linen|" +
|
3861
|
-
"magenta|maroon|mediumaquamarine|mediumblue|mediumorchid|" +
|
3862
|
-
"mediumpurple|mediumseagreen|mediumslateblue|mediumspringgreen|" +
|
3863
|
-
"mediumturquoise|mediumvioletred|midnightblue|mintcream|mistyrose|" +
|
3864
|
-
"moccasin|navajowhite|navy|oldlace|olive|olivedrab|orange|orangered|" +
|
3865
|
-
"orchid|palegoldenrod|palegreen|paleturquoise|palevioletred|" +
|
3866
|
-
"papayawhip|peachpuff|peru|pink|plum|powderblue|purple|rebeccapurple|" +
|
3867
|
-
"red|rosybrown|royalblue|saddlebrown|salmon|sandybrown|seagreen|" +
|
3868
|
-
"seashell|sienna|silver|skyblue|slateblue|slategray|slategrey|snow|" +
|
3869
|
-
"springgreen|steelblue|tan|teal|thistle|tomato|turquoise|violet|" +
|
3870
|
-
"wheat|white|whitesmoke|yellow|yellowgreen").split("|")
|
3871
|
-
);
|
3768
|
+
var colors = lang.arrayToMap(CssHighlightRules.supportConstantColor.split("|"));
|
3872
3769
|
|
3873
3770
|
var keywords = lang.arrayToMap(
|
3874
3771
|
("@mixin|@extend|@include|@import|@media|@debug|@warn|@if|@for|@each|@while|@else|@font-face|@-webkit-keyframes|if|and|!default|module|def|end|declare").split("|")
|
@@ -3885,7 +3782,9 @@ var ScssHighlightRules = function() {
|
|
3885
3782
|
"small|source|span|strike|strong|style|sub|summary|sup|table|tbody|td|" +
|
3886
3783
|
"textarea|tfoot|th|thead|time|title|tr|tt|u|ul|var|video|wbr|xmp").split("|")
|
3887
3784
|
);
|
3785
|
+
|
3888
3786
|
var numRe = "\\-?(?:(?:[0-9]+)|(?:[0-9]*\\.[0-9]+))";
|
3787
|
+
|
3889
3788
|
this.$rules = {
|
3890
3789
|
"start" : [
|
3891
3790
|
{
|
@@ -3912,7 +3811,7 @@ var ScssHighlightRules = function() {
|
|
3912
3811
|
next : "qstring"
|
3913
3812
|
}, {
|
3914
3813
|
token : "constant.numeric",
|
3915
|
-
regex : numRe + "(?:em|ex|
|
3814
|
+
regex : numRe + "(?:ch|cm|deg|em|ex|fr|gd|grad|Hz|in|kHz|mm|ms|pc|pt|px|rad|rem|s|turn|vh|vmax|vmin|vm|vw|%)"
|
3916
3815
|
}, {
|
3917
3816
|
token : "constant.numeric", // hex6 color
|
3918
3817
|
regex : "#[a-f0-9]{6}"
|
@@ -4095,8 +3994,7 @@ var SassHighlightRules = function() {
|
|
4095
3994
|
{regex: /^\s*/, onMatch: function(value, currentState, stack) {
|
4096
3995
|
if (stack[1] === -1)
|
4097
3996
|
stack[1] = Math.max(stack[2], value.length - 1);
|
4098
|
-
if (value.length <= stack[1]) {
|
4099
|
-
stack.shift();stack.shift();stack.shift();
|
3997
|
+
if (value.length <= stack[1]) {stack.shift();stack.shift();stack.shift();
|
4100
3998
|
this.next = stack.shift();
|
4101
3999
|
return "text";
|
4102
4000
|
} else {
|
@@ -4163,7 +4061,9 @@ var LessHighlightRules = function() {
|
|
4163
4061
|
"support.constant.color": CssHighlightRules.supportConstantColor,
|
4164
4062
|
"support.constant.fonts": CssHighlightRules.supportConstantFonts
|
4165
4063
|
}, "identifier", true);
|
4064
|
+
|
4166
4065
|
var numRe = "\\-?(?:(?:[0-9]+)|(?:[0-9]*\\.[0-9]+))";
|
4066
|
+
|
4167
4067
|
this.$rules = {
|
4168
4068
|
"start" : [
|
4169
4069
|
{
|
@@ -4430,6 +4330,7 @@ var RubyHighlightRules = function() {
|
|
4430
4330
|
"support.function": builtinFunctions,
|
4431
4331
|
"invalid.deprecated": "debugger" // TODO is this a remnant from js mode?
|
4432
4332
|
}, "identifier");
|
4333
|
+
|
4433
4334
|
this.$rules = {
|
4434
4335
|
"start" : [
|
4435
4336
|
{
|
@@ -4508,6 +4409,7 @@ var RubyHighlightRules = function() {
|
|
4508
4409
|
defaultToken: "string"
|
4509
4410
|
}]
|
4510
4411
|
}],
|
4412
|
+
|
4511
4413
|
{
|
4512
4414
|
token : "text", // namespaces aren't symbols
|
4513
4415
|
regex : "::"
|
@@ -4725,8 +4627,7 @@ oop.inherits(Mode, TextMode);
|
|
4725
4627
|
}).call(Mode.prototype);
|
4726
4628
|
|
4727
4629
|
exports.Mode = Mode;
|
4728
|
-
});
|
4729
|
-
(function() {
|
4630
|
+
}); (function() {
|
4730
4631
|
window.require(["ace/mode/slim"], function(m) {
|
4731
4632
|
if (typeof module == "object" && typeof exports == "object" && module) {
|
4732
4633
|
module.exports = m;
|
@@ -92,6 +92,7 @@ var JavaScriptHighlightRules = function(options) {
|
|
92
92
|
"3[0-7][0-7]?|" + // oct
|
93
93
|
"[4-7][0-7]?|" + //oct
|
94
94
|
".)";
|
95
|
+
|
95
96
|
this.$rules = {
|
96
97
|
"no_regex" : [
|
97
98
|
DocCommentHighlightRules.getStartRule("doc-start"),
|
@@ -813,6 +814,7 @@ var CssHighlightRules = function() {
|
|
813
814
|
"support.constant.color": supportConstantColor,
|
814
815
|
"support.constant.fonts": supportConstantFonts
|
815
816
|
}, "text", true);
|
817
|
+
|
816
818
|
this.$rules = {
|
817
819
|
"start" : [{
|
818
820
|
include : ["strings", "url", "comments"]
|
@@ -2624,8 +2626,7 @@ oop.inherits(Mode, HtmlMode);
|
|
2624
2626
|
}).call(Mode.prototype);
|
2625
2627
|
|
2626
2628
|
exports.Mode = Mode;
|
2627
|
-
});
|
2628
|
-
(function() {
|
2629
|
+
}); (function() {
|
2629
2630
|
window.require(["ace/mode/smarty"], function(m) {
|
2630
2631
|
if (typeof module == "object" && typeof exports == "object" && module) {
|
2631
2632
|
module.exports = m;
|
@@ -196,8 +196,7 @@ oop.inherits(Mode, TextMode);
|
|
196
196
|
exports.Mode = Mode;
|
197
197
|
|
198
198
|
|
199
|
-
});
|
200
|
-
(function() {
|
199
|
+
}); (function() {
|
201
200
|
window.require(["ace/mode/snippets"], function(m) {
|
202
201
|
if (typeof module == "object" && typeof exports == "object" && module) {
|
203
202
|
module.exports = m;
|
@@ -92,6 +92,7 @@ var JavaScriptHighlightRules = function(options) {
|
|
92
92
|
"3[0-7][0-7]?|" + // oct
|
93
93
|
"[4-7][0-7]?|" + //oct
|
94
94
|
".)";
|
95
|
+
|
95
96
|
this.$rules = {
|
96
97
|
"no_regex" : [
|
97
98
|
DocCommentHighlightRules.getStartRule("doc-start"),
|
@@ -813,6 +814,7 @@ var CssHighlightRules = function() {
|
|
813
814
|
"support.constant.color": supportConstantColor,
|
814
815
|
"support.constant.fonts": supportConstantFonts
|
815
816
|
}, "text", true);
|
817
|
+
|
816
818
|
this.$rules = {
|
817
819
|
"start" : [{
|
818
820
|
include : ["strings", "url", "comments"]
|
@@ -2508,6 +2510,7 @@ var HtmlHighlightRules = require("./html_highlight_rules").HtmlHighlightRules;
|
|
2508
2510
|
|
2509
2511
|
var SoyTemplateHighlightRules = function() {
|
2510
2512
|
HtmlHighlightRules.call(this);
|
2513
|
+
|
2511
2514
|
var soyRules = { start:
|
2512
2515
|
[ { include: '#template' },
|
2513
2516
|
{ include: '#if' },
|
@@ -2836,8 +2839,7 @@ oop.inherits(Mode, HtmlMode);
|
|
2836
2839
|
}).call(Mode.prototype);
|
2837
2840
|
|
2838
2841
|
exports.Mode = Mode;
|
2839
|
-
});
|
2840
|
-
(function() {
|
2842
|
+
}); (function() {
|
2841
2843
|
window.require(["ace/mode/soy_template"], function(m) {
|
2842
2844
|
if (typeof module == "object" && typeof exports == "object" && module) {
|
2843
2845
|
module.exports = m;
|
@@ -157,8 +157,7 @@ oop.inherits(Mode, TextMode);
|
|
157
157
|
this.$id = "ace/mode/space";
|
158
158
|
}).call(Mode.prototype);
|
159
159
|
exports.Mode = Mode;
|
160
|
-
});
|
161
|
-
(function() {
|
160
|
+
}); (function() {
|
162
161
|
window.require(["ace/mode/space"], function(m) {
|
163
162
|
if (typeof module == "object" && typeof exports == "object" && module) {
|
164
163
|
module.exports = m;
|
@@ -5,6 +5,7 @@ var oop = require("../lib/oop");
|
|
5
5
|
var TextHighlightRules = require("./text_highlight_rules").TextHighlightRules;
|
6
6
|
|
7
7
|
var SPARQLHighlightRules = function() {
|
8
|
+
|
8
9
|
this.$rules = {
|
9
10
|
start: [{
|
10
11
|
include: "#comments"
|
@@ -309,8 +310,7 @@ oop.inherits(Mode, TextMode);
|
|
309
310
|
}).call(Mode.prototype);
|
310
311
|
|
311
312
|
exports.Mode = Mode;
|
312
|
-
});
|
313
|
-
(function() {
|
313
|
+
}); (function() {
|
314
314
|
window.require(["ace/mode/sparql"], function(m) {
|
315
315
|
if (typeof module == "object" && typeof exports == "object" && module) {
|
316
316
|
module.exports = m;
|
@@ -8,7 +8,7 @@ var SqlHighlightRules = function() {
|
|
8
8
|
|
9
9
|
var keywords = (
|
10
10
|
"select|insert|update|delete|from|where|and|or|group|by|order|limit|offset|having|as|case|" +
|
11
|
-
"when|else|end|type|left|right|join|on|outer|desc|asc|union|create|table|primary|key|if|" +
|
11
|
+
"when|then|else|end|type|left|right|join|on|outer|desc|asc|union|create|table|primary|key|if|" +
|
12
12
|
"foreign|not|references|default|null|inner|cross|natural|database|drop|grant"
|
13
13
|
);
|
14
14
|
|
@@ -100,8 +100,7 @@ oop.inherits(Mode, TextMode);
|
|
100
100
|
|
101
101
|
exports.Mode = Mode;
|
102
102
|
|
103
|
-
});
|
104
|
-
(function() {
|
103
|
+
}); (function() {
|
105
104
|
window.require(["ace/mode/sql"], function(m) {
|
106
105
|
if (typeof module == "object" && typeof exports == "object" && module) {
|
107
106
|
module.exports = m;
|
@@ -58,6 +58,7 @@ var TextHighlightRules = require("./text_highlight_rules").TextHighlightRules;
|
|
58
58
|
var SqlServerHighlightRules = function() {
|
59
59
|
var logicalOperators = "ALL|AND|ANY|BETWEEN|EXISTS|IN|LIKE|NOT|OR|SOME";
|
60
60
|
logicalOperators += "|NULL|IS|APPLY|INNER|OUTER|LEFT|RIGHT|JOIN|CROSS"; //SSMS colors these gray too
|
61
|
+
|
61
62
|
|
62
63
|
var builtinFunctions = (
|
63
64
|
"OPENDATASOURCE|OPENQUERY|OPENROWSET|OPENXML|" +
|
@@ -433,8 +434,7 @@ oop.inherits(Mode, TextMode);
|
|
433
434
|
|
434
435
|
exports.Mode = Mode;
|
435
436
|
|
436
|
-
});
|
437
|
-
(function() {
|
437
|
+
}); (function() {
|
438
438
|
window.require(["ace/mode/sqlserver"], function(m) {
|
439
439
|
if (typeof module == "object" && typeof exports == "object" && module) {
|
440
440
|
module.exports = m;
|
@@ -23,6 +23,7 @@ var CssHighlightRules = function() {
|
|
23
23
|
"support.constant.color": supportConstantColor,
|
24
24
|
"support.constant.fonts": supportConstantFonts
|
25
25
|
}, "text", true);
|
26
|
+
|
26
27
|
this.$rules = {
|
27
28
|
"start" : [{
|
28
29
|
include : ["strings", "url", "comments"]
|
@@ -200,6 +201,7 @@ var TextHighlightRules = require("./text_highlight_rules").TextHighlightRules;
|
|
200
201
|
var CssHighlightRules = require("./css_highlight_rules");
|
201
202
|
|
202
203
|
var StylusHighlightRules = function() {
|
204
|
+
|
203
205
|
var keywordMapper = this.createKeywordMapper({
|
204
206
|
"support.type": CssHighlightRules.supportType,
|
205
207
|
"support.function": CssHighlightRules.supportFunction,
|
@@ -460,8 +462,7 @@ oop.inherits(Mode, TextMode);
|
|
460
462
|
}).call(Mode.prototype);
|
461
463
|
|
462
464
|
exports.Mode = Mode;
|
463
|
-
});
|
464
|
-
(function() {
|
465
|
+
}); (function() {
|
465
466
|
window.require(["ace/mode/stylus"], function(m) {
|
466
467
|
if (typeof module == "object" && typeof exports == "object" && module) {
|
467
468
|
module.exports = m;
|
@@ -762,6 +762,7 @@ var JavaScriptHighlightRules = function(options) {
|
|
762
762
|
"3[0-7][0-7]?|" + // oct
|
763
763
|
"[4-7][0-7]?|" + //oct
|
764
764
|
".)";
|
765
|
+
|
765
766
|
this.$rules = {
|
766
767
|
"no_regex" : [
|
767
768
|
DocCommentHighlightRules.getStartRule("doc-start"),
|
@@ -1570,8 +1571,7 @@ oop.inherits(Mode, XmlMode);
|
|
1570
1571
|
}).call(Mode.prototype);
|
1571
1572
|
|
1572
1573
|
exports.Mode = Mode;
|
1573
|
-
});
|
1574
|
-
(function() {
|
1574
|
+
}); (function() {
|
1575
1575
|
window.require(["ace/mode/svg"], function(m) {
|
1576
1576
|
if (typeof module == "object" && typeof exports == "object" && module) {
|
1577
1577
|
module.exports = m;
|
@@ -379,8 +379,7 @@ oop.inherits(Mode, TextMode);
|
|
379
379
|
}).call(Mode.prototype);
|
380
380
|
|
381
381
|
exports.Mode = Mode;
|
382
|
-
});
|
383
|
-
(function() {
|
382
|
+
}); (function() {
|
384
383
|
window.require(["ace/mode/swift"], function(m) {
|
385
384
|
if (typeof module == "object" && typeof exports == "object" && module) {
|
386
385
|
module.exports = m;
|
@@ -145,6 +145,7 @@ var oop = require("../lib/oop");
|
|
145
145
|
var TextHighlightRules = require("./text_highlight_rules").TextHighlightRules;
|
146
146
|
|
147
147
|
var TclHighlightRules = function() {
|
148
|
+
|
148
149
|
this.$rules = {
|
149
150
|
"start" : [
|
150
151
|
{
|
@@ -372,8 +373,7 @@ oop.inherits(Mode, TextMode);
|
|
372
373
|
}).call(Mode.prototype);
|
373
374
|
|
374
375
|
exports.Mode = Mode;
|
375
|
-
});
|
376
|
-
(function() {
|
376
|
+
}); (function() {
|
377
377
|
window.require(["ace/mode/tcl"], function(m) {
|
378
378
|
if (typeof module == "object" && typeof exports == "object" && module) {
|
379
379
|
module.exports = m;
|
@@ -387,8 +387,7 @@ oop.inherits(Mode, TextMode);
|
|
387
387
|
}).call(Mode.prototype);
|
388
388
|
|
389
389
|
exports.Mode = Mode;
|
390
|
-
});
|
391
|
-
(function() {
|
390
|
+
}); (function() {
|
392
391
|
window.require(["ace/mode/terraform"], function(m) {
|
393
392
|
if (typeof module == "object" && typeof exports == "object" && module) {
|
394
393
|
module.exports = m;
|