We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bd9dfb8 + 94cfeba commit adbe29cCopy full SHA for adbe29c
lib/parser.js
@@ -7,6 +7,9 @@ var deindent = require('de-indent')
7
var splitRE = /\r?\n/g
8
var emptyRE = /^\s*$/
9
var commentSymbols = {
10
+ 'iced': '#',
11
+ 'iced-jsx': '#',
12
+ 'iced-redux': '#',
13
'coffee': '#',
14
'coffee-jsx': '#',
15
'coffee-redux': '#',
0 commit comments