<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/admin/notes/tree-sitter/starter-guide, branch scratch/obarray</title>
<subtitle>Emacs is the extensible, customizable, self-documenting real-time display editor. 
</subtitle>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/'/>
<entry>
<title>; * admin/notes/tree-sitter/starter-guide: Update starter-guide.</title>
<updated>2023-03-18T21:15:43+00:00</updated>
<author>
<name>Yuan Fu</name>
</author>
<published>2023-03-18T21:13:31+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=e84f878e19a892f66a1659c45e9f9b96e375b016'/>
<id>e84f878e19a892f66a1659c45e9f9b96e375b016</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>; * admin/notes/tree-sitter/starter-guide: Typos.</title>
<updated>2023-02-10T15:24:45+00:00</updated>
<author>
<name>Basil L. Contovounesios</name>
</author>
<published>2023-02-10T15:24:45+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=10af9fbcad107ae76f50d408e0d6d04e082cc6d8'/>
<id>10af9fbcad107ae76f50d408e0d6d04e082cc6d8</id>
<content type='text'>
Reported by Romanos Skiadas &lt;rom.skiad@gmail.com&gt;.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reported by Romanos Skiadas &lt;rom.skiad@gmail.com&gt;.
</pre>
</div>
</content>
</entry>
<entry>
<title>Tree-sitter doc fixes (bug#60524)</title>
<updated>2023-01-04T07:57:06+00:00</updated>
<author>
<name>Juri Linkov</name>
</author>
<published>2023-01-04T07:57:06+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=6b5831c6964873025dabfb924bd23dfc72138c5d'/>
<id>6b5831c6964873025dabfb924bd23dfc72138c5d</id>
<content type='text'>
* doc/lispref/modes.texi (Parser-based Font Lock):
Replace :lang with :language.

* doc/lispref/parsing.texi (Language Grammar): Replace
treesit-load-suffixes with dynamic-library-suffixes.
(Retrieving Nodes): Fix function names.
(Tree-sitter Major Modes): Fix treesit-ready-p args.
Fix pxref to Parser-based Indentation.
(Tree-sitter C API): Fix function names.

* lisp/treesit.el (treesit--simple-indent-eval): Remove cond BODY
duplicated from CONDITION.
(treesit)&lt;define-short-documentation-group&gt;: Fix function names.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/lispref/modes.texi (Parser-based Font Lock):
Replace :lang with :language.

* doc/lispref/parsing.texi (Language Grammar): Replace
treesit-load-suffixes with dynamic-library-suffixes.
(Retrieving Nodes): Fix function names.
(Tree-sitter Major Modes): Fix treesit-ready-p args.
Fix pxref to Parser-based Indentation.
(Tree-sitter C API): Fix function names.

* lisp/treesit.el (treesit--simple-indent-eval): Remove cond BODY
duplicated from CONDITION.
(treesit)&lt;define-short-documentation-group&gt;: Fix function names.
</pre>
</div>
</content>
</entry>
<entry>
<title>; * admin/notes/tree-sitter/starter-guide (Indent): Minor fix.</title>
<updated>2022-12-10T04:55:43+00:00</updated>
<author>
<name>Yuan Fu</name>
</author>
<published>2022-12-10T04:55:43+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=5a092c8e461c4e72aee16bd2884feb824de3bf3a'/>
<id>5a092c8e461c4e72aee16bd2884feb824de3bf3a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>; Fix typos in tree-sitter files</title>
<updated>2022-11-22T03:40:49+00:00</updated>
<author>
<name>Juanma Barranquero</name>
</author>
<published>2022-11-22T03:40:49+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=ea73fd69f0c6251ad9b8fc8267ce0fa68495715e'/>
<id>ea73fd69f0c6251ad9b8fc8267ce0fa68495715e</id>
<content type='text'>
* admin/notes/tree-sitter/starter-guide (Font-lock)
(Debugging queries, Indent, Navigation, Which-func)
(More features?):
* lisp/treesit.el (treesit--merge-ranges)
(treesit-font-lock-feature-list, treesit-font-lock-rules)
(treesit-font-lock-fontify-region, treesit--font-lock-notifier)
(treesit-simple-indent-presets, treesit--font-lock-fast-mode)
(treesit--indent-region-batch-size)
(treesit--indent-rules-optimize, treesit-ready-p): Fix typos.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* admin/notes/tree-sitter/starter-guide (Font-lock)
(Debugging queries, Indent, Navigation, Which-func)
(More features?):
* lisp/treesit.el (treesit--merge-ranges)
(treesit-font-lock-feature-list, treesit-font-lock-rules)
(treesit-font-lock-fontify-region, treesit--font-lock-notifier)
(treesit-simple-indent-presets, treesit--font-lock-fast-mode)
(treesit--indent-region-batch-size)
(treesit--indent-rules-optimize, treesit-ready-p): Fix typos.
</pre>
</div>
</content>
</entry>
<entry>
<title>; Fix typos</title>
<updated>2022-11-22T01:24:20+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2022-11-21T14:39:43+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=40539c7587dc474b424cff732973fe8958eadf14'/>
<id>40539c7587dc474b424cff732973fe8958eadf14</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>; Update tree-sitter starter guide</title>
<updated>2022-11-21T21:33:03+00:00</updated>
<author>
<name>Yuan Fu</name>
</author>
<published>2022-11-21T21:33:03+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=eb1a35adc1c5a1a9d14ec8594580c5eb0e3d28fe'/>
<id>eb1a35adc1c5a1a9d14ec8594580c5eb0e3d28fe</id>
<content type='text'>
* admin/notes/tree-sitter/starter-guide: Reflect recent changes.
* admin/notes/tree-sitter/html-manual/Using-Parser.html:
* admin/notes/tree-sitter/html-manual/Tree_002dsitter-C-API.html:
* admin/notes/tree-sitter/html-manual/Parsing-Program-Source.html:
* admin/notes/tree-sitter/html-manual/Parser_002dbased-Indentation.html:
* admin/notes/tree-sitter/html-manual/Parser_002dbased-Font-Lock.html:
* admin/notes/tree-sitter/html-manual/Multiple-Languages.html:
* admin/notes/tree-sitter/html-manual/Language-Definitions.html: Update.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* admin/notes/tree-sitter/starter-guide: Reflect recent changes.
* admin/notes/tree-sitter/html-manual/Using-Parser.html:
* admin/notes/tree-sitter/html-manual/Tree_002dsitter-C-API.html:
* admin/notes/tree-sitter/html-manual/Parsing-Program-Source.html:
* admin/notes/tree-sitter/html-manual/Parser_002dbased-Indentation.html:
* admin/notes/tree-sitter/html-manual/Parser_002dbased-Font-Lock.html:
* admin/notes/tree-sitter/html-manual/Multiple-Languages.html:
* admin/notes/tree-sitter/html-manual/Language-Definitions.html: Update.
</pre>
</div>
</content>
</entry>
<entry>
<title>; Update guides in /admin/notes/tree-sitter</title>
<updated>2022-11-03T18:43:44+00:00</updated>
<author>
<name>Yuan Fu</name>
</author>
<published>2022-11-03T18:41:42+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=5416ae5990337f5fb2b3e0fbf9c4575508da808e'/>
<id>5416ae5990337f5fb2b3e0fbf9c4575508da808e</id>
<content type='text'>
* admin/notes/tree-sitter/html-manual/Language-Definitions.html
* admin/notes/tree-sitter/html-manual/Multiple-Languages.html
* admin/notes/tree-sitter/html-manual/Parser_002dbased-Font-Lock.html
* admin/notes/tree-sitter/html-manual/Parser_002dbased-Indentation.html
* admin/notes/tree-sitter/html-manual/Parsing-Program-Source.html
* admin/notes/tree-sitter/html-manual/Pattern-Matching.html
* admin/notes/tree-sitter/html-manual/Retrieving-Node.html
* admin/notes/tree-sitter/html-manual/Tree_002dsitter-C-API.html
* admin/notes/tree-sitter/html-manual/Using-Parser.html
* admin/notes/tree-sitter/starter-guide: Update to reflect changes
made recently.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* admin/notes/tree-sitter/html-manual/Language-Definitions.html
* admin/notes/tree-sitter/html-manual/Multiple-Languages.html
* admin/notes/tree-sitter/html-manual/Parser_002dbased-Font-Lock.html
* admin/notes/tree-sitter/html-manual/Parser_002dbased-Indentation.html
* admin/notes/tree-sitter/html-manual/Parsing-Program-Source.html
* admin/notes/tree-sitter/html-manual/Pattern-Matching.html
* admin/notes/tree-sitter/html-manual/Retrieving-Node.html
* admin/notes/tree-sitter/html-manual/Tree_002dsitter-C-API.html
* admin/notes/tree-sitter/html-manual/Using-Parser.html
* admin/notes/tree-sitter/starter-guide: Update to reflect changes
made recently.
</pre>
</div>
</content>
</entry>
<entry>
<title>* admin/notes/tree-sitter/starter-guide (Navigation): Improve demo.</title>
<updated>2022-10-10T18:00:51+00:00</updated>
<author>
<name>Yuan Fu</name>
</author>
<published>2022-10-10T18:00:51+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=2f6b017e3dc646d317b56fb453c90aaa44c27089'/>
<id>2f6b017e3dc646d317b56fb453c90aaa44c27089</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add note on tree-sitter's naming convention</title>
<updated>2022-10-10T00:20:26+00:00</updated>
<author>
<name>Yuan Fu</name>
</author>
<published>2022-10-08T01:06:04+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=9f7c359f4023570616c9961487069ba1122a5bb0'/>
<id>9f7c359f4023570616c9961487069ba1122a5bb0</id>
<content type='text'>
* admin/notes/tree-sitter/starter-guide: Add note.
* doc/lispref/parsing.texi: Add note.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* admin/notes/tree-sitter/starter-guide: Add note.
* doc/lispref/parsing.texi: Add note.
</pre>
</div>
</content>
</entry>
</feed>
