2024-03-29 18:51:54 +00:00
|
|
|
id = "php"
|
|
|
|
name = "PHP"
|
|
|
|
description = "PHP support."
|
2024-08-07 11:47:21 +00:00
|
|
|
version = "0.1.3"
|
2024-03-29 18:51:54 +00:00
|
|
|
schema_version = 1
|
|
|
|
authors = ["Piotr Osiewicz <piotr@zed.dev>"]
|
|
|
|
repository = "https://github.com/zed-industries/zed"
|
|
|
|
|
|
|
|
[language_servers.intelephense]
|
|
|
|
name = "Intelephense"
|
|
|
|
language = "PHP"
|
2024-04-01 21:01:11 +00:00
|
|
|
language_ids = { PHP = "php"}
|
2024-03-29 18:51:54 +00:00
|
|
|
|
2024-07-16 22:39:13 +00:00
|
|
|
[language_servers.phpactor]
|
|
|
|
name = "Phpactor"
|
|
|
|
language = "PHP"
|
|
|
|
|
2024-03-29 18:51:54 +00:00
|
|
|
[grammars.php]
|
|
|
|
repository = "https://github.com/tree-sitter/tree-sitter-php"
|
|
|
|
commit = "8ab93274065cbaf529ea15c24360cfa3348ec9e4"
|
|
|
|
path = "php"
|
2024-05-14 19:48:14 +00:00
|
|
|
|
|
|
|
[grammars.phpdoc]
|
|
|
|
repository = "https://github.com/claytonrcarter/tree-sitter-phpdoc"
|
|
|
|
commit = "1d0e255b37477d0ca46f1c9e9268c8fa76c0b3fc"
|