We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d47ae4d + e275003 commit b398a87Copy full SHA for b398a87
tests/php-ts-mode-tests.el
@@ -26,12 +26,8 @@
26
27
(if (and (treesit-available-p) (boundp 'treesit-language-source-alist))
28
(unless (treesit-language-available-p 'php)
29
- (add-to-list
30
- 'treesit-language-source-alist
31
- '(php . ("https://github.com/tree-sitter/tree-sitter-php.git" "master" "php/src")))
32
(treesit-install-language-grammar 'php)))
33
34
-
35
(ert-deftest php-ts-mode-test-indentation ()
36
(skip-unless (treesit-ready-p 'php))
37
(ert-test-erts-file (ert-resource-file "indent.erts")))
0 commit comments