Commit graph

2,146 commits

Author SHA1 Message Date
Vlad Zinculescu
bddb9cd01b remove class colors for numbers in CSS 2012-11-26 16:59:27 +01:00
Vlad Zinculescu
9a29a99f26 improve number tokenizing in CSS 2012-11-26 16:54:46 +01:00
Vlad Zinculescu
1195204730 enable cstylebehavior in css 2012-11-26 15:16:54 +01:00
nightwing
4a095c2b7e add abap mode 2012-11-25 01:52:14 +04:00
nightwing
c44565ff3a fix ignorecase in createKeywordMapper 2012-11-25 01:52:14 +04:00
nightwing
730084b6d1 add folding rules to new modes 2012-11-25 01:52:14 +04:00
Graham Scott
7a378c9ab8 Added lucene mode 2012-11-16 14:59:39 +01:00
Harutyun Amirjanyan
c36f8b7560 Merge pull request #1101 from ajaxorg/mode/haml
Mode/haml
2012-11-15 04:38:29 -08:00
Garen Torikian
15d25743dc Reinsert numerics, fix up tests 2012-11-15 16:26:26 +04:00
Garen Torikian
fdb22c5b14 Support hash comment 2012-11-15 16:26:25 +04:00
Garen Torikian
1158798094 Support new getKeywords function 2012-11-15 16:25:40 +04:00
Garen Torikian
5f5663dfe3 Add haml support 2012-11-15 16:25:40 +04:00
Garen Torikian
c5a3cac12f More haml work 2012-11-15 16:25:40 +04:00
Garen Torikian
3dce122f8c Start haml 2012-11-15 16:25:39 +04:00
Lennart Kats
7e08d7b4ef Make wrapping behavior optional (but still enabled by default) 2012-11-12 18:18:56 +01:00
Harutyun Amirjanyan
741451c041 Merge pull request #1095 from ajaxorg/mode/lisp
Add Lisp mode
2012-11-12 08:40:01 -08:00
Harutyun Amirjanyan
0013b85bc6 Merge pull request #1096 from ajaxorg/mode/stylus
Add stylus support
2012-11-12 08:39:31 -08:00
Harutyun Amirjanyan
a051f1f113 Merge pull request #1094 from ajaxorg/mode/dart
Add Dart support
2012-11-12 08:37:26 -08:00
Garen Torikian
346ea874c6 Add license block 2012-11-12 20:36:11 +04:00
Garen Torikian
1b1b385b47 Add Lisp mode 2012-11-12 20:36:10 +04:00
Garen Torikian
6397482964 Add stylus support 2012-11-12 20:30:39 +04:00
Garen Torikian
5f7884657a Add Dart support 2012-11-12 19:41:49 +04:00
Lennart Kats
71808b1a40 Fix relative path, insert recording 2012-11-12 19:39:28 +04:00
Lennart Kats
05a3dce9d4 Insert a closing bracket for { inside other brackets, e.g. ({}) 2012-11-12 19:39:28 +04:00
Lennart Kats
99e45e0127 Don't insert a closing bracket for { until a newline is added 2012-11-12 19:39:27 +04:00
Lennart Kats
ad28e3719e Allow insertion before/in punctuation.operator; move rules to constants 2012-11-12 19:39:27 +04:00
Lennart Kats
b2ce75f95b Avoid getitng null token at end of line 2012-11-12 19:39:27 +04:00
Lennart Kats
67fe548347 Check for sane quote insertion at the latest possible point 2012-11-12 19:39:26 +04:00
Lennart Kats
45d7c6a7ee Allow insertion before semmies 2012-11-12 19:39:26 +04:00
Lennart Kats
6953b175a1 Don't insert quotes before text or around other quotes 2012-11-12 19:39:25 +04:00
Mostafa Eweda
4348a9dd23 Merge pull request #1081 from ajaxorg/hotfix/mode
Hotfix/mode
2012-11-12 07:01:27 -08:00
Mostafa Eweda
0f25bfb0e5 Merge pull request #1089 from ajaxorg/auoindent
Auoindent
2012-11-10 11:13:09 -08:00
Harutyun Amirjanyan
88bcdb075c Merge pull request #1092 from ajaxorg/mode/objc
Add obj-c support
2012-11-10 01:45:49 -08:00
Garen Torikian
7a4dec28fd Remove comments 2012-11-10 13:29:51 +04:00
Garen Torikian
8b1404bd4e Update Objc Rules 2012-11-10 13:29:50 +04:00
Garen Torikian
d22ab48d7c Objc highlights 2012-11-10 13:29:50 +04:00
Harutyun Amirjanyan
3213e8fc83 Merge pull request #1093 from ajaxorg/mode/makefile
Mode/makefile
2012-11-10 01:29:02 -08:00
nightwing
a85b9cebc9 small cleanup 2012-11-10 12:47:56 +04:00
Garen Torikian
608365363e Finalize makefile 2012-11-09 23:20:31 -08:00
Garen Torikian
c66fbc4ba6 Initial commit 2012-11-09 19:00:32 -08:00
Lennart Kats
d96cbba3c1 Merge pull request #1090 from ajaxorg/highlighting/js
red highlight of reserved keywords is too bright
2012-11-08 10:40:17 -08:00
nightwing
f6e961ed75 red highlight of reserved keywords is too bright 2012-11-08 22:16:19 +04:00
Garen Torikian
96f534ae81 Merge pull request #1086 from ajaxorg/folding-lua
Folding lua
2012-11-07 09:08:15 -08:00
Mostafa Eweda
64421a0c5e Merge pull request #1084 from ajaxorg/theme-padding
allow themes to set padding
2012-11-07 00:07:37 -08:00
Mostafa Eweda
2c86ab5bcd Merge pull request #1085 from ajaxorg/folding-2
improve folding behavior
2012-11-06 23:48:06 -08:00
Mostafa Eweda
c622a1097e Merge pull request #1083 from ajaxorg/folding-1
add more folding rules
2012-11-06 15:20:05 -08:00
Mostafa Eweda
48f06449f5 Merge pull request #1082 from ajaxorg/worker
update jshint and csslint
2012-11-06 15:18:37 -08:00
Mostafa Eweda
d5039f75c6 Merge pull request #1079 from ajaxorg/requestAnimationFrame
use request animation frame
2012-11-06 14:52:16 -08:00
Lennart Kats
109e9326a9 Merge pull request #1073 from ajaxorg/c9
small changes needed for c9
2012-11-05 01:28:24 -08:00
nightwing
329ed752db allow themes to set padding 2012-11-04 23:48:46 +04:00