diff options
| -rw-r--r-- | lisp/progmodes/php-ts-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/php-ts-mode.el b/lisp/progmodes/php-ts-mode.el index 65a177e6cc8..0e3bf324b43 100644 --- a/lisp/progmodes/php-ts-mode.el +++ b/lisp/progmodes/php-ts-mode.el | |||
| @@ -80,7 +80,7 @@ | |||
| 80 | 80 | ||
| 81 | ;;; Install treesitter language parsers | 81 | ;;; Install treesitter language parsers |
| 82 | (defvar php-ts-mode--language-source-alist | 82 | (defvar php-ts-mode--language-source-alist |
| 83 | '((php "https://github.com/tree-sitter/tree-sitter-php" | 83 | `((php "https://github.com/tree-sitter/tree-sitter-php" |
| 84 | :commit ,(if (and (treesit-available-p) | 84 | :commit ,(if (and (treesit-available-p) |
| 85 | (< (treesit-library-abi-version) 15)) | 85 | (< (treesit-library-abi-version) 15)) |
| 86 | "f7cf7348737d8cff1b13407a0bfedce02ee7b046" | 86 | "f7cf7348737d8cff1b13407a0bfedce02ee7b046" |