; Fix last change in php-ts-mode.el

* lisp/progmodes/php-ts-mode.el (php-ts-mode--language-source-alist):
Fix quoting.
This commit is contained in:
Michael Albinus 2025-09-16 09:10:04 +02:00
parent 3cb1cdfba7
commit 0000d9b7b1

View file

@ -80,7 +80,7 @@
;;; Install treesitter language parsers
(defvar php-ts-mode--language-source-alist
'((php "https://github.com/tree-sitter/tree-sitter-php"
`((php "https://github.com/tree-sitter/tree-sitter-php"
:commit ,(if (and (treesit-available-p)
(< (treesit-library-abi-version) 15))
"f7cf7348737d8cff1b13407a0bfedce02ee7b046"