Jeremy Ashkenas
|
e56af4967c
|
removing our vendor'd copy of Jison ... you should install it from NPM now.
|
2010-06-28 00:26:45 -04:00 |
|
Jeremy Ashkenas
|
1f7af35368
|
getting ready for a 0.7.0. cleanups and doc revisions, not quite there yet.
|
2010-06-28 00:19:58 -04:00 |
|
Jeremy Ashkenas
|
ec570c46bf
|
Big commit. First draft of stripping comments from generated JS output. Issue #41
|
2010-06-27 12:59:54 -04:00 |
|
Jeremy Ashkenas
|
1fbb6e8734
|
adding copying header to extras/coffee-script.js
|
2010-06-01 22:09:00 -04:00 |
|
Jeremy Ashkenas
|
485346f0e5
|
CoffeeScript 0.6.2
|
2010-05-15 01:18:05 -04:00 |
|
Jeremy Ashkenas
|
dfb3a13246
|
Fixed lingering CoffeeScript Compiler running live in Internet Explorer bugs. Implemented helpers.index_of and removed named functions. Ticket #366
|
2010-05-14 23:40:04 -04:00 |
|
Jeremy Ashkenas
|
92540d5e85
|
CoffeeScript 0.6.1, for Node.js v0.1.90
|
2010-04-12 21:20:00 -04:00 |
|
noonat
|
2351948291
|
Renamed Lexer.tag() argument to new_tag, due to Rhino scope confusion
|
2010-04-05 22:58:56 -07:00 |
|
Jeremy Ashkenas
|
c067808b54
|
CoffeeScript 0.6.0 is on the books.
|
2010-04-03 20:43:50 -04:00 |
|
Jeremy Ashkenas
|
590c069158
|
CoffeeScript 0.5.6
|
2010-03-23 00:18:50 -04:00 |
|
Jeremy Ashkenas
|
70cfc9500e
|
pushing docs to the site
|
2010-03-16 23:18:54 -04:00 |
|
Jeremy Ashkenas
|
35da6c32b7
|
removing the tmbundle from the main repository. See jashkenas/coffee-script-tmbundle for the new one
|
2010-03-14 08:05:33 -07:00 |
|
Dr Nic Williams
|
22a16a3e33
|
added two snippets for creating functions; matching tab/key triggers from JavaScript bundle
|
2010-03-11 10:27:25 +10:00 |
|
Dr Nic Williams
|
db555d12ea
|
can set Grammar via Shift+Ctrl+Alt+C
|
2010-03-11 10:16:34 +10:00 |
|
Jeremy Ashkenas
|
ccb7f63b8a
|
fixing exports for the browser
|
2010-03-10 09:47:02 -05:00 |
|
Chris Hoffman
|
93c0774036
|
Regex interpolation highlighting
|
2010-03-08 20:48:23 -06:00 |
|
Jeremy Ashkenas
|
3291bd2a4a
|
removing the 'supress' option from the lexer, just look at the slash.
|
2010-03-08 20:07:19 -05:00 |
|
Jeremy Ashkenas
|
ff20732dd7
|
Merge branch 'tm_highlighting' of git://github.com/cehoffman/coffee-script
|
2010-03-08 19:14:34 -05:00 |
|
Chris Hoffman
|
f755580b11
|
Match regex highlighting to how coffee parses it
|
2010-03-08 08:18:37 -06:00 |
|
Chris Hoffman
|
5e52e7f19e
|
While loop can be a single line expressions so don't indent when it is
|
2010-03-08 08:02:23 -06:00 |
|
Chris Hoffman
|
1ce93ccceb
|
Indent function in symbol list based on indention in source
|
2010-03-08 07:30:15 -06:00 |
|
Chris Hoffman
|
4b04f8bec1
|
Add auto indent settings for textmate
|
2010-03-08 07:28:56 -06:00 |
|
Chris Hoffman
|
9e5e85780b
|
Don't highlight fresh[key]: val situations
|
2010-03-08 05:37:51 -06:00 |
|
Chris Hoffman
|
10aa3b3ae3
|
Revert "Properly highlight fresh[key]: val situations"
|
2010-03-08 05:37:07 -06:00 |
|
Jeremy Ashkenas
|
bcf7b3f95b
|
CoffeeScript 0.5.5, with string interpolation and internal documentation
|
2010-03-08 06:34:07 -05:00 |
|
Chris Hoffman
|
07f1c784a4
|
Properly highlight fresh[key]: val situations
|
2010-03-08 05:29:01 -06:00 |
|
Chris Hoffman
|
465994cff9
|
Clean up some misplaced files
|
2010-03-08 05:26:38 -06:00 |
|
Chris Hoffman
|
80a3bd8951
|
Add variable assignment highlighting for textmate
|
2010-03-08 05:10:08 -06:00 |
|
Chris Hoffman
|
221427a6b4
|
Make variable assignment highlighting work in more cases
|
2010-03-08 03:55:03 -06:00 |
|
Chris Hoffman
|
3bf892128d
|
Make old style classes show up as a function and don't let $\d be highlighted as a number
|
2010-03-08 03:47:49 -06:00 |
|
Chris Hoffman
|
abd7f939f2
|
Don't show object creation instances in symbol list for textmate
|
2010-03-08 03:46:38 -06:00 |
|
Chris Hoffman
|
eea83ff613
|
Add comment starter preference for textmate
|
2010-03-08 03:46:05 -06:00 |
|
Chris Hoffman
|
c807da7664
|
Identify functions for symbol lookup and correct lookbehind assertion
|
2010-03-08 02:39:38 -06:00 |
|
Chris Hoffman
|
dde5db621d
|
Add some TextMate triggers for string interpolation
|
2010-03-08 02:06:57 -06:00 |
|
Chris Hoffman
|
6b95cb4ee0
|
Fix the naked .property highlighting in interpolation to match coffee parsing
|
2010-03-08 01:40:04 -06:00 |
|
Chris Hoffman
|
accccb5f39
|
Allow $ to be the first character in a variable name for highlighting in textmate
|
2010-03-08 01:20:43 -06:00 |
|
Chris Hoffman
|
f8ddccd7d0
|
Escape $ in regexes where it was meant as character and not end of line
|
2010-03-08 01:05:52 -06:00 |
|
Chris Hoffman
|
e06e882962
|
Update highlighting for class definitions in textmate
|
2010-03-08 00:59:21 -06:00 |
|
Chris Hoffman
|
c3f74ca4f1
|
Add string interpolation highlighting and Cakefile highlighting
|
2010-03-08 00:43:04 -06:00 |
|
Jeremy Ashkenas
|
44398d044f
|
Updating docs for CoffeeScript 0.5.4. Tag it and bag it.
|
2010-03-03 23:01:53 -05:00 |
|
Jeremy Ashkenas
|
70cb195e6f
|
rebuilding extras/coffee-script.js
|
2010-03-02 16:52:55 -05:00 |
|
Jeremy Ashkenas
|
62b2ab29cd
|
CoffeeScript 0.5.3, with classes
|
2010-02-27 20:21:46 -05:00 |
|
Jeremy Ashkenas
|
1c7e4c4203
|
first draft of adding classes to CoffeeScript
|
2010-02-27 18:57:45 -05:00 |
|
Jeremy Ashkenas
|
37d086b670
|
rebuilding the browser code in anticipation of a page push
|
2010-02-27 01:38:50 -05:00 |
|
Jeremy Ashkenas
|
dc7f4b4be0
|
new live 'Try CoffeeScript'
|
2010-02-25 20:39:34 -05:00 |
|
Jeremy Ashkenas
|
b32a60585b
|
improving CoffeeScript in browser script activation, and updating docs
|
2010-02-25 06:26:27 -05:00 |
|
Jeremy Ashkenas
|
05d95acfc3
|
docs for CoffeeScript 0.5.2, which is now out.
|
2010-02-25 00:26:59 -05:00 |
|
Jeremy Ashkenas
|
22674bc536
|
removing CoffeeScript.activate() simply including the tag will do for text/coffeescript
|
2010-02-24 23:57:39 -05:00 |
|
Jeremy Ashkenas
|
c14869f008
|
implementing the inline javascript in the documentation page in text/coffeescript, switching from the closure compiler to the yui compressor for building the browser version -- the closure compiler had a bug for our input -- fixable by hand but not worth the tiny savings
|
2010-02-24 20:41:56 -05:00 |
|
Jeremy Ashkenas
|
c1427d6558
|
adding a minified combined coffee-script.js. Include it on the page, after any text/coffeescript tags, and call CoffeeScript.activate(); to run it
|
2010-02-24 19:57:29 -05:00 |
|