Commit graph

285 commits

Author SHA1 Message Date
Fogus
0b263c0ffe Merge pull request #115 from alexander-yakushev/master
Treat single semicolons on the line as single comments
2013-08-07 05:49:04 -07:00
Alexander Yakushev
b327d4f549 Treat single semicolons on the line like single comments
This allows multiline single-semicoloned comments to be treated as a
single comment block and not show them in the output.
2013-07-08 23:43:50 +03:00
fogus
1cd8aed997 Merge branch 'master' of github.com:fogus/marginalia 2013-06-07 11:51:46 -04:00
Fogus
cc222745c8 Merge pull request #113 from matthoffman/master
Very minor README update
2013-06-07 08:51:37 -07:00
fogus
93e2d6b16d LATEX template 2013-06-07 11:47:15 -04:00
fogus
0809bf2fa9 First pass at LATEX gen. needs love 2013-06-07 11:46:29 -04:00
fogus
03c3ee00fe Starting Mustache integration, based on fork by @ogf 2013-06-07 11:46:06 -04:00
fogus
4dad3fcd5a Starting Mustache integration 2013-06-07 11:39:55 -04:00
fogus
7195993718 A couple of parser tests 2013-06-07 11:25:45 -04:00
Fogus
0c4520fdc4 Added EPL license 2013-05-30 08:52:21 -04:00
Fogus
2883a51c38 Added EPL license 2013-05-30 08:52:01 -04:00
Matt Hoffman
86f6c0a20d Very minor README update to add a note about lein2.
It tripped me up for a few minutes (being fairly new to leiningen), so I
thought it might be worth clarifying in the README.
2013-05-22 22:51:52 -04:00
fogus
90f3c1eb1f Resources packaged 2013-05-22 09:03:49 -04:00
fogus
46c4f474a3 Dev depends update 2013-05-22 08:52:19 -04:00
fogus
6a32f845f8 Peeps 2013-05-22 08:48:49 -04:00
fogus
80723d80cf Copyright 2013-05-22 08:45:43 -04:00
fogus
7ddb3c4795 Updates to app.js 2013-05-22 08:43:49 -04:00
fogus
c72af60ff4 Updates to app.js 2013-05-22 08:42:35 -04:00
fogus
93220b850d Fixed Lein line 2013-05-22 08:35:11 -04:00
fogus
e84168e6e2 Ignoration 2013-05-22 08:32:58 -04:00
Josh Tilles
3cd870c2b3 Replace outdated function 2013-05-22 08:32:24 -04:00
Josh Tilles
a337c36ae9 Remove dependency on contrib.java-utils
When I tried to do a `lein2 test` it broke. Uh oh. Time to go debug the tests… `delete-file-recursively` wasn't even in 1.2's `java-utils`, it was in `contrib.io`. Weird.
2013-05-22 08:31:11 -04:00
Fogus
f849fd342c Merge pull request #110 from wjlroe/fix-typo
Fix typo. prabably -> probably
2013-04-17 10:49:02 -07:00
Fogus
d0a0da4f83 Update project.clj 2013-03-05 08:13:43 -05:00
William Roe
a045171377 Fix typo. prabably -> probably 2012-08-09 21:32:41 +01:00
fogus
3566400ca3 Merge branch 'master' of github.com:fogus/marginalia 2012-06-09 08:40:57 -04:00
fogus
220db0a23a absorbing hiccup as a temp fix 2012-06-09 08:40:45 -04:00
Fogus
129dced020 Merge pull request #104 from x3n0n/master
Typo in documentation: s/Ouput/Output/
2012-06-08 11:28:06 -07:00
x3n0n
eb713b744f Update master 2012-06-08 10:54:47 -05:00
fogus
817be1685c Final v0.7.1 version 2012-06-08 11:33:53 -04:00
fogus
da861e5bcc Final v0.7.1 version 2012-06-08 11:31:59 -04:00
fogus
18d5b3560a Final v0.7.1 version 2012-06-08 11:30:10 -04:00
Fogus
ea83f4faa6 Update README.md 2012-04-12 15:59:11 -03:00
Fogus
0e0b4e414e Merge pull request #98 from teropa/master
Support for parsing symbol, char, boolean, regex, and nil inline literals
2012-04-12 11:57:12 -07:00
Tero Parviainen
1b944180de Support for parsing literal symbols, chars, booleans, regexes and nil 2012-04-12 17:20:56 +03:00
Fogus
a83216f37c Update README.md 2012-03-11 21:09:27 -03:00
fogus
faf31e5696 def form fix 2012-03-06 13:35:46 -05:00
fogus
bea17308e6 Closes #89 2012-03-06 13:06:43 -05:00
fogus
910c76d7cf Update to #88. LInk to release notes. 2012-03-06 13:01:38 -05:00
fogus
dcaa66116b Work for #88. First cut at README and release notes doc. 2012-03-06 13:00:28 -05:00
fogus
660e640f6c Closes #90. 2012-03-06 12:42:39 -05:00
fogus
678387cfc0 Fixes #90. Only string thing is docstring in ns form. 2012-03-06 12:37:10 -05:00
fogus
59394183f9 Fixes #90 2012-03-06 11:46:18 -05:00
fogus
bb2cb58bae Fixed #87. First, the if comparison in read-keyword was never true because a Character and an int were compared. Second, the call to readToken was passing in an int instead of a char and causing an IllegalArgExc 2012-03-06 10:54:42 -05:00
Fogus
bb036ffc91 Merge pull request #85 from grimradical/issue-0050-code-block-in-comments
Comment lines should preserve intermediate whitespace where possible.
2012-02-08 12:36:36 -08:00
fogus
94cc8e2ffe Removed floating TOC (for now) as it was very inconsistent 2012-02-08 14:27:20 -05:00
fogus
8780370415 Fixed metadoc on ns. Added a line number reporting error on parse problem. 2012-02-08 11:04:40 -05:00
Deepak Giridharagopal
699ebe460f Transforming comment lines to strings should preserve intermediate whitespace where possible.
Preserving whitespace allows for indentation-sensitive markdown constructs,
like code block, within comments.

Signed-off-by: Deepak Giridharagopal <deepak@puppetlabs.com>
2012-01-21 09:27:51 -08:00
Ivan Miskovic
4ffc4eba5b Added semi colons everywhere 2012-01-14 23:01:51 +13:00
Ivan Miskovic
dadce0a94c Put main code in window.load rather than document.ready and at bottom of page to play nice with syntax highlighter 2012-01-14 22:50:44 +13:00