mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-05 22:20:24 -08:00
Link to Tree-sitter parser sources from compatibility report
* admin/tree-sitter/treesit-admin.el (treesit-admin--generate-compatibility-report): Add a link to the source URL (bug#78848).
This commit is contained in:
parent
96858b9ced
commit
438a4cf673
1 changed files with 3 additions and 2 deletions
|
|
@ -517,8 +517,9 @@ EMACS-EXECUTABLES is a list of Emacs executables to check for."
|
|||
(insert (format "<th>%s</th>" emacs-version)))
|
||||
(insert "</tr>\n")
|
||||
(dolist (lang languages)
|
||||
(insert "<tr>")
|
||||
(insert (format "<th>%s</th>" lang))
|
||||
(insert (format "<tr><th><a href=\"%s\"><code>%s</code></a></th>"
|
||||
(nth 1 (assoc lang treesit-language-source-alist))
|
||||
lang))
|
||||
(dolist (emacs-version (mapcar #'car tables))
|
||||
(let* ((key (cons lang emacs-version))
|
||||
(plist (gethash key database))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue