-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
232 lines (176 loc) · 7.31 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
<!DOCTYPE html>
<html>
<head>
<meta name="generator" content="Hugo 0.92.2" />
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta name="revised" content="2023-02-11T09:54:08 UTC">
<title>Tree-sitter :: Emacs Tree-sitter</title>
<link rel="shortcut icon" href="/images/favicon.png" type="image/x-icon" />
<link href="/css/nucleus.css" rel="stylesheet">
<link href="/css/font-awesome.min.css" rel="stylesheet">
<link href="/css/hybrid.css" rel="stylesheet">
<link href="/css/featherlight.min.css" rel="stylesheet">
<link href="/css/auto-complete.css" rel="stylesheet">
<link href="/theme-original/style.css" rel="stylesheet">
<link rel="stylesheet" href="/css/bootstrap.min.css">
<script src="/js/jquery-2.x.min.js"></script>
<style type="text/css">
:root #header + #content > #left > #rlblock_left {
display:none !important;
}
</style>
<link rel="stylesheet" href="https://emacs-tree-sitter.github.io/css/syntax.css">
<link rel="stylesheet" href="https://emacs-tree-sitter.github.io/css/xxx.css">
<script type="application/javascript">
var doNotTrack = false;
if (!doNotTrack) {
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
ga('create', 'UA-138609797-2', 'auto');
ga('send', 'pageview');
}
</script>
<script async src='https://www.google-analytics.com/analytics.js'></script>
<script type="text/javascript">
(function(c,l,a,r,i,t,y){
c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
})(window, document, "clarity", "script", "fshg961bfx");
</script>
</head>
<body data-url="/">
<div id="headermain"></div>
<nav id="sidebar" class="">
<div class="highlightable">
<div id="header-wrapper">
<div id="header">
<img src="https://emacs-tree-sitter.github.io/img/emacs-tree-sitter-96x96.png" alt="logo">
</div>
<div class="searchbox">
<label for="search-by"><i class="fa fa-search"></i></label>
<input data-search-input id="search-by" type="text" placeholder="Search...">
<span data-search-clear=""><i class="fa fa-close"></i></span>
</div>
<script type="text/javascript" src="/js/lunr.min.js"></script>
<script type="text/javascript" src="/js/auto-complete.js"></script>
<script type="text/javascript">
var baseurl = "https:\/\/emacs-tree-sitter.github.io";
</script>
<script type="text/javascript" src="/js/search.js"></script>
</div>
<ul class="topics">
<li data-nav-id="/" class="dd-item">
<a href="/"><i class="fa fa-fw fa-home"></i></a>
</li>
<li data-nav-id="https://emacs-tree-sitter.github.io/installation/" class="dd-item">
<a href="/installation/">
Installation
</a>
</li>
<li data-nav-id="https://emacs-tree-sitter.github.io/getting-started/" class="dd-item">
<a href="/getting-started/">
Getting Started
</a>
</li>
<li data-nav-id="https://emacs-tree-sitter.github.io/languages/" class="dd-item">
<a href="/languages/">
Languages
</a>
</li>
<li data-nav-id="https://emacs-tree-sitter.github.io/syntax-highlighting/" class="dd-item alwaysopen haschildren
">
<a href="/syntax-highlighting/">Syntax Highlighting</a>
<i class="fa fa-angle-down fa-lg category-icon"></i>
<ul>
<li data-nav-id="https://emacs-tree-sitter.github.io/syntax-highlighting/queries/" class="dd-item">
<a href="/syntax-highlighting/queries/">
Queries
</a>
</li>
<li data-nav-id="https://emacs-tree-sitter.github.io/syntax-highlighting/customization/" class="dd-item">
<a href="/syntax-highlighting/customization/">
Customization
</a>
</li>
<li data-nav-id="https://emacs-tree-sitter.github.io/syntax-highlighting/interface-for-modes/" class="dd-item">
<a href="/syntax-highlighting/interface-for-modes/">
Interface for Modes
</a>
</li>
</ul>
</li>
<li data-nav-id="https://emacs-tree-sitter.github.io/api/" class="dd-item alwaysopen haschildren
">
<a href="/api/">Core APIs</a>
<i class="fa fa-angle-down fa-lg category-icon"></i>
<ul>
<li data-nav-id="https://emacs-tree-sitter.github.io/api/parsing/" class="dd-item">
<a href="/api/parsing/">
Parsing
</a>
</li>
<li data-nav-id="https://emacs-tree-sitter.github.io/api/inspecting/" class="dd-item">
<a href="/api/inspecting/">
Inspecting
</a>
</li>
<li data-nav-id="https://emacs-tree-sitter.github.io/api/walking/" class="dd-item">
<a href="/api/walking/">
Walking
</a>
</li>
<li data-nav-id="https://emacs-tree-sitter.github.io/api/querying/" class="dd-item">
<a href="/api/querying/">
Querying
</a>
</li>
</ul>
</li>
<li data-nav-id="https://emacs-tree-sitter.github.io/tree-sitter-mode/" class="dd-item">
<a href="/tree-sitter-mode/">
Tree-sitter Minor Mode
</a>
</li>
<hr />
<li></li>
</ul>
<section id="footer">
</section>
</div>
</nav>
<section id="body">
<div id="overlay"></div>
<div class="padding highlightable">
<div id="body-inner">
<span id="sidebar-toggle-span">
<a href="#" id="sidebar-toggle" data-sidebar-toggle=""><i class="fa fa-bars"></i> navigation</a>
</span>
<p>For Emacs 29+, please use <a href="https://lists.gnu.org/archive/html/emacs-devel/2022-11/msg01443.html">the built-in integration</a> instead.</p>
<p><code>tree-sitter</code> is an Emacs binding for <a href="https://tree-sitter.github.io/">Tree-sitter</a>, an incremental parsing system.</p>
<p>It aims to be the foundation for a new breed of Emacs packages that understand code structurally. For example:</p>
<ul>
<li>Faster, fine-grained code highlighting.</li>
<li>More flexible code folding.</li>
<li>Structural editing (like Paredit, or even better) for non-Lisp code.</li>
<li>More informative indexing for imenu.</li>
</ul>
<p>The author of Tree-sitter articulated its merits a lot better in this <a href="https://www.thestrangeloop.com/2018/tree-sitter---a-new-parsing-system-for-programming-tools.html">Strange Loop talk</a>.</p>
<footer class=" footline" >
</footer>
</div>
</div>
<div id="navigation">
<a class="nav nav-next" href="/installation/" title="Installation" style="margin-right: 0px;"><label>Installation</label><i class="fa fa-chevron-right"></i></a></div>
</section>
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div>
<script src="/js/clipboard.min.js"></script>
<script src="/js/featherlight.min.js"></script>
<script src="/js/html5shiv-printshiv.min.js"></script>
<script src="/js/modernizr.custom.71422.js"></script>
<script src="/js/docdock.js"></script>
<script src="/theme-original/script.js"></script>
</body>
</html>