ace/lib/ace/mode
2013-08-26 18:08:11 +04:00
..
_test fix #1533 syntax highlighting of markdown links 2013-07-26 14:55:08 +04:00
behaviour Merge branch 'highlighting/xmlrefactor' into master 2013-07-14 06:24:23 +04:00
coffee update coffee script fixes #1568 2013-08-26 18:08:11 +04:00
css update csslint 2013-03-10 18:01:16 +04:00
folding fix failing tests 2013-07-14 08:58:29 +04:00
javascript allow space separated list of globals 2013-08-12 18:32:36 +04:00
json tabs to spaces 2012-05-01 12:07:44 +02:00
lua fix #1508: jshint is broken in build 2013-07-08 13:58:57 +04:00
php fix php heredoc highlighting inside array 2013-08-23 11:46:49 +04:00
xquery Add JSONiq mode. 2013-04-13 18:10:01 +04:00
abap.js style improvements 2013-06-05 23:35:15 +04:00
abap_highlight_rules.js remove flag parameter from tokenizer 2013-02-16 23:09:19 +04:00
actionscript.js add several autoconverted modes 2013-04-06 14:21:42 +04:00
actionscript_highlight_rules.js temporary workaround for tokenizer not working for rules ending with $ 2013-04-17 16:12:44 +04:00
ada.js add more modes 2013-05-20 18:00:48 +04:00
ada_highlight_rules.js add more modes 2013-05-20 18:00:48 +04:00
asciidoc.js add wrapMethod:auto and fix tests 2013-07-24 17:49:42 +04:00
asciidoc_highlight_rules.js merge tokens of same type by default 2012-12-25 16:57:11 +04:00
assembly_x86.js add more modes 2013-05-20 18:00:48 +04:00
assembly_x86_highlight_rules.js add more modes 2013-05-20 18:00:48 +04:00
autohotkey.js Add AutoHotKey/AutoIT syntax highglight fixes #886 2013-04-06 14:58:47 +04:00
autohotkey_highlight_rules.js Add AutoHotKey/AutoIT syntax highglight fixes #886 2013-04-06 14:58:47 +04:00
batchfile.js update modelist extension 2013-04-17 16:15:58 +04:00
batchfile_highlight_rules.js update modelist extension 2013-04-17 16:15:58 +04:00
behaviour.js Add BSD license headers 2012-09-06 22:48:34 +02:00
c9search.js remove flag parameter from tokenizer 2013-02-16 23:09:19 +04:00
c9search_highlight_rules.js Add BSD license headers 2012-09-06 22:48:34 +02:00
c_cpp.js Add autocompletion for language keywords 2013-06-05 23:35:13 +04:00
c_cpp_highlight_rules.js fix #1315 '#' symbol and preprocessor directive can be separated with spaces 2013-05-21 22:41:27 +04:00
clojure.js fix typo in clojure mode 2013-06-09 01:06:25 +04:00
clojure_highlight_rules.js do not include spaces in clojure symbols 2013-04-19 19:10:56 +04:00
cobol.js add more modes 2013-05-20 18:00:48 +04:00
cobol_highlight_rules.js add more modes 2013-05-20 18:00:48 +04:00
coffee.js Fix failing test 2013-06-05 23:35:14 +04:00
coffee_highlight_rules.js fix #510 #{} highlighting for CoffeeScript 2013-04-06 15:00:06 +04:00
coffee_worker.js some coffeescript errors can be detected only with compile 2013-04-20 18:27:06 +04:00
coldfusion.js Add BSD license headers 2012-09-06 22:48:34 +02:00
coldfusion_highlight_rules.js Inherit all HTML+server_side_directives rules from HTML rules. 2013-06-24 21:03:49 +10:00
coldfusion_test.js update tests 2013-04-04 10:07:55 +04:00
csharp.js Add autocompletion for language keywords 2013-06-05 23:35:13 +04:00
csharp_highlight_rules.js fix highlighting of c# strings 2013-02-16 23:09:19 +04:00
css.js Add autocompletion for language keywords 2013-06-05 23:35:13 +04:00
css_highlight_rules.js Use push/pop in css highlight rules 2013-06-24 21:04:28 +10:00
css_test.js update tests 2013-04-04 10:07:55 +04:00
css_worker.js Include css rule name with lint results 2013-08-03 14:40:11 +01:00
css_worker_test.js Add BSD license headers 2012-09-06 22:48:34 +02:00
curly.js Add a Syntax Highlighter for the Curly template language 2013-01-15 17:31:45 +01:00
curly_highlight_rules.js Inherit all HTML+server_side_directives rules from HTML rules. 2013-06-24 21:03:49 +10:00
d.js add more modes 2013-05-20 18:00:48 +04:00
d_highlight_rules.js add more modes 2013-05-20 18:00:48 +04:00
dart.js Add autocompletion for language keywords 2013-06-05 23:35:13 +04:00
dart_highlight_rules.js Removed outdated keywords 2013-04-08 13:48:19 +02:00
diff.js remove flag parameter from tokenizer 2013-02-16 23:09:19 +04:00
diff_highlight_rules.js fix #1510 ace_invalid appears on correct diff 2013-07-11 16:50:02 +04:00
django.js Fix django.js module header 2013-03-13 17:12:48 +01:00
doc_comment_highlight_rules.js use new tokenizer features 2013-02-02 14:44:08 +04:00
dot.js use general toggleCommentLines for all modes 2013-02-18 17:01:24 +04:00
dot_highlight_rules.js Updated to highlight dot code 2012-12-04 18:23:01 +00:00
ejs.js add more modes 2013-05-26 11:08:11 +04:00
erlang.js add wrapMethod:auto and fix tests 2013-07-24 17:49:42 +04:00
erlang_highlight_rules.js temporary workaround for tokenizer not working for rules ending with $ 2013-04-17 16:12:44 +04:00
forth.js add several autoconverted modes 2013-04-06 14:21:42 +04:00
forth_highlight_rules.js cleanup and fix tests 2013-04-06 15:17:41 +04:00
ftl.js Added mode for FreeMarker Java template engine 2013-03-10 17:06:13 +11:00
ftl_highlight_rules.js Inherit all HTML+server_side_directives rules from HTML rules. 2013-06-24 21:03:49 +10:00
glsl.js Add autocompletion for language keywords 2013-06-05 23:35:13 +04:00
glsl_highlight_rules.js Add BSD license headers 2012-09-06 22:48:34 +02:00
golang.js revert changes to worker 2013-06-05 23:35:14 +04:00
golang_highlight_rules.js fix go string highlighting 2013-06-23 22:27:02 +04:00
groovy.js Add autocompletion for language keywords 2013-06-05 23:35:13 +04:00
groovy_highlight_rules.js merge tokens of same type by default 2012-12-25 16:57:11 +04:00
haml.js use general toggleCommentLines for all modes 2013-02-18 17:01:24 +04:00
haml_highlight_rules.js code style 2013-02-02 14:44:20 +04:00
haskell.js add several autoconverted modes 2013-04-06 14:21:42 +04:00
haskell_highlight_rules.js temporary workaround for tokenizer not working for rules ending with $ 2013-04-17 16:12:44 +04:00
haxe.js Add autocompletion for language keywords 2013-06-05 23:35:13 +04:00
haxe_highlight_rules.js merge tokens of same type by default 2012-12-25 16:57:11 +04:00
html.js Move html completion logic to html_completions.js 2013-07-02 19:42:43 +10:00
html_completions.js Move html completion logic to html_completions.js 2013-07-02 19:42:43 +10:00
html_highlight_rules.js some more ie7 fixes 2013-07-30 00:23:09 +04:00
html_ruby.js add erb mode 2013-05-09 15:10:46 +04:00
html_ruby_highlight_rules.js Inherit all HTML+server_side_directives rules from HTML rules. 2013-06-24 21:03:49 +10:00
html_test.js update tests 2013-04-04 10:07:55 +04:00
ini.js add ini mode 2013-04-17 15:52:56 +04:00
ini_highlight_rules.js temporary workaround for tokenizer not working for rules ending with $ 2013-04-17 16:12:44 +04:00
jade.js use general toggleCommentLines for all modes 2013-02-18 17:01:24 +04:00
jade_highlight_rules.js remove trailing commas 2013-03-21 23:50:36 +04:00
java.js Add autocompletion for language keywords 2013-06-05 23:35:13 +04:00
java_highlight_rules.js merge tokens of same type by default 2012-12-25 16:57:11 +04:00
javascript.js Add autocompletion for language keywords 2013-06-05 23:35:13 +04:00
javascript_highlight_rules.js Proper comment rules in js syntax. 2013-06-29 17:41:16 +10:00
javascript_test.js fix comment toggling on lines with wrong indentation 2013-05-20 19:38:42 +04:00
javascript_worker.js fix tests 2013-07-18 13:11:07 +04:00
javascript_worker_test.js fix tests 2013-07-18 13:11:07 +04:00
js_regex_highlight_rules.js remove trailing commas 2013-07-30 00:28:05 +04:00
json.js Add BSD license headers 2012-09-06 22:48:34 +02:00
json_highlight_rules.js remove trailing commas 2013-03-21 23:50:36 +04:00
json_worker.js add document indexToPosition and positionToIndex 2012-12-26 20:51:52 +04:00
json_worker_test.js Add BSD license headers 2012-09-06 22:48:34 +02:00
jsoniq.js Add JSONiq mode. 2013-04-13 18:10:01 +04:00
jsp.js fix ?? highlighting in js mode 2012-10-04 04:21:56 -04:00
jsp_highlight_rules.js Inherit all HTML+server_side_directives rules from HTML rules. 2013-06-24 21:03:49 +10:00
jsx.js use general toggleCommentLines for all modes 2013-02-18 17:01:24 +04:00
jsx_highlight_rules.js use general toggleCommentLines for all modes 2013-02-18 17:01:24 +04:00
julia.js workaround for unsupported regex features 2013-04-06 14:21:42 +04:00
julia_highlight_rules.js workaround for unsupported regex features 2013-04-06 14:21:42 +04:00
latex.js use general toggleCommentLines for all modes 2013-02-18 17:01:24 +04:00
latex_highlight_rules.js remove trailing commas 2012-10-06 20:45:47 +04:00
less.js use general toggleCommentLines for all modes 2013-02-18 17:01:24 +04:00
less_highlight_rules.js remove flag parameter from tokenizer 2013-02-16 23:09:19 +04:00
liquid.js Add autocompletion for language keywords 2013-06-05 23:35:13 +04:00
liquid_highlight_rules.js Inherit all HTML+server_side_directives rules from HTML rules. 2013-06-24 21:03:49 +10:00
lisp.js Add autocompletion for language keywords 2013-06-05 23:35:13 +04:00
lisp_highlight_rules.js code style 2013-02-02 14:44:20 +04:00
livescript.js add tests for LogiQL mode 2013-03-14 21:33:20 +04:00
logiql.js add autoindent after { and brace pairing for logiql 2013-03-27 15:41:15 +04:00
logiql_highlight_rules.js early error on tokenLength/matchCount mismatch 2013-03-27 15:41:15 +04:00
logiql_test.js fix tests 2013-05-09 13:47:21 +04:00
lsl.js added missing comma and fixed call in lsl.js .....now still have to fix regex line 311 in lsl_highlight_rules.js 2013-04-29 23:20:25 +04:00
lsl_highlight_rules.js updated LSL mode 2013-06-28 17:42:57 +02:00
lua.js Add autocompletion for language keywords 2013-06-05 23:35:13 +04:00
lua_highlight_rules.js fix #1490 Parsing Lua comments in the middle of line 2013-06-26 20:23:58 +04:00
lua_worker.js add worker for lua 2013-03-10 18:04:54 +04:00
luapage.js Strip UTF8 BOM from luapage 2012-07-02 14:45:18 -05:00
luapage_highlight_rules.js Inherit all HTML+server_side_directives rules from HTML rules. 2013-06-24 21:03:49 +10:00
lucene.js Added lucene mode 2012-11-16 14:59:39 +01:00
lucene_highlight_rules.js Added lucene mode 2012-11-16 14:59:39 +01:00
makefile.js force using tabs in makefile and snippets modes 2013-06-05 23:35:15 +04:00
makefile_highlight_rules.js code style 2013-02-02 14:44:20 +04:00
markdown.js add wrapMethod:auto and fix tests 2013-07-24 17:49:42 +04:00
markdown_highlight_rules.js fix #1533 syntax highlighting of markdown links 2013-07-26 14:55:08 +04:00
matching_brace_outdent.js cleanup $getIndent 2013-03-12 16:46:47 +04:00
matching_parens_outdent.js Add BSD license headers 2012-09-06 22:48:34 +02:00
matlab.js add more modes 2013-05-20 18:00:48 +04:00
matlab_highlight_rules.js add more modes 2013-05-20 18:00:48 +04:00
mushcode.js Update mushcode.js 2013-03-23 15:23:59 +04:00
mushcode_high_rules.js remove trailing commas 2013-07-30 00:28:05 +04:00
mysql.js add more modes 2013-05-26 11:08:11 +04:00
mysql_highlight_rules.js remove trailing commas 2013-07-30 00:28:05 +04:00
objectivec.js use general toggleCommentLines for all modes 2013-02-18 17:01:24 +04:00
objectivec_highlight_rules.js remove trailing commas 2013-03-21 23:50:36 +04:00
ocaml.js Add autocompletion for language keywords 2013-06-05 23:35:13 +04:00
ocaml_highlight_rules.js merge tokens of same type by default 2012-12-25 16:57:11 +04:00
pascal.js use general toggleCommentLines for all modes 2013-02-18 17:01:24 +04:00
pascal_highlight_rules.js temporary workaround for tokenizer not working for rules ending with $ 2013-04-17 16:12:44 +04:00
perl.js Add autocompletion for language keywords 2013-06-05 23:35:13 +04:00
perl_highlight_rules.js fix $# and %# highlighting in perl mode 2013-07-30 22:13:48 +04:00
pgsql.js revert changes to worker 2013-06-05 23:35:14 +04:00
pgsql_highlight_rules.js add more modes 2013-05-26 11:08:11 +04:00
php.js prefer // comment in php 2013-05-29 16:08:57 +04:00
php_highlight_rules.js fix php heredoc highlighting inside array 2013-08-23 11:46:49 +04:00
php_worker.js Add php worker 2013-01-01 23:07:36 +10:00
plain_text.js add wrapMethod:auto and fix tests 2013-07-24 17:49:42 +04:00
plain_text_test.js Fix #1427 Added plain text mode that does not keep indentation 2013-06-06 15:28:56 -04:00
powershell.js Add autocompletion for language keywords 2013-06-05 23:35:13 +04:00
powershell_highlight_rules.js merge tokens of same type by default 2012-12-25 16:57:11 +04:00
prolog.js add several autoconverted modes 2013-04-06 14:21:42 +04:00
prolog_highlight_rules.js add several autoconverted modes 2013-04-06 14:21:42 +04:00
properties.js Cleanup + fix typo on export 2013-04-13 10:57:16 +10:00
properties_highlight_rules.js remove trailing commas 2013-07-30 00:28:05 +04:00
python.js Add autocompletion for language keywords 2013-06-05 23:35:13 +04:00
python_highlight_rules.js fix python string highlighting 2013-05-09 15:10:46 +04:00
python_test.js Add BSD license headers 2012-09-06 22:48:34 +02:00
r.js disable broken r behaviors 2013-05-09 15:10:46 +04:00
r_highlight_rules.js restore old behavior of token and add onMatch. fixes #1269 2013-03-01 21:28:10 +04:00
rdoc.js use relative paths 2012-12-25 16:23:10 +04:00
rdoc_highlight_rules.js use relative paths 2012-12-25 16:23:10 +04:00
rhtml.js disable broken r behaviors 2013-05-09 15:10:46 +04:00
rhtml_highlight_rules.js Inherit all HTML+server_side_directives rules from HTML rules. 2013-06-24 21:03:49 +10:00
ruby.js Add autocompletion for language keywords 2013-06-05 23:35:13 +04:00
ruby_highlight_rules.js remove one letter names from list of ruby builtinFunctions 2013-03-17 21:01:40 +04:00
ruby_test.js better autoindenting and dedenting for ruby 2013-03-12 10:21:22 -04:00
rust.js add several autoconverted modes 2013-04-06 14:21:42 +04:00
rust_highlight_rules.js temporary workaround for tokenizer not working for rules ending with $ 2013-04-17 16:12:44 +04:00
sass.js use general toggleCommentLines for all modes 2013-02-18 17:01:24 +04:00
sass_highlight_rules.js remove trailing commas 2013-03-21 23:50:36 +04:00
scad.js Add autocompletion for language keywords 2013-06-05 23:35:13 +04:00
scad_highlight_rules.js merge tokens of same type by default 2012-12-25 16:57:11 +04:00
scala.js Add autocompletion for language keywords 2013-06-05 23:35:13 +04:00
scala_highlight_rules.js merge tokens of same type by default 2012-12-25 16:57:11 +04:00
scheme.js use general toggleCommentLines for all modes 2013-02-18 17:01:24 +04:00
scheme_highlight_rules.js update scheme mode to work with new tokenizer 2013-02-06 19:36:12 +04:00
scss.js use general toggleCommentLines for all modes 2013-02-18 17:01:24 +04:00
scss_highlight_rules.js add sass mode 2013-02-16 23:09:20 +04:00
sh.js Add autocompletion for language keywords 2013-06-05 23:35:13 +04:00
sh_highlight_rules.js highlight escapes in sh mode 2013-06-22 22:39:18 +04:00
snippets.js remove trailing commas 2013-07-30 00:28:05 +04:00
sql.js Add autocompletion for language keywords 2013-06-05 23:35:13 +04:00
sql_highlight_rules.js Add keywords insert,update,delete for SQL mode 2012-10-19 15:51:53 -05:00
stylus.js Add autocompletion for language keywords 2013-06-05 23:35:13 +04:00
stylus_highlight_rules.js code style 2013-02-02 14:44:20 +04:00
svg.js Add BSD license headers 2012-09-06 22:48:34 +02:00
svg_highlight_rules.js Update svg Highlight rules 2013-06-24 21:06:54 +10:00
tcl.js use general toggleCommentLines for all modes 2013-02-18 17:01:24 +04:00
tcl_highlight_rules.js remove not necessary/worng comments and not tcl specific rule for variables (is only valid for the tcl extension xotcl 2013-04-08 14:45:58 +02:00
tex.js use relative paths 2012-12-25 16:23:10 +04:00
tex_highlight_rules.js use relative paths 2012-12-25 16:23:10 +04:00
text.js fix merge conflict 2013-08-22 15:29:17 +04:00
text_highlight_rules.js Allow no prefix in TextHighlightRules.addRules() 2013-06-24 20:53:37 +10:00
text_test.js Fix #1427 Added plain text mode that does not keep indentation 2013-06-06 15:28:56 -04:00
textile.js Add BSD license headers 2012-09-06 22:48:34 +02:00
textile_highlight_rules.js Add BSD license headers 2012-09-06 22:48:34 +02:00
toml.js highlight escaped characters in strings 2013-02-25 01:52:49 +04:00
toml_highlight_rules.js remove trailing commas 2013-03-21 23:50:36 +04:00
twig.js add more modes 2013-05-26 11:08:11 +04:00
twig_highlight_rules.js remove trailing commas 2013-07-30 00:28:05 +04:00
typescript.js use general toggleCommentLines for all modes 2013-02-18 17:01:24 +04:00
typescript_highlight_rules.js code style 2013-02-02 14:44:20 +04:00
vbscript.js use general toggleCommentLines for all modes 2013-02-18 17:01:24 +04:00
vbscript_highlight_rules.js fix #1417 vbFalse typo 2013-05-09 19:50:14 +04:00
velocity.js add more modes 2013-05-26 11:08:11 +04:00
velocity_highlight_rules.js Inherit all HTML+server_side_directives rules from HTML rules. 2013-06-24 21:03:49 +10:00
verilog.js add more modes 2013-05-20 18:00:48 +04:00
verilog_highlight_rules.js add more modes 2013-05-20 18:00:48 +04:00
xml.js use general toggleCommentLines for all modes 2013-02-18 17:01:24 +04:00
xml_highlight_rules.js make doctype less bright 2013-07-19 03:02:59 +04:00
xml_test.js fix failing tests 2013-07-14 08:58:29 +04:00
xml_util.js update more highlighters 2013-02-02 14:44:09 +04:00
xquery.js Add JSONiq mode. 2013-04-13 18:10:01 +04:00
xquery_worker.js XQuery syntax highlighting improvements. 2013-02-16 22:13:33 +04:00
yaml.js use general toggleCommentLines for all modes 2013-02-18 17:01:24 +04:00
yaml_highlight_rules.js update tests 2013-02-02 15:18:10 +04:00