<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/admin/notes/tree-sitter/starter-guide, branch scratch/split-package.el</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>Minor copyedits in tree-sitter starting guide</title>
<updated>2024-07-21T20:21:11+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2024-07-21T19:13:20+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=85773ab9771d4a382c6313803d0ffb91d379e86d'/>
<id>85773ab9771d4a382c6313803d0ffb91d379e86d</id>
<content type='text'>
* admin/notes/tree-sitter/starter-guide: Minor copyedits.
Reflow some paragraphs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* admin/notes/tree-sitter/starter-guide: Minor copyedits.
Reflow some paragraphs.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update tag for prebuilt tree-sitter grammars</title>
<updated>2024-07-21T19:07:19+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2024-07-21T19:07:19+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=2dacec1609a2858ad932fb766d2fb77e3bdeb23f'/>
<id>2dacec1609a2858ad932fb766d2fb77e3bdeb23f</id>
<content type='text'>
* admin/notes/tree-sitter/starter-guide: Update tag for prebuilt
tree-sitter grammars to point to 2.4.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* admin/notes/tree-sitter/starter-guide: Update tag for prebuilt
tree-sitter grammars to point to 2.4.
</pre>
</div>
</content>
</entry>
<entry>
<title>; Fix typos</title>
<updated>2024-07-18T09:46:50+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2024-07-07T15:40:31+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=a6cab228d4d1a82a80eac81b057857a230eef0b5'/>
<id>a6cab228d4d1a82a80eac81b057857a230eef0b5</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: 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>
</feed>
