Skip to content

Commit adbe29c

Browse files
committed
Merge pull request #198 from vird/patch-1
iced coffee script loader support
2 parents bd9dfb8 + 94cfeba commit adbe29c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/parser.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ var deindent = require('de-indent')
77
var splitRE = /\r?\n/g
88
var emptyRE = /^\s*$/
99
var commentSymbols = {
10+
'iced': '#',
11+
'iced-jsx': '#',
12+
'iced-redux': '#',
1013
'coffee': '#',
1114
'coffee-jsx': '#',
1215
'coffee-redux': '#',

0 commit comments

Comments
 (0)