2024-03-29 21:51:54 +03:00
|
|
|
id = "php"
|
|
|
|
name = "PHP"
|
|
|
|
description = "PHP support."
|
2024-06-04 14:24:31 +03:00
|
|
|
version = "0.0.6"
|
2024-03-29 21:51:54 +03: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-02 00:01:11 +03:00
|
|
|
language_ids = { PHP = "php"}
|
2024-03-29 21:51:54 +03:00
|
|
|
|
|
|
|
[grammars.php]
|
|
|
|
repository = "https://github.com/tree-sitter/tree-sitter-php"
|
|
|
|
commit = "8ab93274065cbaf529ea15c24360cfa3348ec9e4"
|
|
|
|
path = "php"
|
2024-05-14 22:48:14 +03:00
|
|
|
|
|
|
|
[grammars.phpdoc]
|
|
|
|
repository = "https://github.com/claytonrcarter/tree-sitter-phpdoc"
|
|
|
|
commit = "1d0e255b37477d0ca46f1c9e9268c8fa76c0b3fc"
|