├── README.md └── index.html /README.md: -------------------------------------------------------------------------------- 1 | # CodeEditor 2 | Playing around with code editors 3 | -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Code Editors 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 24 | 25 | 26 |
27 |

Code Editors

28 |

Monaco Editor

29 | 30 |
31 |

ACE Editor

32 |
function foo(items) { 33 | var x = "All this is syntax highlighted"; 34 | return x; 35 | }
36 |

Blockly Editor

37 |
38 | 46 |
47 | 48 | 49 | 82 | 83 | 84 | --------------------------------------------------------------------------------