]> git.eshelyaron.com Git - emacs.git/commit
Allow filter by tag in treesit-parser-list
authorYuan Fu <casouri@gmail.com>
Tue, 5 Sep 2023 06:45:21 +0000 (23:45 -0700)
committerYuan Fu <casouri@gmail.com>
Wed, 6 Sep 2023 04:03:37 +0000 (21:03 -0700)
commitcf0986401cee914207e2d81febf62189f74ab40d
tree5337d011c2df5b7513feb8fa8a69411524d72989
parent686d4ddb87ca2d87bfc0cd8a29ac84decab90ff6
Allow filter by tag in treesit-parser-list

* doc/lispref/parsing.texi: Update manual.
* src/treesit.c (Ftreesit_parser_create): Disallow using t for tag.
(Ftreesit_parser_list): Add LANGUAGE and TAG parameter.
doc/lispref/parsing.texi
src/treesit.c