|
1 | 1 | <head> |
2 | 2 | <meta charset="utf-8"> |
3 | 3 | <title>tree-sitter THE_LANGUAGE_NAME</title> |
4 | | - <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.45.0/codemirror.min.css"> |
5 | | - <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/clusterize.js/0.18.0/clusterize.min.css"> |
6 | | - <link rel="icon" type="image/png" href="https://tree-sitter.github.io/tree-sitter/assets/images/favicon-32x32.png" sizes="32x32" /> |
7 | | - <link rel="icon" type="image/png" href="https://tree-sitter.github.io/tree-sitter/assets/images/favicon-16x16.png" sizes="16x16" /> |
| 4 | + <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/codemirror/6.65.7/codemirror.min.css"> |
| 5 | + <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/clusterize.js/0.19.0/clusterize.min.css"> |
| 6 | + <link rel="icon" type="image/png" href="https://tree-sitter.github.io/tree-sitter/assets/images/favicon-32x32.png" |
| 7 | + sizes="32x32" /> |
| 8 | + <link rel="icon" type="image/png" href="https://tree-sitter.github.io/tree-sitter/assets/images/favicon-16x16.png" |
| 9 | + sizes="16x16" /> |
8 | 10 | </head> |
9 | 11 |
|
10 | 12 | <body> |
|
19 | 21 | <input id="logging-checkbox" type="checkbox"></input> |
20 | 22 | </div> |
21 | 23 |
|
| 24 | + <div class=header-item> |
| 25 | + <label for="anonymous-nodes-checkbox">show anonymous nodes</label> |
| 26 | + <input id="anonymous-nodes-checkbox" type="checkbox"></input> |
| 27 | + </div> |
| 28 | + |
22 | 29 | <div class=header-item> |
23 | 30 | <label for="query-checkbox">query</label> |
24 | 31 | <input id="query-checkbox" type="checkbox"></input> |
|
55 | 62 | </main> |
56 | 63 | </div> |
57 | 64 |
|
58 | | - <script |
59 | | - src="https://code.jquery.com/jquery-3.3.1.min.js" |
60 | | - crossorigin="anonymous"> |
| 65 | + <script src="https://code.jquery.com/jquery-3.3.1.min.js" crossorigin="anonymous"> |
61 | 66 | </script> |
62 | 67 |
|
63 | | - <script src="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.45.0/codemirror.min.js"></script> |
64 | | - <script src="https://cdnjs.cloudflare.com/ajax/libs/clusterize.js/0.18.0/clusterize.min.js"></script> |
| 68 | + <script src="https://cdnjs.cloudflare.com/ajax/libs/codemirror/6.65.7/codemirror.min.js"></script> |
| 69 | + <script src="https://cdnjs.cloudflare.com/ajax/libs/clusterize.js/0.19.0/clusterize.min.js"></script> |
65 | 70 |
|
66 | 71 | <script>LANGUAGE_BASE_URL = "";</script> |
67 | 72 | <script src=tree-sitter.js></script> |
|
103 | 108 | flex-direction: column; |
104 | 109 | } |
105 | 110 |
|
106 | | - #code-container, #query-container { |
| 111 | + #code-container, |
| 112 | + #query-container { |
107 | 113 | flex: 1; |
108 | 114 | position: relative; |
109 | 115 | overflow: hidden; |
|
0 commit comments