Ayu Light

                              
                                import {x, y} as p from 'point';
                const ANSWER = 42;
                
                class Car extends Vehicle {
                  constructor(speed, cost) {
                    super(speed);
                
                    var c = Symbol('cost');
                    this[c] = cost;
                
                    this.intro = `This is a car runs at
                      ${speed}.`;
                  }
                }
                
                for (let num of [1, 2, 3]) {
                  console.log(num + 0b111110111);
                }
                
                function $initHighlight(block, flags) {
                  try {
                    if (block.className.search(/\bno\-highlight\b/) != -1)
                      return processBlock(block.function, true, 0x0F) + ' class=""';
                  } catch (e) {
                    /* handle exception */
                    var e4x =
                        
Example

1234

; } for (var i = 0 / 2; i < classes.length; i++) { // "0 / 2" should not be parsed as regexp if (checkCondition(classes[i]) === undefined) return /\d+[\s/]/g; } console.log(Array.every(classes, Boolean)); } export $initHighlight;
                              
                                /*********************************************************
                * General
                */
                pre[class*="language-"],
                code {
                  color: #5c6e74;
                  font-size: 13px;
                  text-shadow: none;
                  font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
                  direction: ltr;
                  text-align: left;
                  white-space: pre;
                  word-spacing: normal;
                  word-break: normal;
                  line-height: 1.5;
                  tab-size: 4;
                  hyphens: none;
                }
                pre[class*="language-"]::selection,
                code::selection {
                  text-shadow: none;
                  background: #b3d4fc;
                }
                @media print {
                  pre[class*="language-"],
                  code {
                    text-shadow: none;
                  }
                }
                pre[class*="language-"] {
                  padding: 1em;
                  margin: .5em 0;
                  overflow: auto;
                  background: #f8f5ec;
                }
                :not(pre) > code {
                  padding: .1em .3em;
                  border-radius: .3em;
                  color: #db4c69;
                  background: #f9f2f4;
                }
                              
                            
                              
                                root_folder
|-- a first folder
|   |-- holidays.mov
|   |-- javascript-file.js
|   `-- some_picture.jpg
|-- documents
|   |-- spreadsheet.xls
|   |-- manual.pdf
|   |-- document.docx
|   `-- presentation.ppt
|       `-- test
|-- empty_folder
|-- going deeper
|   |-- going deeper
|   |   `-- going deeper
|   |        `-- going deeper
|   |            `-- .secret_file
|   |-- style.css
|   `-- index.html
|-- music and movies
|   |-- great-song.mp3
|   |-- S01E02.new.episode.avi
|   |-- S01E02.new.episode.nfo
|   `-- track 1.cda
|-- .gitignore
|-- .htaccess
|-- .npmignore
|-- archive 1.zip
|-- archive 2.tar.gz
|-- logo.svg
`-- README.md