]> git.eshelyaron.com Git - emacs.git/commit
Make treesit-language-remap-alist completely transparent (bug#72388)
authorYuan Fu <casouri@gmail.com>
Mon, 20 Jan 2025 06:34:11 +0000 (22:34 -0800)
committerEshel Yaron <me@eshelyaron.com>
Mon, 20 Jan 2025 18:51:30 +0000 (19:51 +0100)
commitf8a7c982b138b892fb94e7dbf7f9ba7348a3065d
tree1c97cb6aa9e0795c54ce4f735f01a172cea4712c
parent038278d5438c570b2efd85a1ca0b84e6f8b3d069
Make treesit-language-remap-alist completely transparent (bug#72388)

* doc/lispref/parsing.texi (Using Parser): Update manual.
* src/treesit.c (Ftreesit_parser_create): Use the LANGUAGE
argument given as the language for the parser, not the actual
language.

(cherry picked from commit 458135155675a29a2c064998afc0cb416cd38b52)
doc/lispref/parsing.texi
src/treesit.c