Граф коммитов

157 Коммитов

Автор SHA1 Сообщение Дата
Darcy Clarke c548838381 Merge pull request #55 from romuloctba/patch-2
adds logo above logo link
2015-05-04 22:29:47 -04:00
Andreas Haller b2e203d602 Add DSS.alias(newName, oldName) to alias a parser.
This is useful for example if you want to add a new multiline parser that should just behave like the existing “markup” parser:
dss.alias(“code”, “markup”)

To make this example work, a parser function has to know the name of the current parser, so we need to pass it as an additional parameter.
2015-03-18 10:51:42 +01:00
RcDev f53d6aa8ce addes logo above logo link
I guess there's a reason why you didn't do that, but i cant resist
2015-03-01 15:42:30 -03:00
Darcy Clarke f3fe2fbe95 Merge branch 'master' of https://github.com/darcyclarke/DSS 2014-05-13 12:50:59 -04:00
Darcy Clarke 2f6528e8e3 Bump version 2014-05-13 12:44:43 -04:00
Darcy Clarke 36cae4dd81 Merge pull request #49 from jthiller/patch-2
JSON Syntax highlighting for the Generated Object
2014-03-18 17:44:22 -04:00
Joey Hiller c64d84713e JSON Syntax highlighting for the Generated Object 2014-02-26 08:41:40 -08:00
Darcy Clarke abd440ee36 Merge pull request #48 from actum/keep-indentation-in-multiline-markup
Keep indentation in multiline markup
2014-02-16 19:20:21 -05:00
Jan Panschab fe03d1ab62 keep indentation in multiline markup 2014-02-13 16:32:32 +01:00
Darcy Clarke c7e28a3774 Add note about Sublime Text auto-complete comment block plugin 2014-01-06 23:25:19 -05:00
Darcy Clarke cebfe1dfdb Merge pull request #47 from pchen/master
If an additional parser is added after @markup in a comment block...
2013-12-31 09:30:53 -08:00
Pearl Chen 0b0eaa4b3e If an additional parser is added after @markup in a comment block, @markup lumps it together. Added in a check to fix this. 2013-12-27 21:19:59 -05:00
Shane 7fd92eabc0 Merge pull request #44 from darcyclarke/bug/fix-whitespace-in-markup
add newlines back in markup
2013-03-19 17:42:18 -07:00
Shane Jonas 75983cbb9f add newlines back in markup 2013-03-19 20:41:07 -04:00
darcyclarke 577ab9650c Update _dss reference 2013-03-19 17:41:19 -04:00
darcyclarke a06c0ac144 Bump version 2013-03-19 17:21:54 -04:00
darcyclarke c6816604e8 Move parsers outside of closure 2013-03-19 17:20:25 -04:00
Darcy Clarke c9a585776d Merge pull request #43 from darcyclarke/develop
Update language in readme
2013-03-17 22:01:04 -07:00
darcyclarke 933f32198f Update language in readme 2013-03-18 00:57:30 -04:00
Darcy Clarke a3b678c8d8 Merge pull request #42 from darcyclarke/develop
Add information about using DSS parsers
2013-03-17 21:48:13 -07:00
darcyclarke dd27e0cc86 Updated readme with link to grunt-dss and some more information about modifying or creating new parsers 2013-03-18 00:42:54 -04:00
Darcy Clarke a3ab87b09c Merge pull request #41 from darcyclarke/develop
Slight modifications to dss.js
2013-03-17 21:04:05 -07:00
darcyclarke c0e3bbb02d Fix capitalization in package.json 2013-03-18 00:03:57 -04:00
Darcy Clarke 7257b9f585 Merge pull request #40 from darcyclarke/develop
Remove jshint
2013-03-17 21:00:37 -07:00
darcyclarke 8d95205306 Slight modifications to dss.js 2013-03-18 00:00:23 -04:00
darcyclarke 3b4f39df3f Removed jshint 2013-03-17 23:57:11 -04:00
darcyclarke ec186dc9d3 Merge... 2013-03-17 23:53:29 -04:00
darcyclarke a91cc9d2a8 Fix up readme 2013-03-17 23:46:59 -04:00
darcyclarke d517ac0790 Removed build tasks which are specific to the grunt task and the grunt repo 2013-03-17 23:45:52 -04:00
darcyclarke b7e3c98794 WIP modular refactor 2013-03-17 23:36:36 -04:00
darcyclarke e1c680ab72 Seperated parsing from build steps to help with modularization 2013-03-16 19:15:44 -04:00
darcyclarke 5d4ec7d0fd Fixed up default template to correct state markup examples 2013-03-15 12:33:23 -04:00
darcyclarke c67e5fccb7 Fixed merge conflict 2013-03-15 12:31:53 -04:00
Darcy Clarke 2aa08d6fb6 Merge pull request #36 from darcyclarke/develop
Added stylus example and support and updated readme
2013-03-15 09:26:33 -07:00
Darcy Clarke 308468da85 Merge pull request #35 from darcyclarke/patch/travis-badge
Adds Travis build status badge (pass/fail/error)
2013-03-15 09:22:00 -07:00
darcyclarke f9b648686c Modified readme 2013-03-15 12:20:38 -04:00
darcyclarke 67804b265d Modified readme, added new stylus example as we now support it as well 2013-03-15 12:18:14 -04:00
Jeff Jewiss 7edd41a7c9 Adds Travis build status badge (pass/fail/error) 2013-03-15 12:07:15 -04:00
darcyclarke 5b0bee6367 Small changes to CSS and parsing 2013-03-15 11:49:48 -04:00
Darcy Clarke 56715e1256 Merge pull request #33 from darcyclarke/patch/travis
Adds settings for travis to run tests
2013-03-15 08:34:09 -07:00
Darcy Clarke 5170c9282b Merge pull request #32 from darcyclarke/bug/fix-clean
add clean to default grunt task
2013-03-15 08:33:52 -07:00
Jeff Jewiss c42d519c12 Adds settings for travis to run tests 2013-03-15 10:18:12 -04:00
Shane Jonas 93534557c2 add clean to default grunt task
add clean to package.json
2013-03-15 09:51:36 -04:00
darcyclarke 2246280c1a Fixed state parser, added some more styling to example docs and modified the mustache template 2013-03-15 03:06:05 -04:00
Darcy Clarke d292863e5a Merge pull request #31 from darcyclarke/develop
Fixed markup, sass, scss and less parsing
2013-03-14 20:18:33 -07:00
darcyclarke da45522be0 Fixed markup, sass, less and scss parsing issues 2013-03-14 23:14:15 -04:00
darcyclarke 0334a9edab Fixed block parsing 2013-03-14 20:27:54 -04:00
Darcy Clarke 275e2b6413 Merge pull request #28 from darcyclarke/tests-setup
Tests setup
2013-03-14 16:00:40 -07:00
Darcy Clarke 6845ca4296 Merge pull request #27 from darcyclarke/patch-1
Readme typos
2013-03-14 15:58:57 -07:00
Jeff Jewiss 1c78da85d3 Fixes jshint tasks dir 2013-03-14 18:50:41 -04:00