nit(php): fix indentation

Some pesky tabs snuck in.

Amend: d545fccf47
This commit is contained in:
Henrik Lissner
2025-09-01 15:32:27 +02:00
parent b85124af56
commit 8cf2e42e42

View File

@@ -81,8 +81,8 @@
(set-tree-sitter! 'php-mode 'php-ts-mode
'((php :url "https://github.com/tree-sitter/tree-sitter-php"
:rev "v0.23.11"
:commit "f7cf7348737d8cff1b13407a0bfedce02ee7b046"
:source-dir "php/src")
:commit "f7cf7348737d8cff1b13407a0bfedce02ee7b046"
:source-dir "php/src")
(phpdoc :url "https://github.com/claytonrcarter/tree-sitter-phpdoc"
:commit "03bb10330704b0b371b044e937d5cc7cd40b4999")
html css ; requires :lang (web +tree-sitter)