mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 01:34:21 +00:00
; 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:
parent
3cb1cdfba7
commit
0000d9b7b1
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue