Commit graph

4,908 commits

Author SHA1 Message Date
Harutyun Amirjanyan
e0a2d5688c Merge pull request #1350 from rgriffith/snippet_newline_fix
Fix newlines for text files
2013-04-06 05:10:19 -07:00
Harutyun Amirjanyan
251719f85b Merge pull request #1351 from rgriffith/velocity_mode
Add Velocity highlighter
2013-04-06 04:48:37 -07:00
Harutyun Amirjanyan
0f6706f29d Merge pull request #1354 from machee/master
fix php worker bogus error on use keyword
2013-04-06 04:46:18 -07:00
nightwing
2868df4b28 cleanup and fix tests 2013-04-06 15:17:41 +04:00
nightwing
f40cc1c31d fix #510 #{} highlighting for CoffeeScript 2013-04-06 15:00:06 +04:00
nightwing
743aad3ad4 Add AutoHotKey/AutoIT syntax highglight fixes #886 2013-04-06 14:58:47 +04:00
nightwing
ab1ed57d55 remove half working fortran and html_twig 2013-04-06 14:21:42 +04:00
nightwing
73f299d3f0 add demo docs 2013-04-06 14:21:42 +04:00
nightwing
5d63adb2a7 workaround for unsupported regex features 2013-04-06 14:21:42 +04:00
nightwing
03fe8a3576 add several autoconverted modes 2013-04-06 14:21:42 +04:00
Mark Achee
d308803fbe fix php worker bogus error on use keyword 2013-04-06 06:01:04 +02:00
Ryan Griffith
06a74d59dd Slight adjustment to the newline fix
I also had to remove this line to get things to work.
2013-04-05 16:45:20 -03:00
Ryan Griffith
a22dda79fc Added comment settings to add comment shortcut (ctrl+/) 2013-04-05 14:46:53 -04:00
Ryan Griffith
31aede445d Added velocity mode and sample doc to demo 2013-04-05 14:45:22 -04:00
nightwing
538359ccd6 meta scope isn't for styling 2013-04-05 19:29:59 +04:00
nightwing
826105b5e9 make generated statenames nicer 2013-04-05 19:29:59 +04:00
nightwing
a23bdb49a2 workaround for chrome not displaying middle of very long lines 2013-04-05 19:29:58 +04:00
Ryan Griffith
646b0442b6 Fixed matching of single line comments 2013-04-05 10:39:17 -04:00
Ryan Griffith
2463471b39 Add Velocity highlighter 2013-04-05 08:08:23 -04:00
Ryan Griffith
7dcd7c0cb9 Fixing newline character for text files
This addressed an issue where the newlines generated when including snippet files does not contain newline characters, this causes SnippetManager.parseSnippetFile to always return empty.

Instead, of creating actual newlines and a multiline string with \, this adds newline characters.
2013-04-05 08:54:31 -03:00
Lennart Kats
202ecaac90 Merge pull request #1346 from ajaxorg/tmSnippets
snippet bugfix
2013-04-05 00:52:51 -07:00
nightwing
9409ae8090 fix typo 2013-04-04 23:27:26 +04:00
nightwing
c4c308211e do not use split with capturing regex to not break old ie 2013-04-04 23:17:39 +04:00
nightwing
28943dcf1d snippetManager should be lowercase 2013-04-04 22:59:06 +04:00
nightwing
57fd7dabf2 update tests 2013-04-04 10:07:55 +04:00
nightwing
782178ecbe add toggle line comment for css/html 2013-04-02 02:33:31 +04:00
nightwing
5cda3a7be7 add toggleBlockComment ctrl+shift+/ 2013-04-02 01:55:55 +04:00
nightwing
9a59b084cc update lsl test 2013-04-01 20:56:44 +04:00
Harutyun Amirjanyan
83de4e32e7 Merge pull request #1336 from buildersbrewery/master
updated lsl syntaxhighlight
2013-04-01 09:56:05 -07:00
nightwing
ad9f919eed fix toggleComment with blank lines 2013-03-31 20:51:13 +04:00
Builders Brewery
7e9e425f84 added llGetAnimationOverride, llResetAnimationOverride, llSetAnimationOverride 2013-03-30 23:19:27 +01:00
Builders Brewery
f310c09502 added PERMISSION_OVERRIDE_ANIMATIONS 2013-03-30 22:45:49 +01:00
Builders Brewery
1361ee6579 removed a , 2013-03-30 19:31:22 +01:00
Builders Brewery
3681dbeaea added missing , and condensed regex 2013-03-30 19:18:41 +01:00
Builders Brewery
7a6fd89bfc rollback 2013-03-30 18:29:46 +01:00
Builders Brewery
346712c6ca fixed typo from pasting no2 2013-03-30 18:18:37 +01:00
Builders Brewery
eadd4e4b39 fixed typo from pasting 2013-03-30 18:13:32 +01:00
Builders Brewery
66ddb8d25b added left shift, right shift, bitwise xor to keyword.operator and condensed regex match 2013-03-30 18:05:30 +01:00
Builders Brewery
93c57928d3 updated keyword.operator and moved indentation to the left 2013-03-30 17:30:41 +01:00
Lennart Kats
ac1835e54d Merge pull request #1311 from ajaxorg/emmet
Add Emmet extension
2013-03-30 09:17:56 -07:00
nightwing
61155649b9 remove console.log 2013-03-30 19:57:10 +04:00
nightwing
ec9984acbd add link to chocolatejs 2013-03-30 18:27:18 +04:00
nightwing
55af92676f add emmet extension 2013-03-30 18:12:52 +04:00
nightwing
5b6a826383 add divshot to list of sites using ace 2013-03-30 18:10:03 +04:00
nightwing
d92505e1c9 autodetect platform in HashHandler 2013-03-30 18:08:41 +04:00
nightwing
841dbf7890 add EventEmitter.off 2013-03-30 18:07:17 +04:00
nightwing
f531bceabe pass target to eventListener as a second argument 2013-03-30 18:07:17 +04:00
Lennart Kats
5a367bafb3 Merge pull request #1340 from ajaxorg/wrap_bug
fix #1337
2013-03-30 05:21:41 -07:00
nightwing
10bbd842a3 fix test 2013-03-30 16:02:55 +04:00
nightwing
4be0153e2b fix #1337 bad interaction of removeFolds and updateWrapData 2013-03-30 15:47:27 +04:00