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 | ├── README.md └── index.html /README.md: -------------------------------------------------------------------------------- 1 | # CodeEditor 2 | Playing around with code editors 3 | -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | 5 | 6 |