ace/lib/ace/mode
2011-08-15 13:46:43 +02:00
..
behaviour add behaviours to demo and fix exceptions in cstyle behaviours 2011-07-29 11:07:54 +02:00
coffee improve coffee script error messages 2011-05-16 18:03:00 +00:00
css update css lint 2011-07-25 10:06:01 +02:00
behaviour.js Remove hasOwnProperty style iteration 2011-05-27 10:29:11 +01:00
c_cpp.js Add C-style behaviours to C/Csharp/Java/PHP 2011-05-22 01:44:12 +01:00
c_cpp_highlight_rules.js don't merge tokens (Includes coding style cleanups) 2011-08-01 15:01:50 +02:00
clojure.js Next line spacing default to 2 spaces rather than tab 2011-05-01 21:51:37 -04:00
clojure_highlight_rules.js don't merge tokens (Includes coding style cleanups) 2011-08-01 15:01:50 +02:00
coffee.js cleanup 2011-06-20 08:32:36 +00:00
coffee_highlight_rules.js don't merge tokens (Includes coding style cleanups) 2011-08-01 15:01:50 +02:00
coffee_worker.js improve coffee script error messages 2011-05-16 18:03:00 +00:00
csharp.js Add C-style behaviours to C/Csharp/Java/PHP 2011-05-22 01:44:12 +01:00
csharp_highlight_rules.js don't merge tokens (Includes coding style cleanups) 2011-08-01 15:01:50 +02:00
css.js add csslint checking 2011-06-15 21:59:26 +00:00
css_highlight_rules.js don't merge tokens (Includes coding style cleanups) 2011-08-01 15:01:50 +02:00
css_test.js don't merge tokens (Includes coding style cleanups) 2011-08-01 15:01:50 +02:00
css_tokenizer_test.js don't merge tokens (Includes coding style cleanups) 2011-08-01 15:01:50 +02:00
css_worker.js fix css margin errors do not work on Mac Firefox. 2011-07-25 09:58:29 +02:00
css_worker_test.js add csslint checking 2011-06-15 21:59:26 +00:00
doc_comment_highlight_rules.js don't merge tokens (Includes coding style cleanups) 2011-08-01 15:01:50 +02:00
groovy.js Fixed demo config issues for groovy/scala highlighting 2011-06-24 21:34:57 -06:00
groovy_highlight_rules.js don't merge tokens (Includes coding style cleanups) 2011-08-01 15:01:50 +02:00
html.js Update modes to use new embed syntax 2011-05-25 20:58:45 +01:00
html_highlight_rules.js fix html tokenizer regressions 2011-08-15 13:46:43 +02:00
html_test.js use new asyncjs 2011-04-29 11:26:40 +02:00
html_tokenizer_test.js fix html tokenizer regressions 2011-08-15 13:46:43 +02:00
java.js Add C-style behaviours to C/Csharp/Java/PHP 2011-05-22 01:44:12 +01:00
java_highlight_rules.js don't merge tokens (Includes coding style cleanups) 2011-08-01 15:01:50 +02:00
javascript.js fix #161 2011-07-23 20:32:03 +02:00
javascript_highlight_rules.js don't merge tokens (Includes coding style cleanups) 2011-08-01 15:01:50 +02:00
javascript_test.js fix #161 2011-07-23 20:32:03 +02:00
javascript_tokenizer_test.js don't merge tokens (Includes coding style cleanups) 2011-08-01 15:01:50 +02:00
javascript_worker.js update packaged ace 2011-05-01 09:33:16 +00:00
javascript_worker_test.js add coffee script syntax checking in a worker 2011-05-16 17:22:28 +00:00
json.js add separate mode for json 2011-06-21 08:43:13 +00:00
json_highlight_rules.js add separate mode for json 2011-06-21 08:43:13 +00:00
matching_brace_outdent.js no need to track the cursor manually anymore 2011-02-11 11:51:01 +01:00
matching_parens_outdent.js Add Clojure Mode 2011-04-27 14:58:46 -04:00
ocaml.js Simplified indenter regexp 2011-04-29 15:25:34 +02:00
ocaml_highlight_rules.js don't merge tokens (Includes coding style cleanups) 2011-08-01 15:01:50 +02:00
perl.js Add a Perl syntax highlighting mode. 2011-02-15 21:06:01 +08:00
perl_highlight_rules.js don't merge tokens (Includes coding style cleanups) 2011-08-01 15:01:50 +02:00
php.js Add C-style behaviours to C/Csharp/Java/PHP 2011-05-22 01:44:12 +01:00
php_highlight_rules.js don't merge tokens (Includes coding style cleanups) 2011-08-01 15:01:50 +02:00
python.js no need to track the cursor manually anymore 2011-02-11 11:51:01 +01:00
python_highlight_rules.js don't merge tokens (Includes coding style cleanups) 2011-08-01 15:01:50 +02:00
ruby.js no need to track the cursor manually anymore 2011-02-11 11:51:01 +01:00
ruby_highlight_rules.js don't merge tokens (Includes coding style cleanups) 2011-08-01 15:01:50 +02:00
ruby_tokenizer_test.js don't merge tokens (Includes coding style cleanups) 2011-08-01 15:01:50 +02:00
scad.js Added SCAD syntax highlighting. 2011-08-03 09:44:49 +02:00
scad_highlight_rules.js tabs to spaces 2011-08-03 09:48:24 +02:00
scala.js Fixed demo config issues for groovy/scala highlighting 2011-06-24 21:34:57 -06:00
scala_highlight_rules.js don't merge tokens (Includes coding style cleanups) 2011-08-01 15:01:50 +02:00
scss.js Added SCSS (SASS) syntax highlighting 2011-06-07 11:12:05 +02:00
scss_highlight_rules.js don't merge tokens (Includes coding style cleanups) 2011-08-01 15:01:50 +02:00
svg.js fix svg 2011-06-08 13:01:26 +00:00
svg_highlight_rules.js fix svg mode. fix #274 2011-05-30 07:48:21 +00:00
text.js fix problem with the row cache 2011-07-28 16:52:00 +02:00
text_highlight_rules.js don't merge tokens (Includes coding style cleanups) 2011-08-01 15:01:50 +02:00
text_test.js use new asyncjs 2011-04-29 11:26:40 +02:00
textile.js (Forgot those licenses.. ;) ) 2011-02-23 12:25:01 +01:00
textile_highlight_rules.js don't merge tokens (Includes coding style cleanups) 2011-08-01 15:01:50 +02:00
xml.js Improve string behaviour, start on Xml behaviours, disable behaviours by default 2011-05-25 16:56:40 +01:00
xml_highlight_rules.js don't merge tokens (Includes coding style cleanups) 2011-08-01 15:01:50 +02:00
xml_test.js use new asyncjs 2011-04-29 11:26:40 +02:00
xml_tokenizer_test.js don't merge tokens (Includes coding style cleanups) 2011-08-01 15:01:50 +02:00