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:
parent
4603f2d9ca
commit
3f86b660ed
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user