Support for åäö and minus in text

This commit is contained in:
knsv
2014-11-12 07:35:44 +01:00
parent d158a13566
commit e7cb84b1d9
13 changed files with 3134 additions and 37 deletions

View File

@@ -11,4 +11,9 @@ gulp.task('jison2', function() {
gulp.task('jison', shell.task([
'jison src/parser/mermaid.jison -o src/parser/mermaid.js',
'source scripts/compileJison.sh'
]))
gulp.task('jison2', shell.task([
'jison src/parser/flow.jison -o src/parser/flow.js',
'source scripts/compileFlow.sh'
]))