| .. |
|
_test
|
Merge pull request #1355 from ajaxorg/highlighting/tmmodes
|
2013-05-01 06:08:17 -07:00 |
|
behaviour
|
Fixed autoclosing tag behaviour in XQuery.
|
2013-02-25 17:08:33 +01:00 |
|
coffee
|
some coffeescript errors can be detected only with compile
|
2013-04-20 18:27:06 +04:00 |
|
css
|
update csslint
|
2013-03-10 18:01:16 +04:00 |
|
folding
|
Addresses an issue where IE8 does not properly handle the RegExp in _parseTag, causing folding not to work for the XML mode (or modes that inherit XML). Tested XML mode in IE8/9 and major browsers. Should resolve ajaxorg/ace#1384
|
2013-04-24 15:23:48 -04:00 |
|
javascript
|
Restore old labeled break semantics
|
2013-02-20 18:31:21 +01:00 |
|
json
|
tabs to spaces
|
2012-05-01 12:07:44 +02:00 |
|
lua
|
update require and luaparse
|
2013-04-18 16:52:10 +04:00 |
|
php
|
fix php worker bogus error on use keyword
|
2013-04-06 06:01:04 +02:00 |
|
xquery
|
Add JSONiq mode.
|
2013-04-13 18:10:01 +04:00 |
|
abap.js
|
remove flag parameter from tokenizer
|
2013-02-16 23:09:19 +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 |
|
asciidoc.js
|
add asciidoc highlighter
|
2012-09-30 02:59:57 +04:00 |
|
asciidoc_highlight_rules.js
|
merge tokens of same type by default
|
2012-12-25 16:57:11 +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
|
use general toggleCommentLines for all modes
|
2013-02-18 17:01:24 +04:00 |
|
c_cpp_highlight_rules.js
|
Fix CPP multiline directives
|
2013-02-04 17:00:37 -08:00 |
|
clojure.js
|
use general toggleCommentLines for all modes
|
2013-02-18 17:01:24 +04:00 |
|
clojure_highlight_rules.js
|
do not include spaces in clojure symbols
|
2013-04-19 19:10:56 +04:00 |
|
coffee.js
|
add folding rules to new modes
|
2012-11-25 01:52: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
|
update tests
|
2013-02-02 15:18:10 +04:00 |
|
coldfusion_test.js
|
update tests
|
2013-04-04 10:07:55 +04:00 |
|
csharp.js
|
use general toggleCommentLines for all modes
|
2013-02-18 17:01:24 +04:00 |
|
csharp_highlight_rules.js
|
fix highlighting of c# strings
|
2013-02-16 23:09:19 +04:00 |
|
css.js
|
use general toggleCommentLines for all modes
|
2013-02-18 17:01:24 +04:00 |
|
css_highlight_rules.js
|
add sass mode
|
2013-02-16 23:09:20 +04:00 |
|
css_test.js
|
update tests
|
2013-04-04 10:07:55 +04:00 |
|
css_worker.js
|
[vim] fix left/right motions
|
2012-12-15 16:52:57 +04: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
|
Add a Syntax Highlighter for the Curly template language
|
2013-01-15 17:31:45 +01:00 |
|
dart.js
|
Based Dart mode on C/C++ mode so that at least the indentation basics
|
2013-04-08 12:13:18 +02: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
|
remove flag parameter from tokenizer
|
2013-02-16 23:09:19 +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 |
|
erlang.js
|
add several autoconverted modes
|
2013-04-06 14:21: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
|
Added mode for FreeMarker Java template engine
|
2013-03-10 17:06:13 +11:00 |
|
glsl.js
|
Add BSD license headers
|
2012-09-06 22:48:34 +02:00 |
|
glsl_highlight_rules.js
|
Add BSD license headers
|
2012-09-06 22:48:34 +02:00 |
|
golang.js
|
use general toggleCommentLines for all modes
|
2013-02-18 17:01:24 +04:00 |
|
golang_highlight_rules.js
|
merge tokens of same type by default
|
2012-12-25 16:57:11 +04:00 |
|
groovy.js
|
use strict
|
2011-12-19 15:15:29 +01: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
|
use general toggleCommentLines for all modes
|
2013-02-18 17:01:24 +04:00 |
|
haxe_highlight_rules.js
|
merge tokens of same type by default
|
2012-12-25 16:57:11 +04:00 |
|
html.js
|
use general toggleCommentLines for all modes
|
2013-02-18 17:01:24 +04:00 |
|
html_highlight_rules.js
|
update tests
|
2013-02-02 15:18:10 +04: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
|
use strict
|
2011-12-19 15:15:29 +01:00 |
|
java_highlight_rules.js
|
merge tokens of same type by default
|
2012-12-25 16:57:11 +04:00 |
|
javascript.js
|
use general toggleCommentLines for all modes
|
2013-02-18 17:01:24 +04:00 |
|
javascript_highlight_rules.js
|
Removed trailing commas that cause errors in IE
|
2013-04-08 16:29:50 -04:00 |
|
javascript_test.js
|
update tests
|
2013-04-04 10:07:55 +04:00 |
|
javascript_worker.js
|
tweak info warning list to match cloud9
|
2012-11-04 17:29:06 +04:00 |
|
javascript_worker_test.js
|
fix tests
|
2012-09-14 12:30:58 +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
|
merge tokens of same type by default
|
2012-12-25 16:57:11 +04: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
|
use general toggleCommentLines for all modes
|
2013-02-18 17:01:24 +04:00 |
|
liquid_highlight_rules.js
|
update tests
|
2013-02-02 15:18:10 +04:00 |
|
lisp.js
|
use general toggleCommentLines for all modes
|
2013-02-18 17:01:24 +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
|
cleanup and fix tests
|
2013-04-06 15:17:41 +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
|
fix lsl string escapes
|
2013-04-29 23:38:17 +04:00 |
|
lua.js
|
add worker for lua
|
2013-03-10 18:04:54 +04:00 |
|
lua_highlight_rules.js
|
restore old behavior of token and add onMatch. fixes #1269
|
2013-03-01 21:28:10 +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
|
Strip UTF8 BOM from luapage highlight rules
|
2012-07-02 14:44:02 -05: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
|
use general toggleCommentLines for all modes
|
2013-02-18 17:01:24 +04:00 |
|
makefile_highlight_rules.js
|
code style
|
2013-02-02 14:44:20 +04:00 |
|
markdown.js
|
use general toggleCommentLines for all modes
|
2013-02-18 17:01:24 +04:00 |
|
markdown_highlight_rules.js
|
fix * highlighting in markdown lists
|
2013-02-23 13:09:14 +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 |
|
mushcode.js
|
Update mushcode.js
|
2013-03-23 15:23:59 +04:00 |
|
mushcode_high_rules.js
|
Refinement
|
2013-03-23 15:29:49 +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 BSD license headers
|
2012-09-06 22:48:34 +02: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 highlighting and folding for POD documentation
|
2013-03-06 20:33:40 +04:00 |
|
perl_highlight_rules.js
|
add highlighting and folding for POD documentation
|
2013-03-06 20:33:40 +04:00 |
|
pgsql.js
|
use general toggleCommentLines for all modes
|
2013-02-18 17:01:24 +04:00 |
|
pgsql_highlight_rules.js
|
merge tokens of same type by default
|
2012-12-25 16:57:11 +04:00 |
|
php.js
|
use general toggleCommentLines for all modes
|
2013-02-18 17:01:24 +04:00 |
|
php_highlight_rules.js
|
Merge pull request #1275 from ajaxorg/dnd
|
2013-03-08 06:22:42 -08:00 |
|
php_worker.js
|
Add php worker
|
2013-01-01 23:07:36 +10:00 |
|
powershell.js
|
add highlighting and folding for POD documentation
|
2013-03-06 20:33:40 +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
|
Cleanup + fix typo on export
|
2013-04-13 10:57:16 +10:00 |
|
python.js
|
use general toggleCommentLines for all modes
|
2013-02-18 17:01:24 +04:00 |
|
python_highlight_rules.js
|
merge tokens of same type by default
|
2012-12-25 16:57:11 +04:00 |
|
python_test.js
|
Add BSD license headers
|
2012-09-06 22:48:34 +02:00 |
|
r.js
|
use relative paths
|
2012-12-25 16:23:10 +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
|
use relative paths
|
2012-12-25 16:23:10 +04:00 |
|
rhtml_highlight_rules.js
|
use relative paths
|
2012-12-25 16:23:10 +04:00 |
|
ruby.js
|
better autoindenting and dedenting for ruby
|
2013-03-12 10:21:22 -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
|
use general toggleCommentLines for all modes
|
2013-02-18 17:01:24 +04:00 |
|
scad_highlight_rules.js
|
merge tokens of same type by default
|
2012-12-25 16:57:11 +04:00 |
|
scala.js
|
use strict
|
2011-12-19 15:15:29 +01: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
|
use general toggleCommentLines for all modes
|
2013-02-18 17:01:24 +04:00 |
|
sh_highlight_rules.js
|
Fix comment highlighter
|
2013-02-06 12:48:31 -08:00 |
|
snippets.js
|
rename snippets syntax highlighter
|
2013-04-16 22:23:48 +04:00 |
|
sql.js
|
use general toggleCommentLines for all modes
|
2013-02-18 17:01:24 +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 folding rules to new modes
|
2012-11-25 01:52:14 +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
|
remove trailing commas
|
2012-10-06 20:45:47 +04: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
|
add toggle line comment for css/html
|
2013-04-02 02:33:31 +04:00 |
|
text_highlight_rules.js
|
Add AutoHotKey/AutoIT syntax highglight fixes #886
|
2013-04-06 14:58:47 +04:00 |
|
text_test.js
|
Add BSD license headers
|
2012-09-06 22:48:34 +02: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 |
|
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
|
remove trailing commas
|
2013-03-21 23:50:36 +04:00 |
|
velocity.js
|
Added comment settings to add comment shortcut (ctrl+/)
|
2013-04-05 14:46:53 -04:00 |
|
velocity_highlight_rules.js
|
Fixed another regex for keyword.operator to include <
|
2013-04-30 07:28:20 -04:00 |
|
xml.js
|
use general toggleCommentLines for all modes
|
2013-02-18 17:01:24 +04:00 |
|
xml_highlight_rules.js
|
update tests
|
2013-02-02 15:18:10 +04:00 |
|
xml_test.js
|
update tests
|
2013-04-04 10:07:55 +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 |