1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Add CSS hilighting to the template node (#950)

This can be useful when using the template node to create frontends, see this post:
https://groups.google.com/d/msg/node-red/q4DKaX87Ano/Xa1mLpOdAwAJ

Thanks !
This commit is contained in:
Nathanaël Lécaudé 2016-08-01 17:32:02 -04:00 committed by Nick O'Leary
parent 4603f2d9ca
commit 3f86b660ed

View File

@ -34,6 +34,7 @@
<option value="html">HTML</option>
<option value="json">JSON</option>
<option value="javascript">Javascript</option>
<option value="css">CSS</option>
<option value="markdown">Markdown</option>
<option value="text">none</option>
</select>