forked from ajaxorg/ace-builds
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
372 changed files
with
65,551 additions
and
52,451 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,30 @@ | ||
/* ***** BEGIN LICENSE BLOCK ***** | ||
* Version: MPL 1.1/GPL 2.0/LGPL 2.1 | ||
* Distributed under the BSD license: | ||
* | ||
* The contents of this file are subject to the Mozilla Public License Version | ||
* 1.1 (the "License"); you may not use this file except in compliance with | ||
* the License. You may obtain a copy of the License at | ||
* http://www.mozilla.org/MPL/ | ||
* Copyright (c) 2010, Ajax.org B.V. | ||
* All rights reserved. | ||
* | ||
* Software distributed under the License is distributed on an "AS IS" basis, | ||
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License | ||
* for the specific language governing rights and limitations under the | ||
* License. | ||
* Redistribution and use in source and binary forms, with or without | ||
* modification, are permitted provided that the following conditions are met: | ||
* * Redistributions of source code must retain the above copyright | ||
* notice, this list of conditions and the following disclaimer. | ||
* * Redistributions in binary form must reproduce the above copyright | ||
* notice, this list of conditions and the following disclaimer in the | ||
* documentation and/or other materials provided with the distribution. | ||
* * Neither the name of Ajax.org B.V. nor the | ||
* names of its contributors may be used to endorse or promote products | ||
* derived from this software without specific prior written permission. | ||
* | ||
* The Original Code is Mozilla Skywriter. | ||
* | ||
* The Initial Developer of the Original Code is | ||
* Mozilla. | ||
* Portions created by the Initial Developer are Copyright (C) 2009 | ||
* the Initial Developer. All Rights Reserved. | ||
* | ||
* Contributor(s): | ||
* Fabian Jakobs <fabian AT ajax DOT org> | ||
* Kevin Dangoor ([email protected]) | ||
* Julian Viereck <julian DOT viereck AT gmail DOT com> | ||
* | ||
* Alternatively, the contents of this file may be used under the terms of | ||
* either the GNU General Public License Version 2 or later (the "GPL"), or | ||
* the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), | ||
* in which case the provisions of the GPL or the LGPL are applicable instead | ||
* of those above. If you wish to allow use of your version of this file only | ||
* under the terms of either the GPL or the LGPL, and not to allow others to | ||
* use your version of this file under the terms of the MPL, indicate your | ||
* decision by deleting the provisions above and replace them with the notice | ||
* and other provisions required by the GPL or the LGPL. If you do not delete | ||
* the provisions above, a recipient may use your version of this file under | ||
* the terms of any one of the MPL, the GPL or the LGPL. | ||
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND | ||
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED | ||
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | ||
* DISCLAIMED. IN NO EVENT SHALL AJAX.ORG B.V. BE LIABLE FOR ANY | ||
* DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES | ||
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; | ||
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND | ||
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | ||
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS | ||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
* | ||
* ***** END LICENSE BLOCK ***** */ | ||
|
||
|
@@ -92,48 +83,50 @@ Mode.prototype.supportsFile = function(filename) { | |
}; | ||
|
||
var modesByName = { | ||
c9search: ["C9Search" , "c9search_results"], | ||
coffee: ["CoffeeScript" , "coffee|^Cakefile"], | ||
coldfusion: ["ColdFusion" , "cfm"], | ||
csharp: ["C#" , "cs"], | ||
css: ["CSS" , "css"], | ||
diff: ["Diff" , "diff|patch"], | ||
glsl: ["Glsl" , "glsl|frag|vert"], | ||
golang: ["Go" , "go"], | ||
groovy: ["Groovy" , "groovy"], | ||
haxe: ["haXe" , "hx"], | ||
html: ["HTML" , "htm|html|xhtml"], | ||
c_cpp: ["C/C++" , "c|cc|cpp|cxx|h|hh|hpp"], | ||
clojure: ["Clojure" , "clj"], | ||
java: ["Java" , "java"], | ||
javascript: ["JavaScript" , "js"], | ||
json: ["JSON" , "json"], | ||
jsx: ["JSX" , "jsx"], | ||
latex: ["LaTeX" , "latex|tex|ltx|bib"], | ||
less: ["LESS" , "less"], | ||
liquid: ["Liquid" , "liquid"], | ||
lua: ["Lua" , "lua"], | ||
luapage: ["LuaPage" , "lp"], // http://keplerproject.github.com/cgilua/manual.html#templates | ||
markdown: ["Markdown" , "md|markdown"], | ||
ocaml: ["OCaml" , "ml|mli"], | ||
perl: ["Perl" , "pl|pm"], | ||
pgsql: ["pgSQL" , "pgsql"], | ||
php: ["PHP" , "php|phtml"], | ||
powershell: ["Powershell" , "ps1"], | ||
python: ["Python" , "py"], | ||
ruby: ["Ruby" , "ru|gemspec|rake|rb"], | ||
scad: ["OpenSCAD" , "scad"], | ||
scala: ["Scala" , "scala"], | ||
scss: ["SCSS" , "scss|sass"], | ||
sh: ["SH" , "sh|bash|bat"], | ||
sql: ["SQL" , "sql"], | ||
svg: ["SVG" , "svg"], | ||
tcl: ["Tcl" , "tcl"], | ||
text: ["Text" , "txt"], | ||
textile: ["Textile" , "textile"], | ||
xml: ["XML" , "xml|rdf|rss|wsdl|xslt|atom|mathml|mml|xul|xbl"], | ||
xquery: ["XQuery" , "xq"], | ||
yaml: ["YAML" , "yaml"] | ||
c9search: ["C9Search" , "c9search_results"], | ||
coffee: ["CoffeeScript" , "coffee|^Cakefile"], | ||
coldfusion: ["ColdFusion" , "cfm"], | ||
csharp: ["C#" , "cs"], | ||
css: ["CSS" , "css"], | ||
diff: ["Diff" , "diff|patch"], | ||
glsl: ["Glsl" , "glsl|frag|vert"], | ||
golang: ["Go" , "go"], | ||
groovy: ["Groovy" , "groovy"], | ||
haxe: ["haXe" , "hx"], | ||
html: ["HTML" , "htm|html|xhtml"], | ||
c_cpp: ["C/C++" , "c|cc|cpp|cxx|h|hh|hpp"], | ||
clojure: ["Clojure" , "clj"], | ||
jade: ["Jade" , "jade"], | ||
java: ["Java" , "java"], | ||
jsp: ["JSP" , "jsp"], | ||
javascript: ["JavaScript" , "js"], | ||
json: ["JSON" , "json"], | ||
jsx: ["JSX" , "jsx"], | ||
latex: ["LaTeX" , "latex|tex|ltx|bib"], | ||
less: ["LESS" , "less"], | ||
liquid: ["Liquid" , "liquid"], | ||
lua: ["Lua" , "lua"], | ||
luapage: ["LuaPage" , "lp"], // http://keplerproject.github.com/cgilua/manual.html#templates | ||
markdown: ["Markdown" , "md|markdown"], | ||
ocaml: ["OCaml" , "ml|mli"], | ||
perl: ["Perl" , "pl|pm"], | ||
pgsql: ["pgSQL" , "pgsql"], | ||
php: ["PHP" , "php|phtml"], | ||
powershell: ["Powershell" , "ps1"], | ||
python: ["Python" , "py"], | ||
ruby: ["Ruby" , "ru|gemspec|rake|rb"], | ||
scad: ["OpenSCAD" , "scad"], | ||
scala: ["Scala" , "scala"], | ||
scss: ["SCSS" , "scss|sass"], | ||
sh: ["SH" , "sh|bash|bat"], | ||
sql: ["SQL" , "sql"], | ||
svg: ["SVG" , "svg"], | ||
tcl: ["Tcl" , "tcl"], | ||
text: ["Text" , "txt"], | ||
textile: ["Textile" , "textile"], | ||
xml: ["XML" , "xml|rdf|rss|wsdl|xslt|atom|mathml|mml|xul|xbl"], | ||
xquery: ["XQuery" , "xq"], | ||
yaml: ["YAML" , "yaml"] | ||
}; | ||
|
||
for (var name in modesByName) { | ||
|
@@ -185,7 +178,9 @@ var docs = { | |
"docs/groovy.groovy": "Groovy", | ||
"docs/Haxe.hx": "haXe", | ||
"docs/html.html": "HTML", | ||
"docs/jade.jade": "Jade", | ||
"docs/java.java": "Java", | ||
"docs/jsp.jsp": "JSP", | ||
"docs/json.json": "JSON", | ||
"docs/jsx.jsx": "JSX", | ||
"docs/latex.tex": {name: "LaTeX", wrapped: true}, | ||
|
@@ -779,41 +774,33 @@ env.editor.on("changeSelection", function() { | |
|
||
}); | ||
|
||
/* vim:ts=4:sts=4:sw=4: | ||
* ***** BEGIN LICENSE BLOCK ***** | ||
* Version: MPL 1.1/GPL 2.0/LGPL 2.1 | ||
* | ||
* The contents of this file are subject to the Mozilla Public License Version | ||
* 1.1 (the "License"); you may not use this file except in compliance with | ||
* the License. You may obtain a copy of the License at | ||
* http://www.mozilla.org/MPL/ | ||
* | ||
* Software distributed under the License is distributed on an "AS IS" basis, | ||
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License | ||
* for the specific language governing rights and limitations under the | ||
* License. | ||
* | ||
* The Original Code is Ajax.org Code Editor (ACE). | ||
* | ||
* The Initial Developer of the Original Code is | ||
* Julian Viereck <[email protected]> | ||
* | ||
* Portions created by the Initial Developer are Copyright (C) 2010 | ||
* the Initial Developer. All Rights Reserved. | ||
* | ||
* Contributor(s): | ||
/* ***** BEGIN LICENSE BLOCK ***** | ||
* Distributed under the BSD license: | ||
* | ||
* Alternatively, the contents of this file may be used under the terms of | ||
* either the GNU General Public License Version 2 or later (the "GPL"), or | ||
* the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), | ||
* in which case the provisions of the GPL or the LGPL are applicable instead | ||
* of those above. If you wish to allow use of your version of this file only | ||
* under the terms of either the GPL or the LGPL, and not to allow others to | ||
* use your version of this file under the terms of the MPL, indicate your | ||
* decision by deleting the provisions above and replace them with the notice | ||
* and other provisions required by the GPL or the LGPL. If you do not delete | ||
* the provisions above, a recipient may use your version of this file under | ||
* the terms of any one of the MPL, the GPL or the LGPL. | ||
* Copyright (c) 2010, Ajax.org B.V. | ||
* All rights reserved. | ||
* | ||
* Redistribution and use in source and binary forms, with or without | ||
* modification, are permitted provided that the following conditions are met: | ||
* * Redistributions of source code must retain the above copyright | ||
* notice, this list of conditions and the following disclaimer. | ||
* * Redistributions in binary form must reproduce the above copyright | ||
* notice, this list of conditions and the following disclaimer in the | ||
* documentation and/or other materials provided with the distribution. | ||
* * Neither the name of Ajax.org B.V. nor the | ||
* names of its contributors may be used to endorse or promote products | ||
* derived from this software without specific prior written permission. | ||
* | ||
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND | ||
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED | ||
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | ||
* DISCLAIMED. IN NO EVENT SHALL AJAX.ORG B.V. BE LIABLE FOR ANY | ||
* DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES | ||
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; | ||
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND | ||
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | ||
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS | ||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
* | ||
* ***** END LICENSE BLOCK ***** */ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.