Skip to content

Commit

Permalink
Merge pull request #60 from piotrkwiecinski/remove-redundant-list
Browse files Browse the repository at this point in the history
remove redundant treesit language source set in tests
  • Loading branch information
zonuexe authored Jan 30, 2024
2 parents d47ae4d + e275003 commit b398a87
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/php-ts-mode-tests.el
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,8 @@

(if (and (treesit-available-p) (boundp 'treesit-language-source-alist))
(unless (treesit-language-available-p 'php)
(add-to-list
'treesit-language-source-alist
'(php . ("https://github.com/tree-sitter/tree-sitter-php.git" "master" "php/src")))
(treesit-install-language-grammar 'php)))


(ert-deftest php-ts-mode-test-indentation ()
(skip-unless (treesit-ready-p 'php))
(ert-test-erts-file (ert-resource-file "indent.erts")))
Expand Down

0 comments on commit b398a87

Please sign in to comment.