Skip to content

Commit

Permalink
Merge pull request #57 from piotrkwiecinski/fix-ci
Browse files Browse the repository at this point in the history
fix ci
  • Loading branch information
zonuexe authored Jan 30, 2024
2 parents db756fc + 39bf0f6 commit 55d331c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/php-ts-mode-tests.el
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
(unless (treesit-language-available-p 'php)
(add-to-list
'treesit-language-source-alist
'(php . ("https://github.com/tree-sitter/tree-sitter-php.git")))
'(php . ("https://github.com/tree-sitter/tree-sitter-php.git" "master" "php/src")))
(treesit-install-language-grammar 'php)))


Expand Down

0 comments on commit 55d331c

Please sign in to comment.