Relax the `fileType` function to permit Monaco (and ACE) to work with more file types
Steve-Mcl opened this issue · 2 comments
Steve-Mcl commented
Software | Version |
---|---|
Node.JS | All |
npm | NA |
Node-RED | ALL |
uibuilder node | 3.0.0 |
OS | All |
Browser | All |
Hi Julian, as discussed here, is it possible you can relax the fileType
function to permit Monaco (and ACE) to work with more file types?
TotallyInformation commented
The function that does the work is here:
node-red-contrib-uibuilder/nodes/uibuilder.html
Lines 185 to 218 in 35453e6
I will change the default entry to return the fext
value rather than 'text'.
Assuming that doesn't create any issues, it will be incorporated into the next release.
TotallyInformation commented