diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2022-12-26 10:43:57 +0100 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2022-12-31 12:43:32 +0100 |
commit | 9292f595a71870eec1ffdfd187b859cc990c2f0b (patch) | |
tree | 1068180db18bc10359ed9e18dd7616ce6072923e /admin/notes/tree-sitter | |
parent | 43c7e05a2acadf1ba3ff24fba1706317e347a2ac (diff) | |
download | emacs-9292f595a71870eec1ffdfd187b859cc990c2f0b.tar.gz emacs-9292f595a71870eec1ffdfd187b859cc990c2f0b.tar.bz2 emacs-9292f595a71870eec1ffdfd187b859cc990c2f0b.zip |
; Fix typos
Diffstat (limited to 'admin/notes/tree-sitter')
-rw-r--r-- | admin/notes/tree-sitter/html-manual/Parser_002dbased-Indentation.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/notes/tree-sitter/html-manual/Parser_002dbased-Indentation.html b/admin/notes/tree-sitter/html-manual/Parser_002dbased-Indentation.html index 95005de6d11..1d48398bbce 100644 --- a/admin/notes/tree-sitter/html-manual/Parser_002dbased-Indentation.html +++ b/admin/notes/tree-sitter/html-manual/Parser_002dbased-Indentation.html @@ -240,7 +240,7 @@ expression <code>treesit-comment-start</code> (see <a href="Tree_002dsitter-majo the comment node. </p> </dd> -<dt id='index-coment_002dstart_002dskip'><span><code>coment-start-skip</code><a href='#index-coment_002dstart_002dskip' class='copiable-anchor'> ¶</a></span></dt> +<dt id='index-coment_002dstart_002dskip'><span><code>comment-start-skip</code><a href='#index-coment_002dstart_002dskip' class='copiable-anchor'> ¶</a></span></dt> <dd><p>This anchor is a function that is called with 3 arguments: <var>node</var>, <var>parent</var>, and <var>bol</var>, and returns the position after the comment-start token and any whitespace characters following that |