Create custom ace javascript mode to handle Function sig

Fixes #1911
This commit is contained in:
Nick O'Leary
2018-10-02 23:01:34 +01:00
parent 2a50c66df8
commit b2f50da322
9 changed files with 317 additions and 3 deletions

View File

@@ -369,6 +369,12 @@ module.exports = function(grunt) {
{
src: 'CHANGELOG.md',
dest: 'packages/node_modules/@node-red/editor-client/public/red/about'
},
{
cwd: 'packages/node_modules/@node-red/editor-client/src/ace/bin/',
src: '**',
expand: true,
dest: 'packages/node_modules/@node-red/editor-client/public/vendor/ace/'
}
]
}